Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,
    the plugin is compatible with your theme, but you need to do some compatibility with masonry style of your posts.
    Add in your custom js something like this

    jQuery(document).on( 'yith_infs_adding_elem', function(){
         jQuery( your masonry container ).masonry('appended', jQuery( your masonry elem ));
    })

    Reagards ??

Viewing 1 replies (of 1 total)
  • The topic ‘compatible’ is closed to new replies.