-
AuthorPosts
-
April 11, 2018 at 6:32 am #940200
Hi team,
I’m wondering if it’s possible to remove a category from breadcrumbs?
I don’t want my Media Library to show in the breadcrumbs on my projects pages.
Lara
April 11, 2018 at 11:04 am #940413Hey Lara,
I have checked it and I can’t seem to find the breadcrumbs, can you give us a screenshot?
Best regards,
NikkoApril 12, 2018 at 12:43 am #940714Hi Nikko,
I can’t seem to attach an image here?
If you go to the projects page, click on one of the portfolio items and then scroll down to below the text, there are breadcrumbs there.
Hope that helps :)
Lara
April 12, 2018 at 10:13 pm #941151Hi,
Thanks for providing the additional info. Please add this to quick css:
.text-sep.media-library_sort_sep, .media-library_sort_button .inner_sort_button span{ display:none; }Best regards,
Jordan ShannonApril 13, 2018 at 12:43 am #941182Hi Jordan,
thank you so much for your help, that code works a treat!
I was wondering if it was possible to also remove the portfolio items in the category of Media Library from the projects pages and keep them only on the Media Library page?
Lara
April 13, 2018 at 2:08 am #941207Hi,
Can you try adding this css code in Quick CSS:
#top .grid-sort-container .media-library_sort { display: none; }Hope it helps.
Best regards,
NikkoApril 13, 2018 at 3:50 am #941226Hi Nikko,
thanks for your reply!
Unfortunately, it removes Media Library portfolio items from the Media Library page as well as the projects page
Lara
April 13, 2018 at 10:37 pm #941689Hi,
How many projects pages are there?
Best regards,
Jordan ShannonApril 16, 2018 at 12:50 am #942358Hi Jordan,
We have one Projects page, but 45 portfolio items that belong to projects. In portfolio items, you can see media library categories.
Lara
April 16, 2018 at 6:34 am #942434Hi,
Can you try to use this instead:
#top .grid-sort-container .media-library_sort { display: none; } #top.page-id-5614 .grid-sort-container .media-library_sort { display: block; }Hope this helps :)
Best regards,
NikkoApril 16, 2018 at 7:47 am #942451Hi Nikko,
Thanks for your help! this works perfectly :)
Appreciate it.
Lara
April 16, 2018 at 3:56 pm #942624Hi,
I’m glad you were able to get this solved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Remove category from breadcrumb’ is closed to new replies.
