Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • cjmicro Friend
    #149893

    I have a slideshow as my top banner and I use a different slideshow on different pages.

    I can set this by telling which slideshow to display on which menu items.

    However, on articles that are not “menu” items nothing displays.

    How can I get something, even a static image, to show on all pages if there is no slideshow? I would prefer that the main slideshow show on all pages except for the ones which I tell to use a different slideshow.

    site is http://www.waredaca.com

    Thanks for any advice.

    Cheryl

    Saguaros Moderator
    #338170

    Dear cjmicro!

    Please open the file templates/ja_ruby/index.php and try to find codes
    [PHP]
    <?php if ( $this->countModules(‘ja-slideshow’) ) {?>
    <!– TOP SPOTLIGHT –>
    <div id=”ja-slideshow” class=”clearfix”>
    <jdoc:include type=”modules” name=”ja-slideshow” style=”raw” />
    </div>
    <!– //TOP SPOTLIGHT –>
    <?php } ?>
    [/PHP]

    You replace:
    [PHP]
    <?php if ( $this->countModules(‘ja-slideshow’) ) {?>
    <!– TOP SPOTLIGHT –>
    <div id=”ja-slideshow” class=”clearfix”>
    <jdoc:include type=”modules” name=”ja-slideshow” style=”raw” />
    </div>
    <!– //TOP SPOTLIGHT –>
    <?php } else { ?>
    <div id=”ja-slideshow” class=”clearfix”>
    <jdoc:include type=”modules” name=”static-slideshow” style=”raw” />
    </div>
    <?php } ?>
    [/PHP]

    With the above codes allow the display modules on the “static-slideshow” position if the “ja-slideshow” has not any modules display.

    Now you put a custom module and put a image in its content, you set this module display on all pages with the “static-slideshow” position

    Good luck

    cjmicro Friend
    #338254

    Thank you that worked great!
    Cheryl

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

This topic contains 3 replies, has 2 voices, and was last updated by  cjmicro 14 years, 6 months ago.

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