Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • bobptz Friend
    #987682

    Hello

    I enabled the breadcrumbs module, I placed it in the "breadcrumbs" position. However I do not see them.

    When I place it in the "footer" position, then I am able to see them.

    What am I doing wrong?

    pavit Moderator
    #987709

    Hi

    As you can see on Magazine layout breadcrumbs modules is showed in navhelper position , if you want to have it showed in all pages you will need to add the navhelper block to all layouts pages.

    Take a look HERE

    Regards

    bobptz Friend
    #987739

    Hello

    Thank you for your answer.

    Isn’t there a way to move the navhelp position up, just under the header? This is where the user expects to see the breacrumbs.

    pavit Moderator
    #988160

    Hi

    You can edit layout file and move block example in this file for default layout

    /templates/ja_purityIII/tpls/default.php

    change order from :

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

    to :

    
    <?php $this->loadBlock('header') ?>
    
      <?php $this->loadBlock('navhelper') ?>
    
      <?php $this->loadBlock('spotlight-1') ?>
    
      <?php $this->loadBlock('mainbody') ?>
    
      <?php $this->loadBlock('spotlight-2') ?>
    
      <?php $this->loadBlock('footer') ?>
    bobptz Friend
    #988191

    Thank you very much.

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

This topic contains 4 replies, has 2 voices, and was last updated by  bobptz 7 years, 6 months ago.

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