Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • crjordan Friend
    #151670

    Whenever I position any sort of module in “ja-slideshow” or “user 5” nothing is registered onto any page. My Ja-Slide Show 2 Module works completely fine in other modular positions, however nothing appears if I try to position the module in its designated CSS position. I have tried reinstalling the Template to no avail, and was wondering if the problem is either CSS based, HTML, or something random estranged. Please and thanks for any feedback or help.

    Saguaros Moderator
    #346700

    Hello crjordan!

    Pls open the file: templates/ja_opal/index.php and find the following code:
    [PHP]
    <?php if ($this->countModules(‘ja-slideshow’) && $this->countModules(‘user5’) ) { ?>
    <!– TOP SPOTLIGHT –>
    <div id=”ja-topsl” class=”wrap”>
    <div class=”main”>
    <div class=”inner clearfix”>

    <div id=”ja-slideshow”>
    <jdoc:include type=”modules” name=”ja-slideshow” style=”raw” />
    </div>

    <div id=”ja-hl”>
    <jdoc:include type=”modules” name=”user5″ style=”jamodule” />
    </div>

    </div>
    </div>
    </div>
    <!– //TOP SPOTLIGHT –>
    <?php } ?>

    [/PHP]

    and replace:
    [PHP]

    <!– TOP SPOTLIGHT –>
    <div id=”ja-topsl” class=”wrap”>
    <div class=”main”>
    <div class=”inner clearfix”>

    <div id=”ja-slideshow”>
    <jdoc:include type=”modules” name=”ja-slideshow” style=”raw” />
    </div>

    <div id=”ja-hl”>
    <jdoc:include type=”modules” name=”user5″ style=”jamodule” />
    </div>

    </div>
    </div>
    </div>
    <!– //TOP SPOTLIGHT –>

    [/PHP]

    Good luck

    nlvarnado Friend
    #349477

    Thank You!

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

This topic contains 3 replies, has 3 voices, and was last updated by  nlvarnado 14 years, 4 months ago.

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