Tagged: breadcrump
-
AuthorPosts
-
August 15, 2016 at 4:03 pm #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.
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.
SetUp:
Enfold: V3.5.4
WP: V4.5.3
WooCommerce: V2.6.4
WooCommerce Breadcrumb Permalinks: V1.1.0Hope you can help me with this problem.
Greetings FreddyAugust 16, 2016 at 6:40 am #673015Hey 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,
RikardAugust 16, 2016 at 12:18 pm #673150Hey 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
FreddyEDIT:
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…- This reply was modified 8 years, 3 months ago by raatid_interactive.
August 20, 2016 at 7:40 am #674958Hi,
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,
JosueAugust 23, 2016 at 5:50 pm #676585Hallo,
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.August 29, 2016 at 4:19 am #678727Hi,
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,
IsmaelAugust 29, 2016 at 9:34 am #678779Hello,
we have only changed the footer.php and the functions.php.greetings
FreddySeptember 1, 2016 at 8:07 am #680548Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.