Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • zecalouro Friend
    #132309

    Hello,

    Perhaps an ordinary customization, but I really need help on it. I’m using Corona on Joomla 1.5.5.

    When I disable left or right, the articles take their space, and the outcome is a narrow column. I need to merge right and left positions on a new position, and the width needs to be the sum of right and left together, creating a larger column at the right.

    Any advice on this is really appreciated and needed.

    Thanks in advance, zeca

    Sherlock Friend
    #266216

    Can you give us your live URL, any screenshot or more details of the problem will be helpful

    zecalouro Friend
    #266220

    <em>@hainn84 74591 wrote:</em><blockquote>Can you give us your live URL, any screenshot or more details of the problem will be helpful</blockquote>

    Hello Again,

    Thanks!

    I decided to create a picture with PhotoShop to represent my desired change. Please follow this link. http://happyhour.loronix.net/desiredchange.jpg

    And if you need additional information or clarification, please tell me.

    Kind regards,

    zeca

    Sherlock Friend
    #266227

    Url? can you send the url ?

    zecalouro Friend
    #266241

    <em>@hainn84 74607 wrote:</em><blockquote>Url? can you send the url ?</blockquote>
    Hello,

    My apologies:

    http://fx.fernandoximenes.com.br/

    Regards,

    zeca

    Sherlock Friend
    #266262

    Hi zecalouro !
    I couldn’t see your site , please view image attachment :

    zecalouro Friend
    #266329

    <em>@hainn84 74647 wrote:</em><blockquote>Hi zecalouro !
    I couldn’t see your site , please view image attachment :</blockquote>

    Hello,

    This is very strange. The server is up. Just double checking the URL: http://fx.fernandoximenes.com.br/

    Please let me know if you cannot see the site, I can manage an install on another hosting company.

    Thanks in advance.

    Regards, zeca

    Sherlock Friend
    #266649

    Hi !
    you can do it following way below :
    Open index.php file in templates/ja_corona folder , find following code section at about line 224 :


    <?php if ($ja_left) { ?>
    <div id="ja-col1">
    <jdoc:include type="modules" name="left" style="xhtml" />
    </div>
    <?php } ?>

    <?php if ($ja_right) { ?>
    <div id="ja-col2">
    <jdoc:include type="modules" name="right" style="xhtml" />
    </div>
    <?php } ?>

    change to :


    <?php if ($ja_left || $ja_right) { ?>
    <jdoc:include type="modules" name="left" style="xhtml" />
    <jdoc:include type="modules" name="right" style="xhtml" />
    <?php } ?>

    zecalouro Friend
    #266749

    Hello,

    It is now working.

    Thanks. Really great!

    Kind Regards,

    zeca

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

This topic contains 9 replies, has 2 voices, and was last updated by  zecalouro 16 years, 1 month ago.

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