Masonry transition error while using filters
-
Hi,
I’ve been trying to use the masonry transition fx while filtering my items – Basically I’ve just added the following properties to the example at https://connekthq.com/plugins/ajax-load-more/examples/filtering (both in the shortcode and the js options object):
transition=”masonry” masonry_selector=”.rassegna-item–masonry” masonry_animation=”slide-up” transition_container=”false” scroll_container=”false”
It gets initialized correctly but once I click to a different item I get the following console error:
masonry not initialized. Cannot call methods, i.e. $().masonry(“appended”)
and the masonry effect stops working until i reload the page.
I’ve tried removing the transition container and manually trigger the masonry layout event, without no visible changes. Did I forget to setup something?
I can provide a public facing url if needed.
- The topic ‘Masonry transition error while using filters’ is closed to new replies.