Tagged: breadcrumbs
-
AuthorPosts
-
November 11, 2019 at 5:19 pm #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!
November 12, 2019 at 5:50 am #1155821Hey ACNLatitudes,
Please try the following in Quick CSS under Enfold->General Styling:
.breadcrumb-trail span[title=download] { display:none; }
Best regards,
RikardNovember 12, 2019 at 5:06 pm #1156049Thanks. I tried that, but it had no effect. Please advise.
November 12, 2019 at 9:07 pm #1156151Hi,
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 ShannonNovember 13, 2019 at 11:27 pm #1156586Yes, 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.
November 14, 2019 at 5:46 pm #1156854Hi,
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 ShannonNovember 22, 2019 at 5:31 pm #1159238Hello. 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.
November 22, 2019 at 6:45 pm #1159276Hi,
Apologies for misunderstanding, can you screenshot the exact text you want removed?
Best regards,
Jordan ShannonNovember 27, 2019 at 1:09 am #1160502Thanks for the reply. I want the highlighted text removed:
https://pasteboard.co/IIxwUel.pngNovember 27, 2019 at 2:08 am #1160536Hi,
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 ShannonNovember 28, 2019 at 7:49 pm #1161094Ok. I updated the link in the private area. Thanks.
November 29, 2019 at 10:25 pm #1161365Hi,
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- This reply was modified 4 years, 11 months ago by Jordan Shannon.
-
AuthorPosts
- You must be logged in to reply to this topic.