Breadcrumbs problem

Hi

Breadcrumbs are at the bottom of the template. I want to put breadcrumbs higher up the page underneath the slideshow.

How do I Do this?

Thanks

John

1 answer

Profile photo of Saguaros 0.00 $tone October 22, 2012
Public

Hi John,

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.

#1

Please login or Register to Submit Answer

Written By

Comments