Okay
  Public Ticket #2603132
Portfolio filter link "All"
Closed

Comments

  •  7
    Gesine_Liebold started the conversation

    Hi there,

    on the portfolio category site I've chosen: to display the filter categories, the heading changing with selecting a new filter category and absolute URLs. When selecting "All" in the filter the heading is not changing which is irritating. And the url is changed to the home URL but the current site is not left. 

    Is there a way to hide "All" OR give it a heading and a proper slug?

    Thanks for investigating!

    Gesine

  • [deleted] replied

    Hi Gesine,

    The "All" filter normally would change the absolute URL and the heading, as you can see in the original copy of our theme:

    https://d.pr/v/6u8TTN

    The description and title for "All" link is applied from here:

    medium
    (view large image)

    If you want to hide the "All" filter link simply add this custom CSS:

    .portfolio-root-categories .portfolio-category-all {
        display: none;
    }

  •  7
    Gesine_Liebold replied

    Hi Arlind,

    thanks for your explanation! I've used your custom code to adjust the settings.

    Have a good day!

  • [deleted] replied

    I am happy to hear that Gesine. If you need further help feel free to create another ticket.

    Will close this ticket.