-
AuthorPosts
-
September 24, 2008 at 1:42 pm #133679
Hello everybody,
i’m working on my website and i’m trying to put a slideshow on top of a static article, instead of below it.
As you can see from the screenshot, linking a static page shows the elements in this order:1 page (marked as B in the screenshot)
2 slideshow module (marked as A)
3 banner module (not used)I’d like to invert elements A and B, being able to have the slideshow on top!
Is there an easy way of doing it?
Thank you
UPDATE: my joomla version is 1.5.7
September 25, 2008 at 10:36 am #272252Yes I want to do the same thing. I want a slideshow module to go right across the top of the front page under the nav bar! This would be great if someone can let us know how to do it!
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
September 25, 2008 at 11:23 am #272255The easiest would be to start up with which version of joomla you guys are using?
September 25, 2008 at 1:41 pm #272281<em>@Menalto 82027 wrote:</em><blockquote>The easiest would be to start up with which version of joomla you guys are using?</blockquote>
1.5.7, as for me 🙂
September 26, 2008 at 5:03 am #2723951.0.x for me
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 26, 2008 at 6:55 am #272406please open index.php(templates/ja_rytile folder):
search this line:
<jdoc:include type="message" />
Add those lines above:
<?php if($this->countModules('user9')) : ?>
<div id="ja-slideshow">
<jdoc:include type="modules" name="user9" />
</div><?php endif; ?>
You can install slideshow module and set it to user 9 position, and add css for that1 user says Thank You to Sherlock for this useful post
September 26, 2008 at 8:21 am #272434Thanks, just perfect 🙂 Saved my day 😀
September 29, 2008 at 1:42 am #272957I can’t find those lines of code in my version of index.php – is it different for 1.0.x?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 29, 2008 at 3:32 am #272970With Joomla 1.0
open index.php
Search this line:
<div id="ja-current-content" class="clearfix">
Add those lines above
<?php if ( mosCountModules('user9') ) { ?>
<div id="ja-slideshow">
<?php mosLoadModules('user9', -1); ?>
</div>
<?php } ?>1 user says Thank You to Sherlock for this useful post
September 29, 2008 at 4:25 am #272975Thank you for that – it worked a treat!
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 4 voices, and was last updated by mackas 16 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Place module on top of main content
Viewing 10 posts - 1 through 10 (of 10 total)