Infinite Scroll and Masonry – Overlapping Content
-
Hello,
First and foremost, thank you for such a great plugin! It has saved me a considerable amount of time when working on a few projects.
Anyways, I currently have Infinite Scroll installed with a theme that I am creating. I also have jQuery Masonry installed. The overall structure of my current theme can be simplified and broken down as follows:
<div id="header"> Header content </div> <!-- #header !--> <div id="content"> <div id="excerpts"> // This is where my loop starts, and pulls excerpts as follows <div class="exerpt fleft"> //Where fleft is float:left Excerpt here </div> <div class="exerpt fleft"> //Where fleft is float:left Excerpt here </div> <div class="exerpt fleft"> //Where fleft is float:left Excerpt here </div> // Excerpts continue down with infinite scroll <div class="navigation"> Nav Links Here </div> </div><!-- #excerpts !--> </div> <!-- #content !--> <div id="footer"> Footer content here </div>
Again, this is simplified but it should illustrate my problem.
Currently, I have the Infinite Scroll and the Masonry working. However, when new excerpts are appended to the container, some of them tend to go beneath (occupying the same spot) the existing excerpts instead of below them.
Do you have any ideas what could be causing this? I don’t want to share a link publicly, as it is a development site, but if you need more info or a link to the site please feel free to shoot me an email. ryan at metacomdesign dot com
Again, thanks so much for the plugin!
- The topic ‘Infinite Scroll and Masonry – Overlapping Content’ is closed to new replies.