Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #717007

    Hi, I have a display problem breadcrumbs for all site categories.
    In practice, the link like the one shown below in private the word “category” is duplicated. Conflict between woocommerce and wordpress setting? What do you recommend?
    Thanks in advance.
    Best regards.
    Nunzio

    #717910

    Hey nuncer,

    Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
    If that does not help, please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .archive.woocommerce .breadcrumb-trail span:nth-child(5), .archive.woocommerce .breadcrumb-trail span:nth-child(6) {
        display: none;
    }

    Best regards,
    Yigit

    #718196

    You’re great Yigit, second solution solved the problem!
    Best regards
    Nunzio

    #718258

    Hi,

    You are welcome!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Problem breadcrumbs’ is closed to new replies.