Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • crijns Friend
    #640261

    When i click to a menu-item in the mainmenu the linked menu item (usually Article category ) does not appear.

    Ninja Lead Moderator
    #645084

    I checked and fixed the problem directly on your site, ja_fubix – Standard template style on your site was set with Home layout and Home layout does not support to load main content.

    I just helped you to add main content into home layout with the solution below

    Open template/ja_fubix/tpls/blocks/homepage.php file

    find and change


    <?php if($this->hasMessage()):?>
    <jdoc:include type="message" />
    <?php endif; ?>

    to

    <?php if($this->hasMessage()):?>
    <jdoc:include type="message" />
    <?php endif; ?>
    <div class="main-container">
    <jdoc:include type="component" />
    </div>

    Now you can see it’s working fine

    Ninja Lead Moderator
    #743709

    I checked and fixed the problem directly on your site, ja_fubix – Standard template style on your site was set with Home layout and Home layout does not support to load main content.

    I just helped you to add main content into home layout with the solution below

    Open template/ja_fubix/tpls/blocks/homepage.php file

    find and change


    <?php if($this->hasMessage()):?>
    <jdoc:include type="message" />
    <?php endif; ?>

    to

    <?php if($this->hasMessage()):?>
    <jdoc:include type="message" />
    <?php endif; ?>
    <div class="main-container">
    <jdoc:include type="component" />
    </div>

    Now you can see it’s working fine

    crijns Friend
    #648104

    ok thanks very much.

    crijns Friend
    #744351

    ok thanks very much.

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

This topic contains 5 replies, has 2 voices, and was last updated by  crijns 9 years, 3 months ago.

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