test melih
 melih
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • pavit Moderator
    #851384

    Hi

    Your page is using template layout named "international home" such layout is using home layout where navhelper block is missing , to have the breadcrumbs module showed you will need to add the navhelper block as it is done for default layout

    propolis Friend
    #851447

    Hi Pavit,

    Thanks for the info. Must say it means nothing to me, but if you can point me to a link for documentation, I can read and see if it makes sense. Does this apply to all the themes we are using for the different countries.

    Thanks

    pavit Moderator
    #851835

    Hi

    I added the navhelper block to your home layout

    /templates/ja_biz/tpls/home.php

    <?php $this->loadBlock('top-header') ?>
    
    <?php $this->loadBlock('header') ?>
    
    <?php $this->loadBlock ('slideshow') ?>
    
    <?php $this->loadBlock('mainbody-home') ?>
    
    <?php $this->loadBlock ('masshead') ?>
    
    <?php $this->loadBlock('navhelper') ?>
    
    <?php $this->loadBlock('footer') ?>

    Look at the image below


    1. Screenshot_15
    propolis Friend
    #851967

    Hi Pavit,

    This is great. I do have one question.

    Will anything be over-written by any upgrades, or what files do I need to backup to keep this as is for when I am doing template updates

    The changes you made, that will be site wide?

    Thanks

    Eddie

    pavit Moderator
    #852449

    Hi there

    The changes you made, that will be site wide?

    I modified only the home layout , so only menu items using such layout will have the breadcrumbs showed

    Will anything be over-written by any upgrades, or what files do I need to backup to keep this as is for when I am doing template updates

    To avoid this you will have to create a local folder and add all your customizations in that folder

    There is a detailed documentation on how to do it HERE

    propolis Friend
    #852559

    Thanks Pavit,

    I will give this a go!

    Eddie

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

This topic contains 6 replies, has 2 voices, and was last updated by  propolis 9 years ago.

The topic ‘Breadcrumbs not showing’ is closed to new replies.