Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #249979

    Hi – thanks for creating a great theme… by far the best i have worked with so far.
    Couple of questions – I am trying to figure out the best way to create a resource section on the site for whitepapers, reports, presentations, videos etc. I would like to be able to sort these based on 2 filters – type and topic e.g. Whitepaper is main type and then be able to sort all whitepapers by topics. I’ve played around with using the portfolio for this, but not sure how to do this the right way. I tried to create different pages for types and add portfolios based on parent category/topics, but then the sorting doesn’t show above the grid unless i add the type category as well and I don’t want that listed in the sort choices. Hope that explanation made sense…

    Do you have a suggestion to have i best accomplish this – using portfolios or maybe another plugin?
    Also – for the portfolio is there a way to remove the random animation when sorting?

    Thanks so much in advance

    #250916

    Hi squard!

    You can hide the “Types” sort link with CSS Code if necessary. Just insert:

    
    .type_sort_button, .type_sort_sep{
    display: none !important;
    }
    

    into the quick css field. You can replace “type” with the category slug of your “Type” category if necessary.

    Unfortunately you can’t deactivate the animation of the masonry grid – it’s a fundamental part of the sort/filter script.

    Cheers!
    Peter

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.