• jordimopi

    (@jordimopi)


    I have the web in maintenance mode.
    The theme is BRIDGE
    The problem is that they indicate in BRIDGE that their plugin is compatible but I do not see the breadcrumb.
    That is, the template itself shows HOME> “the page you are on” but not the entire sequence of intermediate links.

    I have your plugin installed and I see that people are happy, but I do not know how the programming code goes and I do not know how to make it appear on my website

    Thanks for your time

    it’s woocommerce

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author John Havlik

    (@mtekk)

    Unfortunately, I am not familiar with the BRIDGE theme. In general, to call Breadcrumb NavXT you either need to place some code in your active theme’s header.php file or use the included widget.

    I usually recommend using the following calling code:

    <?php if(function_exists('bcn_display')):?>
    <div class="breadcrumbs" typeof="BreadcrumbList" vocab="https://schema.org/">
        <?php bcn_display();?>
    </div>
    <?php endif; ?>

    More information on the calling code can be found in this article: https://mtekk.us/archives/guides/calling-the-breadcrumb-trail/

    Thread Starter jordimopi

    (@jordimopi)

    using the code that leaves me, I can not get it to work.

    in the information I have been able to see something of DIV … but I do not know what it is or where it is written, header, funcions, …

    Excuse me, I’m a novice in all this code and I do not know how to set the breadcrumbs.

    thanks.

    Plugin Author John Havlik

    (@mtekk)

    If you have a location within the page that you want to breadcrumb trail to be located in, I suggest looking at the HTML source, try to find a unique div (or other element) in that area, and then use a search function/application (such as grep in Linux/OS X) to find what files in your theme have that code. Then from there, you can try adding the code I posted in my previous reply.

    Thread Starter jordimopi

    (@jordimopi)

    sorry…
    I do not understand almost any code.

    Surely he has given me the solution but I do not understand how to apply it.

    That is, I have your plugin installed, but breadcrumbs does not appear anywhere on the web.

    has given me a code (thank you) that I leave it in the HEAD of the subject but nothing appears either.

    of the explanation that indicates me later, I have not understood anything.

    thank you and I regret not understanding more his explanation

    Plugin Author John Havlik

    (@mtekk)

    After performing some research on the BRIDGE theme, it doesn’t look like it is easily customizable via hooks. So it is difficult to provide you an easy to implement way of calling Breadcrumb NavXT unless you place some code into the theme’s files (or use the included widget available under Appearance > Widgets). Since you are using a “premium” theme, my current suggestion is to ask the theme developer for support in adding the calling function for Breadcrumb NavXT into the theme.

    Thread Starter jordimopi

    (@jordimopi)

    I try to be lucky and help me …
    thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘I do not load bread crumbs’ is closed to new replies.