Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • yard2008 Friend
    #135752

    Hello,

    I have problem with JA_Helio (Joomla 1.5.8, FF2.0.18 and IE 7.0.5730.13) – module doesn´t show any images or animation in user5(raw or XHTML doesn´t affect this) but in other positions (left, right, footer) YES!

    My module configuration is http://screencast.com/t/uzjRcczt

    In page is showed NO animation http://screencast.com/t/YiPIHHeRw8

    My template have standard defined positions http://screencast.com/t/r0KngN73UgY

    I need show animation under top menu in upper left corner page position as is default defined in template

    thanks for reply

    Anonymous Moderator
    #281069

    Dear

    Please open file Index.php in templates/ja_helio folder, at about line 129, find following script:
    <?php if ($this->countModules(‘user5’) && $ja_right) { ?>
    <!– BEGIN: TOPSPOTLIGHT –>
    <div id=”ja-topsl”>
    <jdoc:include type=”modules” name=”user5″ style=”raw” />
    </div>
    <!– END: TOPSPOTLIGHT –>
    <?php } ?>

    With script above, you will see that slideshow only display when the right module is already exist.

    You can change this script to:

    <?php if ($this->countModules(‘user5’) ) { ?>
    <!– BEGIN: TOPSPOTLIGHT –>
    <div id=”ja-topsl”>
    <jdoc:include type=”modules” name=”user5″ style=”raw” />
    </div>
    <!– END: TOPSPOTLIGHT –>
    <?php } ?>

    Hope it helps.

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

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

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