Hello,
I searched forum and saw this come up a few times, but didn’t find a result.
I have a page I’d like to create: 1 masonry element that would display all of our company’s resources within cybersecurity solutions category. This is done, but for it to be a time saver and cool feature, I’d like to be able to link to this page from different product pages with the masonry element filtered to only display that products’ resources.
I’ve set this up and tested and am seeing this code for one of filters:
<a href="#" data-filter="z-os-siem_sort" class="z-os-siem_sort_button avia_show_sort"><span class="inner_sort_button"><span>z/OS SIEM</span><small class="avia-term-count"> 2 </small></span></a>
Is there a way to link to this page with this filter selected already?
I was hoping this one may have gotten picked up as a feature request because think this would be a useful thing for a lot of folks using masonry elements, but hasn’t been added to the product.
Thanks for your help!
J
Hey lampije,
Thank you for using Enfold.
You can include the category name as URL-query string parameter and then create a script that will trigger a specific sort button based on the value of the parameter. You can find examples in the following threads.
// https://kriesi.at/support/topic/linking-to-filtered-portfolio-ajax/#post-430830
// https://kriesi.at/support/topic/using-a-from-another-page-to-pre-sort-a-masonry-element/#post-1114268
Best regards,
Ismael