filterable portfolio

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24897
    ruthj
    Member

    I would like to display the filterable portfolio on different pages but with different categories showing on each.

    For example:
    The same portfolio items but showing filters: All, Video, Animation on one page.

    But then the same portfolio items on a different page but with different filters showing: All, Health, Education

    Is there a way of specifying which filters are shown?

    Hope you can help

    Thanks

    #24924
    Veena
    Moderator

    You can create multiple pages using filterable portfolio template and then hide the filters which you don’t require using custom CSS.

    #24927
    ruthj
    Member

    Please can you send me an example of the custom css I need to use? I can’t seem to find what I need to do.
    Thanks

    #24940
    Veena
    Moderator

    For eg: In this page – http://mediaboxproductions.co.uk/ourwork/ if you want to hide the filter “Graphic Design” then you can use the below custom CSS in themeoptions.

    .page-id-5246 #showcase-filter .segment-2 a {
        display: none !important;
    }
    

    or if you want to hide “Video Production” then you can use segment-3 instead of segment-2

    .page-id-5246 #showcase-filter .segment-3 a {
        display: none !important;
    }
    

    And if you are using a different page then you need to provide that page’s id instead of 5246.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Austin Theme Support’ is closed to new topics and replies.