You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a WordPress plugin called Easy Load More to load more posts for a custom post type.
When the "Load More" button is clicked, the next set of posts (older posts...newest at top) load just fine. However, they cover the top of the initially loaded posts.
In examining the code, it looks like the style attributes (position, left, and top) are not applied to the newly loaded posts (with class .grid-item).
I'm using a WordPress plugin called Easy Load More to load more posts for a custom post type.
When the "Load More" button is clicked, the next set of posts (older posts...newest at top) load just fine. However, they cover the top of the initially loaded posts.
In examining the code, it looks like the style attributes (position, left, and top) are not applied to the newly loaded posts (with class .grid-item).
Here is the staging site that's using this code to see this issue in action:
https://sheologiestg.wpengine.com/blog-test/
Any idea why these newly added posts aren't loading correctly? Additionally, below is my Javascript call for the Masonry library.
The text was updated successfully, but these errors were encountered: