Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • pthanos Friend
    #151070

    Hi all and thank you for your support.

    I would like to make a change to the way the ja_labra renders. [user5] now occupies the full horizontal space between the menu and the content. I would like to “shrink” this a bit to the left, and then make the

    or

    modules shift upwards.

    This would make our site much better, since I would be able to host a one-pic-at-a-time slideshow on [user5], but also show some articles on the

    . Shifting the

    upwards would make it easier for visitors to see them.

    Check our photographic community site at http://photogr.indice.gr.

    Saguaros Moderator
    #343889

    Dear pthanos!

    May be here is the solution for you

    Pls open the file templates/ja_labra/index.php and remove the following codes:
    [PHP]
    <?php if($this->countModules(‘user5’)) : ?>

    <!– BEGIN: TOPSPOTLIGHT –>

    <div id=”ja-topslwrap”>

    <div id=”ja-topsl”>

    <jdoc:include type=”modules” name=”user5″ style=”raw” />

    </div>

    </div>

    <!– END: TOPSPOTLIGHT –>

    <?php endif; ?>
    [/PHP]
    and find codes:
    [PHP]
    <div id=”ja-contentwrap”>
    [/PHP]

    and replace:

    <div id=”ja-contentwrap”>

    <?php if($this->countModules(‘user5’)) : ?>

    <!– BEGIN: TOPSPOTLIGHT –>

    <div id=”ja-topslwrap” class=”clearfix”>

    <div id=”ja-topsl”>

    <jdoc:include type=”modules” name=”user5″ style=”raw” />

    </div>

    </div>

    <!– END: TOPSPOTLIGHT –>

    <?php endif; ?>

    Good luck

    pthanos Friend
    #344025

    Thank you very much. This worked as-is. The only issue was that I had to shrink the width of the [user5].

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

This topic contains 3 replies, has 2 voices, and was last updated by  pthanos 14 years, 1 month ago.

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