Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1405194
    LNUredi
    Participant

    Hey guys,

    I am using the Integrity stack with the filterable, masonry-style portfolio feature. I want to keep all of the filter by category functionality but I don’t want the user to have to click the “filter by category” button. It’s an extra click and is a waste of time. I want all of the existing filtering functionality but without the extra step of clicking the “filter by category” button.

    Is this possible?

    Thanks.

    site is here: http://warestar.com/Dev/our-portfolio/

    #1405272
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can do the following:

    You can add this under Custom > JavaScript in the Customizer.

    jQuery( document ).ready(function() {
     jQuery('.x-portfolio-filters').click();
    });

    To remove “filter by category” button, you can add this under Custom > CSS in the Customizer.

    a.x-portfolio-filters {
        display: none;
    }

    Hope that helps!

    #1405379
    LNUredi
    Participant

    Awesome, I’ll give it a shot and let you know how it goes (c:

    Thanks!

    #1405391
    LNUredi
    Participant

    Worked like a charm, thanks!

    #1405478
    Darshana
    Moderator

    Thanks for the update and glad we were able to help 🙂

  • <script> jQuery(function($){ $("#no-reply-1405194 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>