Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • chubert626 Friend
    #127015

    I would like to extend the slideshow in the topsl position to take up the full width of the page, but when I do this and have one of the left or right colums active it either pushes slide sow to the side (for the left column) or over laps the right module position. How can I nudge the right and left colum down to start below the slideshow? Thanks for any help.

    Menalto Friend
    #243373

    You can open the index.php file and find this piece of code here:

    <?php if($this->countModules('topsl')) : ?>
    <div id="ja-topsl">
    <jdoc:include type="modules" name="topsl" />
    </div>
    <?php endif; ?>

    Cut it out and find this:

    <?php if ($hasSubnav) { ?>
    <div id="ja-subnav" class="clearfix">
    <?php $jamenu->genMenu (1,1); ?>
    </div>
    <?php } ?>
    <!-- END: MAIN NAVIGATION -->

    Add the code below so it will look like this:

    <?php if ($hasSubnav) { ?>
    <div id="ja-subnav" class="clearfix">
    <?php $jamenu->genMenu (1,1); ?>
    </div>
    <?php } ?>
    <!-- END: MAIN NAVIGATION -->
    <?php if($this->countModules('topsl')) : ?>
    <div id="ja-topsl">
    <jdoc:include type="modules" name="topsl" />
    </div>
    <?php endif; ?>

    This should give you an option to geta full width slideshow without any conflicts with the left + right modules

    TomC Moderator
    #243385

    Is Menalto a friggen stud or what?

    😎

    mfcphil Friend
    #243386

    chubert626 and/or tcraw 1010 if Menalto cracking answer has worked you might want to share your results with other members in the Template Modification Submissions section 😉

    not quite sure about the stud thing :-[

    chubert626 Friend
    #243388

    You are awsome. Thanks for the help.

    TomC Moderator
    #243391

    <em>@chubert626 46094 wrote:</em><blockquote>You are awsome. Thanks for the help.</blockquote>
    Be sure to let us all know if/when Menalto’s suggested solution works.

    Apparently, some seem to require validation of our thanks/praise of Menalto’s skills.

    😉

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

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

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