-
AuthorPosts
-
November 4, 2009 at 8:54 am #145737
Hello Team,
nice and perfect template. But is it possible the Slideshow go to left side and the right module like in my example in the screenshot?
Hope for help 🙂 thanks
Melanie
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
November 5, 2009 at 9:52 am #322641Dear Webkonzept,
Login administrator – > Module Manger and search all left module, disable their or move to right positon at home.
And then, open file templates/ja_nickel/index.php and move code line 149 :
<?php if ($this->countModules('ja-slideshow') ) { ?>
<!-- TOP SPOTLIGHT -->
<div id="ja-topsl" class="wrap">
<div class="main">
<div class="inner clearfix">
<div id="ja-slideshow">
<jdoc:include type="modules" name="ja-slideshow" style="raw" />
</div>
</div>
</div>
</div>
<!-- //TOP SPOTLIGHT -->
<?php } ?>
to <div id=”ja-current-content” class=”clearfix”> line 162 as follow:
<div id="ja-current-content" class="clearfix">
<?php if ($this->countModules('ja-slideshow') ) { ?>
<!-- TOP SPOTLIGHT -->
<div id="ja-topsl" class="wrap">
<div class="main">
<div class="inner clearfix">
<div id="ja-slideshow">
<jdoc:include type="modules" name="ja-slideshow" style="raw" />
</div>
</div>
</div>
</div>
<!-- //TOP SPOTLIGHT -->
<?php } ?>
<jdoc:include type="component" />
</div>
After that, login administrator -> Module Manger -> JA Slideshow2 and setting Main Item width is 700
November 7, 2009 at 12:34 pm #322870Thanks for trying help but it doesn´t works or I have make an mistake because not understand what I must do in the template css … :-[
Must I remove the first code line 149?
Sorry… Melanie
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
November 7, 2009 at 2:57 pm #322878Dear Webkonzept ,
Move the code in lines 149, cut and paste up lines 162 , as follw my example.
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Css Magician 15 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Ja Slideshow left and right module block?
Viewing 4 posts - 1 through 4 (of 4 total)