Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • plumptree JATC
    #133313

    Joomla 1.5.7

    topsl1 module is not publishing anything regardless of the module content enabled to it.
    Therefore the ja_shideshow module will not show correctly on the page(s)

    Tried un-installing / re-installing but the template is simply not recognizing the topsl1 position.

    Any ideas?

    Sherlock Friend
    #270520

    you can edit templatesdetails.xml
    you will see those lines like this

    <positions>
    ....
    </positions>

    you can add this line into them

    <position>topsl1</position>

    plumptree JATC
    #270535

    added <position>topsl1</position> to templatesdetails.xml but still no go…
    I am able to publish to other positions but still not to topsl1.
    Shouldn’t this template come stock with the proper settings?

    Sherlock Friend
    #270538

    Hi
    please open index.php(templates/ja_olivine)
    Search those lines:


    <?php if($this->countModules('topsl1') && $this->countModules('topsl2')) : ?>
    <div id="ja-topsl" class="clearfix">

    <!-- BEGIN: TOPSL SPOTLIGHT 1 -->
    <div id="ja-topsl1">
    <jdoc:include type="modules" name="topsl1" style="raw" />
    </div>
    <!-- END: TOPSL SPOTLIGHT 1 -->

    <!-- BEGIN: TOPSL SPOTLIGHT 2 -->
    <div id="ja-topsl2">
    <jdoc:include type="modules" name="topsl2" style="rounded" />
    </div>
    <!-- END: TOPSL SPOTLIGHT 2 -->

    </div>
    <?php endif; ?>

    It mean that must have both module at topsl1 and topsl2 postion, module at topsl1 will display
    you can publish a module at topsl2 also
    or you can edit code like that


    <?php if($this->countModules('topsl1') || $this->countModules('topsl2')) : ?>
    <div id="ja-topsl" class="clearfix">

    <!-- BEGIN: TOPSL SPOTLIGHT 1 -->
    <div id="ja-topsl1">
    <jdoc:include type="modules" name="topsl1" style="raw" />
    </div>
    <!-- END: TOPSL SPOTLIGHT 1 -->

    <!-- BEGIN: TOPSL SPOTLIGHT 2 -->
    <div id="ja-topsl2">
    <jdoc:include type="modules" name="topsl2" style="rounded" />
    </div>
    <!-- END: TOPSL SPOTLIGHT 2 -->

    </div>
    <?php endif; ?>

    plumptree JATC
    #270540

    that did the trick!

    Thank you!

    greenkoi Friend
    #273516

    Has this fix been included in the latest download?

    I’d like to just reinstall it than go hacking.

    It’s late, I’m tired and I don’t want to really mess it up.

    Sherlock Friend
    #273519

    Hi
    That isn’t bug
    That is default of that template
    if fyou want to have like this,you must hack as my posts above

    greenkoi Friend
    #273814

    Thanks for your reply.

    I finally had some time to get it working. Yeah.

    Now I’m trying to color a module to fit into the TOPSL2 as in the demo green.

    Check out : http://www.thewoodsproject.org for an example of what I’m looking for.

    I looked at the guide, but it isn’t much help. I tried playing with the Module Class Suffix, but didn’t get far with that either.

    Any help would be most appreciated.

    mm

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

This topic contains 8 replies, has 3 voices, and was last updated by  greenkoi 15 years, 8 months ago.

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