-
AuthorPosts
-
March 27, 2008 at 8:24 pm #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 FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
March 27, 2008 at 9:36 pm #243373You 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 modulesTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 27, 2008 at 10:47 pm #243385Is Menalto a friggen stud or what?
😎
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
March 27, 2008 at 10:52 pm #243386chubert626 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 :-[
March 27, 2008 at 10:58 pm #243388You are awsome. Thanks for the help.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
March 27, 2008 at 11:13 pm #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.
😉
-
AuthorPosts
This topic contains 6 replies, has 4 voices, and was last updated by TomC 16 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum