Looks like JM Bistro does not show Breadcrumbs.
Anyone know how to show the breadcrumbs?
Thanks
4 answers
Greetings banepa,
It does shows near bottom position of page: http://easycaptures.com/fs/uploaded/689/0799293895.png
Please check again
Thanks Saguaros.
Missed that somehow.
Do you know a quick way to put Breadcrumbs at the top of the page as well?
Thanks
Hi again,
Depend on the Layouts of the template you’r using, you will have to work on one of these files.
app\design\frontend\default\jm_bistrotemplate\pag e\1column.phtml
app\design\frontend\default\jm_bistrotemplate\pag e\2columns-left.phtml
app\design\frontend\default\jm_bistrotemplate\pag e\2columns-right.phtml
app\design\frontend\default\jm_bistrotemplate\pag e\3columns.phtml
The following is the code for Breadcrumbs on all files. you can move to the appropriate location
PHP Code:
<!-- breadcrums -->
<?php if ($this->getChildHtml('breadcrumbs')) : ?>
<div id="ja-navhelper" class="wrap">
<div class="main">
<div class="main-inner1 clearfix">
<?php echo $this->getChildHtml('breadcrumbs') ?>
</div></div>
</div>
<?php endif; ?>
<!-- // breadcrums -->
Regards.
Thanks Saguaros.
That worked very well.
This question is now closed