-
AuthorPosts
-
tiwi Friend
tiwi
- Join date:
- May 2009
- Posts:
- 111
- Downloads:
- 21
- Uploads:
- 31
- Thanks:
- 17
- Thanked:
- 3 times in 1 posts
April 25, 2016 at 5:37 pm #922626What 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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 25, 2016 at 5:46 pm #922632tiwi Friendtiwi
- Join date:
- May 2009
- Posts:
- 111
- Downloads:
- 21
- Uploads:
- 31
- Thanks:
- 17
- Thanked:
- 3 times in 1 posts
April 26, 2016 at 5:07 am #922787Thank 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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 26, 2016 at 5:27 am #922799Couldyou post a screenshot showing me where exactly you want the position ?
tiwi Friendtiwi
- Join date:
- May 2009
- Posts:
- 111
- Downloads:
- 21
- Uploads:
- 31
- Thanks:
- 17
- Thanked:
- 3 times in 1 posts
April 26, 2016 at 7:47 am #922837pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 26, 2016 at 9:44 am #922871Edit 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
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 5 replies, has 2 voices, and was last updated by pavit 8 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum