Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • jakobe75 Friend
    #134898

    why cant I set regular content like html or a swf-slideshow into ja-slideshow (topsl1) position

    If I add content to that position nothing shows up but then if I publish topsl2 then they both show up but the spacing is blown way out.

    I dont want to use the ja-slideshow, or the ja-bulletine functions, just the module positions

    please assist

    scotty Friend
    #277453

    I’ll take a guess that it’s because that position has some css classes associated with it that will not display normal html ‘normally’ 🙂

    You may need to go into your templates index.php and remove some classes from that <div>

    Sherlock Friend
    #277493

    Hi
    please open index.php (templates/ja_sanidine), you will see those lines:

    <?php if( $this->countModules('topsl1') && $this->countModules('topsl2') ) { ?>
    <!-- BEGIN: TOP SPOTLIGHT -->
    <div id="ja-topsl" class="clearfix">
    <div id="ja-topsl1">
    <jdoc:include type="modules" name="topsl1" style="raw" />
    </div>
    <div id="ja-topsl2">
    <jdoc:include type="modules" name="topsl2" style="xhtml" />
    </div>
    </div>
    <!-- END: TOP SPOTLIGHT -->
    <?php } ?>

    it means modules at topsl1 and tropsl2 position only display when have both publish module at those positions

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

This topic contains 3 replies, has 3 voices, and was last updated by  Sherlock 16 years ago.

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