Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • rwlfr Friend
    #1049833

    How can we add Breadcrumbs in Ja_MOOD template ?

    Pankaj Sharma Moderator
    #1049937

    Hi
    You can publish the Module on position: navhelper
    That is just below the main component section.

    Hope it helps.

    Regards

    rwlfr Friend
    #1049994

    Oh thank you very much ! I thought it was the breadcrumbs position.

    rwlfr Friend
    #1049998

    Oh I have a suggestion.

    In the default.php file, located iin the tpls folder,

      <?php $this->loadBlock('masthead') ?>
    
      <?php $this->loadBlock('mainbody') ?>
    
      <?php $this->loadBlock('navhelper') ?>
    

    I’ve remplaced the code by :

      <?php $this->loadBlock('masthead') ?>
    
      <?php $this->loadBlock('navhelper') ?>
    
      <?php $this->loadBlock('mainbody') ?>
    
      <?php $this->loadBlock('navhelper') ?>
    

    This way, the breadcrumb can be displayed in both locations : on the top, and in the boottom of the page. Because I think users can look for the navigation on the top of the page.

    Pankaj Sharma Moderator
    #1050004

    Hi
    Yes, you can move the block up or down depends on the needs.
    you can also add new blocks in case you would like to define a new position.

    Regards

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

This topic contains 4 replies, has 2 voices, and was last updated by  Pankaj Sharma 6 years, 9 months ago.

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