Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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

    #940413

    Hey Lara,

    I have checked it and I can’t seem to find the breadcrumbs, can you give us a screenshot?

    Best regards,
    Nikko

    #940714

    Hi 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

    #941151

    Hi,

    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 Shannon

    #941182

    Hi 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

    #941207

    Hi,

    Can you try adding this css code in Quick CSS:

    #top .grid-sort-container .media-library_sort {
        display: none;
    }

    Hope it helps.

    Best regards,
    Nikko

    #941226

    Hi Nikko,

    thanks for your reply!

    Unfortunately, it removes Media Library portfolio items from the Media Library page as well as the projects page

    Lara

    #941689

    Hi,

    How many projects pages are there?

    Best regards,
    Jordan Shannon

    #942358

    Hi Jordan,

    We have one Projects page, but 45 portfolio items that belong to projects. In portfolio items, you can see media library categories.

    Lara

    #942434

    Hi,

    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,
    Nikko

    #942451

    Hi Nikko,

    Thanks for your help! this works perfectly :)

    Appreciate it.

    Lara

    #942624

    Hi,

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Remove category from breadcrumb’ is closed to new replies.