Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • supersplet Friend
    #147533

    After I made Breadcrumbs module, location was not shown on the website. I found out that it’s because there’s some bug in the code in file layouts/blocks/main.php

    <strong><?php echo JText::_('You are here')?></strong> <jdoc:include type="modules" name="breadcrumb" />

    should be:

    <strong><?php echo JText::_('You are here')?></strong> <jdoc:include type="modules" name="breadcrumbs" />

    Or you can also change the code in templateDetails.xml from <position>breadcrumbs</position> to <position>breadcrumb</position>

    Saguaros Moderator
    #328931

    Hello guy

    The problem was fixed on the lastest version, please update “layouts” folder inside the ja_kyanite_ii templete.

    And you ‘ll put the breadcrumb module on the “breadcrumb” posiition

    supersplet Friend
    #328948

    OK, it’s all fine now. Thanks 😉

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

This topic contains 3 replies, has 2 voices, and was last updated by  supersplet 14 years, 10 months ago.

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