Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • servant Friend
    #127671

    Hi,

    I recently joined joomlart. Your templates are really impressive!

    I’m trying to learn more about Joomla and JA Avian II template in particular.

    I installed Avian II Quickstart. I noticed that the frontage slider disappears when I disable Quick Stats, Site News and Categories modules at the left of the slider.

    Am I missing something? Thank you for your answer!

    Sherlock Friend
    #245924

    Hi.
    plz open index.php (templates/ja_avian_ii/index.php) and you will see those lines

    <?php if ($this->countModules('user5') && $this->countModules('user1') || $this->countModules('user2')) { ?>
    It means if have module at user 5 and user 1 or have module at user 5 and user 2, so modules will display
    So you must publish a module at user 1 or user 2 if you want show rssilde module. Or you must change that line code by

    <?php if ($this->countModules('user5') || $this->countModules('user1') || $this->countModules('user2')) { ?>

    servant Friend
    #246205

    <em>@nguoiabcd 49325 wrote:</em><blockquote>Hi.
    plz open index.php (templates/ja_avian_ii/index.php) and you will see those lines

    <?php if ($this->countModules('user5') && $this->countModules('user1') || $this->countModules('user2')) { ?>
    It means if have module at user 5 and user 1 or have module at user 5 and user 2, so modules will display
    So you must publish a module at user 1 or user 2 if you want show rssilde module. Or you must change that line code by

    <?php if ($this->countModules('user5') || $this->countModules('user1') || $this->countModules('user2')) { ?>
    </blockquote>
    Thank You nguoiabcd !

    Your are answer was really usefull.

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

This topic contains 3 replies, has 2 voices, and was last updated by  servant 16 years, 7 months ago.

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