Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • siasam Friend
    #130706

    Hello,

    Adding any Modules to the left position causes the template not to function correctly.
    Following is a before and after screen shot.

    Joomla 1.0.15
    CB 1.2 RC2
    MyBlog Pro 236
    JA Drimia from JoomlArt

    I need help figuring out where this issue is coming from? CB, Joomla, MyBlog or the template?

    Best,
    Sam


    1. img1
    2. img2
    Sherlock Friend
    #259135

    HI
    Can you send your URL ?

    siasam Friend
    #259222

    <em>@nguoiabcd 65751 wrote:</em><blockquote>HI
    Can you send your URL ?</blockquote>
    Hello,

    Here you are, and thank you in advance 🙂

    http://voyagefares.ca/tr15final/index.php?option=com_comprofiler&task=userProfile&user=63&Itemid=65

    Best,
    Sam

    Menalto Friend
    #259230

    Try to open this file here: http://voyagefares.ca/tr15final/templates/ja_drimia/scripts/ja.script.js
    And find this code here:

    //Content and wrap col
    var ja_content = $ ('ja-content');
    var ja_colwrap = $ ('ja-colwrap');
    if (ja_content && ja_colwrap) {
    //get bottom position
    var content_coor = ja_content.getCoordinates();
    var colwrap_inner = $E('.ja-innerpad', ja_colwrap);
    var colwrap_coor = colwrap_inner.getCoordinates();
    var offset = 10;
    if (content_coor.bottom > colwrap_coor.bottom)
    {
    //colwrap_inner.setStyle('height', colwrap_inner.getStyle('height').toInt() + content_coor.bottom - colwrap_coor.bottom);
    colwrap_inner.setStyle('height', content_coor.bottom - colwrap_coor.top - offset);
    } else {
    ja_content.setStyle('height', colwrap_coor.bottom - content_coor.top + offset);
    }
    }

    Delete it and see if it helps out?
    Remember to take a backup of it before start up:)

    siasam Friend
    #259235

    It is OK now, thanks for your prompt reply and help.

    What am I loosing else where by deleting this chunk of the code?

    Best,
    Sam

    Menalto Friend
    #259274

    You loose the effect to have equal height columns(left,right mainbody have same height)

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 3 voices, and was last updated by  Menalto 16 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum