Hopefully this is an issue on my end. I have items that are being loaded via ajax.
I have this
success : function( data ) { if ( data ) { jQuery('.filtered-posts').html( data.posts ); jQuery('.filtered-posts').colcade({ columns: '.grid-col', items: '.grid-item' }); } }
Hi.
Fistly thank you for making this!
Hopefully this is an issue on my end. I have items that are being loaded via ajax.
I have this
success : function( data ) { if ( data ) { jQuery('.filtered-posts').html( data.posts ); jQuery('.filtered-posts').colcade({ columns: '.grid-col', items: '.grid-item' }); } }
it is not putting the grid-items into the col.
Any ideas on how to solve this?