Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • pforesti Friend
    #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


    1. scr
    mackas Friend
    #272252

    Yes 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 Friend
    #272255

    The easiest would be to start up with which version of joomla you guys are using?

    pforesti Friend
    #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 🙂

    mackas Friend
    #272395

    1.0.x for me

    Sherlock Friend
    #272406

    please 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 that

    pforesti Friend
    #272434

    Thanks, just perfect 🙂 Saved my day 😀

    mackas Friend
    #272957

    I can’t find those lines of code in my version of index.php – is it different for 1.0.x?

    Sherlock Friend
    #272970

    With 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 } ?>

    mackas Friend
    #272975

    Thank you for that – it worked a treat!

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

This topic contains 10 replies, has 4 voices, and was last updated by  mackas 16 years ago.

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