Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • keyascii Friend
    #163193

    Hy,
    in my site i don’t want to show breadcrums but if i disable breadcrums module in position “breadcrum”, it’s always visible “You are here”.
    How can I do? Someone can help me?
    Thanks a lot

    khoand Friend
    #387965

    Hi,
    – Replace this code from <joomla url>pluginssystemjat3jat3base-themesdefaultblocksnavhelper.php file


    <div class="ja-breadcrums">
    <jdoc:include type="module" name="breadcrumbs" />
    </div>

    with


    <?php if($this->countModules('breadcrumbs')) : ?>
    <div class="ja-breadcrums">
    <jdoc:include type="module" name="breadcrumbs" />
    </div>
    <?php endif; ?>

    – Set breadcrumb module is Hide

    keyascii Friend
    #387977

    W.ful
    thank you so much.

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

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

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