Tagged: x
-
AuthorPosts
-
March 13, 2017 at 1:11 pm #1405194
LNUrediParticipantHey 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/
March 13, 2017 at 1:55 pm #1405272
DarshanaModeratorHi 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!
March 13, 2017 at 2:41 pm #1405379
LNUrediParticipantAwesome, I’ll give it a shot and let you know how it goes (c:
Thanks!
March 13, 2017 at 3:00 pm #1405391
LNUrediParticipantWorked like a charm, thanks!
March 13, 2017 at 4:09 pm #1405478
DarshanaModeratorThanks for the update and glad we were able to help 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1405194 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
