Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • tiwi Friend
    #922626

    What is the breadcrumbs position in healthcare template? I tried breadcrumbs but it did not show, tried another position and it showed but this is not a good position. What is the position for it?

    Thanks

    pavit Moderator
    #922632

    Hi

    You can assign the breadcrumbs module to the navhelper position


    1. Screenshot_15-2
    tiwi Friend
    #922787

    Thank you. The navhelper position shows below page text content. I want it traditionally just above the text. The template seems to have a breadcrumbs position in the list but when you assign it it does not show.

    pavit Moderator
    #922799

    Couldyou post a screenshot showing me where exactly you want the position ?

    tiwi Friend
    #922837

    I tried a few positions, the normal position is just above page text content, see image


    1. br
    pavit Moderator
    #922871

    Edit this file /templates/ja_healthcare/tpls/default.php and move the navhelper block below the mainnav block

    So it should change from :

       <?php $this->loadBlock('top-bar') ?>
    
        <?php $this->loadBlock('header') ?>
    
        <?php $this->loadBlock('mainnav') ?>
    
        <?php $this->loadBlock('slideshow') ?>
    
        <?php $this->loadBlock('spotlight-1') ?>
    
        <?php $this->loadBlock('masthead') ?>
    
        <?php $this->loadBlock('section') ?>
    
        <?php $this->loadBlock('mainbody') ?>
    
        <?php $this->loadBlock('navhelper') ?>
    
        <?php $this->loadBlock('footer') ?>

    TO :

        <?php $this->loadBlock('top-bar') ?>
    
        <?php $this->loadBlock('header') ?>
    
        <?php $this->loadBlock('mainnav') ?>
    
       <?php $this->loadBlock('navhelper') ?>
    
        <?php $this->loadBlock('slideshow') ?>
    
        <?php $this->loadBlock('spotlight-1') ?>
    
        <?php $this->loadBlock('masthead') ?>
    
        <?php $this->loadBlock('section') ?>
    
        <?php $this->loadBlock('mainbody') ?>
    
        <?php $this->loadBlock('footer') ?>

    Leave your breadcrumb module published in navhelper position


    1. Screenshot_19-1
Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 5 replies, has 2 voices, and was last updated by  pavit 8 years ago.

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