Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • janyour Friend
    #955424

    Hello,

    we are looking to add a Breadcrumbs to our website but we cant, we add this module to the "Breadcrumbs" position but its not visible, we missed some thing ?

    pavit Moderator
    #955428

    Hi

    Breadcrumbs module is assigned to navhelper position , that means you should add that block into layout file Example to add the breadcrumb module to the default layout open this file /templates/ja_intranet/tpls/default.php and add the navhelper block in this way

      <?php $this->loadBlock('header') ?>
      <?php $this->loadBlock('mainnav') ?>
      <?php $this->loadBlock('mainbody') ?>
      <?php $this->loadBlock('spotlight-1') ?>
    <?php $this->loadBlock('navhelper') ?>
      <?php $this->loadBlock('footer') ?>

    Now you have the breadcrumb position available into menu items using default layout

    Regards

    janyour Friend
    #955429

    Thank you, is navhelp specific to Breadscremabs ?

    pavit Moderator
    #955430

    Thank you, is navhelp specific to Breadscremabs ?

    navhelper is the block container where is published breadcrumb module but you can also publish other modules in that position

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

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

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