Hi,
i need to add pagination to the photo gallery built into the Enfold theme- is there a shortcode i can add for this or some function that will define the maximum number of image thumbs to show per page and add pagination for those galleries that have more than 60 images?
Hey MichaelT1,
These features are available in masonry gallery. Please try using a masonry gallery element available in the advanced layout builder.
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Let us know if you have any questions.
Best regards,
Vinay
ok thanks how do i get the masonry gallery to load soon as the page loads? It only loads when u scroll
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
-webkit-animation: none!important;
animation: none!important;
}
Best regards,
Vinay