test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • jcoleman Friend
    #142747

    Hi,

    How can I add the slideshow module in the Teline template. I want to add it below the top navigation all the way across the template.

    Thanks in advance for any help.
    Jill Coleman

    Anonymous Moderator
    #311038

    Hi jcoleman

    You have to define a new postion at that place and assign the module to that position.

    Anonymous Moderator
    #311039

    Please kindly try with my guider:

    Open templates/ja_teline_ii/index.php file, find following code:


    <div id="ja-container">
    <div id="ja-container-inner" class="clearfix">

    and change to:


    <div id="ja-container">

    <!-- BEGIN: SLIDESHOW -->
    <?php if( $this->countModules('slideshow') ) {?>
    <div id="ja-slideshow">
    <jdoc:include type="modules" name="slideshow" style="raw" />
    </div>
    <?php } ?>
    <!-- END: SLIDESHOW -->

    <div id="ja-container-inner" class="clearfix">

    – In admin, you can use the slideshow postion for that module

    jcoleman Friend
    #311089

    Thanks,

    I’ll give that a try, I just couldn’t figure out where to paste the slideshow code.

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

This topic contains 4 replies, has 2 voices, and was last updated by  jcoleman 15 years, 4 months ago.

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