Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi mulva,

    Wiche theme tou use ? WP version ? WC Version ?

    Please let me know. Thanks

    Thread Starter mulva

    (@mulva)

    Creation Theme. Using WP version 4.2.3.

    Plugin Author YITHEMES

    (@yithemes)

    Hi mulva,
    you need to do compatibility with masonry stile of your post. Add in your custom scripts something like this

    jQuery(document).on( 'yith_infs_adding_elem', function(){
            if ( jQuery.fn.masonry ) {
                var container = jQuery( your post container );
    
                container.masonry('reloadItems');
            }
        });

    Let me know, regards ??

    Thread Starter mulva

    (@mulva)

    Where would I put this code? In functions.php?

    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    you need to put this code in your custom scripts.

    Regards ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Row of posts collapsing behind another row’ is closed to new replies.