Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • plet Friend
    #131852

    I have the same problem! If I have nothing published at the right side, user5 is gone! Just disapears. I had to move my main menu to the left side at http://www.todopr.nl/

    Can this bug be repaired?

    Sherlock Friend
    #264061

    Can you please send via PM an admin account of your website so that I could look into the issue.

    radmanmike Friend
    #267722

    I have been trying to get em slide in position user 5 nothing shows. I even updated the site with frontpage slide show. I can not get either one to display is user5 . I can add either of these to other areas and they show.

    Thanks

    Sherlock Friend
    #267773

    Hi
    You only can display module at user 5 if you also have module at right position
    you can see those lines in index.php(templates/ja_helio/index.php)

    <?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 } ?>

    you can change to

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

    Menalto Friend
    #273147

    Did the above help you with your problem? If it did please mark this as solved if not reply here again and we can try to help you out further.

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

This topic contains 5 replies, has 4 voices, and was last updated by  Menalto 16 years, 2 months ago.

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