Tagged: load more
Hi
In the masonry using either portfoilos og posts. When you click on load more the filtermenu will show all categories, and not the ones chosen in the settings.
How can I fix this?
Hi Henrikgood!
This will happen if a post is loaded with multiple categories. The new categories will be added to the sort options. If you want to hide the new sort links from displaying then open up /enfold/js/shortcodes.js and comment out lines 1307 and 1308.
//filterlink.removeClass('avia_hide_sort').addClass('avia_show_sort');
//masonry.find('.av-masonry-sort .'+sort+'_sep').removeClass('avia_hide_sort').addClass('avia_show_sort');
Cheers!
Elliott
Great thank you