Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1155670

    Hello. The breadcrumbs work properly for me on my blog posts, but for some reason an extra folder called “download” is being added when clicking on a package from my WP Download Manager plugin. I have included sample URLS in the private area. Please advise on how I can remove the “download” folder from being displayed in the the breadcrumbs. Thanks!

    #1155821

    Hey ACNLatitudes,

    Please try the following in Quick CSS under Enfold->General Styling:

    .breadcrumb-trail span[title=download] {
      display:none;
    }

    Best regards,
    Rikard

    #1156049

    Thanks. I tried that, but it had no effect. Please advise.

    #1156151

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1156586

    Yes, I tried moving the code to the very top of quick css. I also tried in multiple browsers after having cleared the browser cache and cleared the wordpress cache. However, the “download” link remains in the breadcrumbs.

    Please advise.

    #1156854

    Hi,

    Try the following in quick css:

    .breadcrumb-trail span:nth-child(4) a,
    .breadcrumb-trail .sep:nth-child(5){
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1159238

    Hello. That that removes the “download” item from the breadcrumbs, but it seems to also remove the parent category from being displayed in the breadcrumbs on all of our blog posts as well. Is there anyway to remove the “download” item from being shown in the breadcrumbs without needing to remove the parent category from the breadcrumb on our blog posts? Thanks.

    #1159276

    Hi,

    Apologies for misunderstanding, can you screenshot the exact text you want removed?

    Best regards,
    Jordan Shannon

    #1160502

    Thanks for the reply. I want the highlighted text removed:
    https://pasteboard.co/IIxwUel.png

    #1160536

    Hi,

    Thanks. The code I provided should have done just that. Please provide a new page as I’m receiving a 404 on the original you provided.

    Best regards,
    Jordan Shannon

    #1161094

    Ok. I updated the link in the private area. Thanks.

    #1161365

    Hi,

    Try the following:

    .breadcrumb-trail span:nth-child(6) a,
    .breadcrumb-trail .sep:nth-child(3),
    .breadcrumb-trail span:nth-child(4) a,
    .breadcrumb-trail .sep:nth-child(5){
    display:none!important;
    }

    Best regards,
    Jordan Shannon

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