Hi Sherry,
No add-ons required.
Do you mean the layout specifically? CSS?
Thanks for the fast response. Yes I added the javascript to bottom of the ajax-load-more.js file and I added a new file to this folder and didn’t work. Css is added to my custom css..
You need to include masonry js in your theme and the custom js in order to make masonry work. Unfortunately you will require some development knowledge to get this working.
I uploaded the js to my theme server and added the script reference to the theme header but no luck …
<script src=”http://domain.com/wp-content/themes/themename/js/preloaded-masonry.js”>
I wonder if gantry themes handle different? Any ideas? thx
They might. But the issue is likely the scripts are not being loaded correctly. As I mentioned above, Masonry + ALM will require some custom development and WP development knowledge.
Sherry22 – Indeed Gantry 5 handles scripts a little bit different. There are many ways of loading scripts but the easiest one for you would be to use the Custom CSS / JS Atom and use the file picker to select the preloaded-masonry.js file.
thank you for your help with the gantry. I went into the global page settings and added custom atom css and javascript linking to the css file and the js file on my server but it still isn’t showing the grid side by side. Is there something else I need to do?
and to clarify I am getting the load more but takes a bit for items to show on page but not in a grid format – ie 4 images with text under per row.
solved I needed to rework custom css within my theme. Thanks for comments.