ALM and Masonry
-
Hi,
i’m asking for a little bit more details on how to implement ALM on a Masonry grid here.
I’m using the portion of this code :
https://connekthq.com/plugins/ajax-load-more/examples/masonry/Based on a simple index loop :
<?php while (have_posts()) : the_post(); ?> // my loop template elements to display my posts <?php endwhile; wp_reset_query(); ?> <?php echo do_shortcode('[ajax_load_more post_type="post" offset="3" posts_per_page="5" scroll="false" transition="none" images_loaded="true"]'); ?>
My problem are the following :
1) The first posts are ignored by Masonry, and only get realigned when a first call to ALM button is fired
2) The ALM load more button ignores the height of the ajax loaded posts, and doesnt stick to the bottom but somewhere on top of them.
Could you help me or provide a standard html source code you recommend for all this to work fine ?
Thanks a lot for your plugin! ??
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘ALM and Masonry’ is closed to new replies.