Title: Problem with ALM   grid
Last modified: August 22, 2016

---

# Problem with ALM grid

 *  Resolved [AndreasJa](https://wordpress.org/support/users/andreasja/)
 * (@andreasja)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-with-alm-grid/)
 * Hi!
 * Thanks for the plugin! Really nice 🙂
 * Im having a problem with my grid-style theme. As deafult my theme displays a 
   row of 3 posts, but when Im pressing the “Load more” button it only displays 
   1 row.
 * Im not good at coding, but ive tried your JS for the masonry example on your 
   site. But it didnt work for me, maybe not even what i should use?
 * You can find my site at www* smashback *se and try the button “Visa mer” on index.
 * From what I can tell the theme uses bootstrap, jquery, masonry.. if that helps…
   😛
 * My Repeater Template:
 *     ```
       <div id="teaser-holder" class="row">
   
       <div <?php post_class(); ?>>
       	<div class="teaser">
       		<?php the_post_thumbnail('featured-teaser'); ?>
       		<div class="teaser-text">
   
       			<?php if (is_sticky()) : ?>
       				<?php the_title('<h3 class="teaser-title"><span>★</span><a href="' . esc_url( get_permalink()) . '" rel="bookmark">', '</a></h3>'); ?>
       			<?php else: ?>
       				<?php the_title('<h3 class="teaser-title"><a href="' . esc_url( get_permalink()) . '" rel="bookmark">', '</a></h3>'); ?>
       			<?php endif; ?>
   
       		</div>
       		<div class="teaser-footer">
       			<p><?php echo get_avatar(get_the_author_meta('ID'), 20); ?> <span><?php the_author(); ?> • <?php the_time(get_option('date_format')); ?></span></p>
       		</div>
       	</div>
       </div>
   
       </div>
       ```
   
 * My shortcode:
    `<?php echo do_shortcode('[ajax_load_more post_type="post" offset
   ="12" posts_per_page="12" scroll="false" pause="true" button_label="Visa mer"]');?
   >`
 * Really appreciate any ideas and help! thank you!
 * /Andreas
 * [https://wordpress.org/plugins/ajax-load-more/](https://wordpress.org/plugins/ajax-load-more/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * (@dcooney)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-with-alm-grid/#post-5411648)
 * The issue would be you are including `<div id="teaser-holder" class="row">` in
   your repeater.
    This code would break every item into it’s own row.
 * `<div id="teaser-holder" class="row">` should likely be the wrapper for your 
   ajax load more content.
 *  Thread Starter [AndreasJa](https://wordpress.org/support/users/andreasja/)
 * (@andreasja)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-with-alm-grid/#post-5411661)
 * Okey, thanks 🙂
 * I tried to remove `<div id="teaser-holder" class="row">` completly, but it didnt
   work.
 * How to make it the wrapper for the ajax load more content? I tried to put it 
   in ajax-load-more.php at `"$ajaxloadmore = '<div id="ajax-load-more" class="...."`
   But it still breaks the row.
 * Thanks for your help!
 *  Plugin Author [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * (@dcooney)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-with-alm-grid/#post-5411753)
 * Sorry, to help you any further I would require access to your site. It’s difficult
   to understand what the issues are not seeing anything.
 *  Thread Starter [AndreasJa](https://wordpress.org/support/users/andreasja/)
 * (@andreasja)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-with-alm-grid/#post-5411754)
 * I totally understand! Can I email you the login? 🙂 Thanks
 *  Thread Starter [AndreasJa](https://wordpress.org/support/users/andreasja/)
 * (@andreasja)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-with-alm-grid/#post-5411788)
 * I fixed it, dont really know what I did.. but it works 😛
 *  Plugin Author [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * (@dcooney)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/problem-with-alm-grid/#post-5411815)
 * hah, ok that’s great!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Problem with ALM grid’ is closed to new replies.

 * ![](https://ps.w.org/ajax-load-more/assets/icon-256x256.png?rev=2944639)
 * [Ajax Load More – Infinite Scroll, Load More, & Lazy Load](https://wordpress.org/plugins/ajax-load-more/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ajax-load-more/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ajax-load-more/)
 * [Active Topics](https://wordpress.org/support/plugin/ajax-load-more/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ajax-load-more/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ajax-load-more/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/problem-with-alm-grid/#post-5411815)
 * Status: resolved