Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #672760

    Hello,
    There is a little problem with the breadcrumb in our shop. The shop is build in as an “Enfold” Child-theme with WooCommerce. The breadcrump in our shop seems to work perfectly. But if the user enters the shop and switches to an sub-category of a prime Category the last trail element of the breadcrumb is the repeated element of the prime Category. Like it is shown on the picture linked below.
    The last Tag is repeatet

    If the user click one category deeper the trail element is replaced with the correct one but the last element is the prime category. Shown in the picture below.
    Also repeats tags at the end

    SetUp:
    Enfold: V3.5.4
    WP: V4.5.3
    WooCommerce: V2.6.4
    WooCommerce Breadcrumb Permalinks: V1.1.0

    Hope you can help me with this problem.
    Greetings Freddy

    #673015

    Hey raatid_interactive,

    Could you try updating to the latest version of the theme (3.7.1) to see if that helps please? http://kriesi.at/documentation/enfold/updating-your-theme-files/.

    If not then please post admin login details in private so that we can have a closer look.

    Thanks,
    Rikard

    #673150

    Hey Rikard,
    Thanks for the answer. We updatet the Theme to V.3.7.1. But now we have two issues.
    1. The Breadcrump is still not working correctly.
    2. Now the Widgets dont work correctly either. The content of the Widgets is still in our Databank but the content is not displayed for User on our Site.
    We “downgraded” the Theme back to V.3.5.1 to look if the Widgets will work again.. But unfortunately they dont. So how do we get the widgets back to work?

    I postet login details in the pribate tab for you. So maybe you can have a closer look.

    Greetings
    Freddy

    EDIT:
    The Widget Problem is solved. (The Widgets werent activatet after the Theme update).
    Do you allready take a look on the other problem? Wee havent found an solution for the problem…

    #674958

    Hi,

    I believe the root of the issue is that the kletterbedarf page is set as the shop base, so the breadcrumb will always show that before any category link.

    Best regards,
    Josue

    #676585

    Hallo,
    leider konnten wir das Problem noch nicht beheben. Die Breadcrumb wird leider immer noch nicht richtig angezeigt. Wie man unter folgendem Link sehen kann wird das KategorieTag als Kletteredarf angezeigt. Also Kletterbedarf/Kletterbedarf.
    http://www.roperockers.com/produkt-kategorie/abseilgeraete-und-sicherungsgeraete/

    Wenn man nun aber eine Kategorie Tiefer geht, z.B. Abseilgeräte, sieht man Kletterbedarf/Abseigeräte/Kletterbedarf.
    http://www.roperockers.com/produkt-kategorie/abseilgeraete-und-sicherungsgeraete/abseilgeraete-abseilgeraete/

    Warum wird die Kategorie zuerst doppelt dargestellt und danach teilweise richtig?
    Vielleicht hilft diese beschreibung des Problemes ein wenig weiter.

    #678727

    Hi,

    I’m not sure why the base shop page (kletterbedarf) is duplicated in the breadcrumb trail. Did you modify any of the theme files?

    Best regards,
    Ismael

    #678779

    Hello,
    we have only changed the footer.php and the functions.php.

    greetings
    Freddy

    #680548

    Hi!

    Looks like it’s a styling issue. And it is caused by this css code:

    @media only screen and (max-width: 1024px) and (min-width: 768px) {
    .alternate_color .breadcrumb a {
        color: #fff;
        padding: 10px 0px 10px 15px;
        background-color: #64d2be;
    }
    }
    
    @media only screen and (max-width: 767px) {
    .breadcrumb-trail .trail-before {
        display: none;
    }
    }

    Please remove it or replace it with the following:

    @media only screen and (max-width: 1024px) and (min-width: 768px) {
    .alternate_color .breadcrumb > * {
        color: #fff;
        padding: 10px 0px 10px 15px;
        background-color: #64d2be;
    }
    }

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.