Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #666721

    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?

    #666765

    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

    #666902

    ok thanks how do i get the masonry gallery to load soon as the page loads? It only loads when u scroll

    #667015

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.