Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1335854

    Hi, on the home page I have set up an image gallery. I would like to preview only 6 images from the gallery no more. Only when I click on the images and start full screen view would I want to see all the images I have uploaded to the gallery. This is possible?

    One solution I found is to use the “load more” button. Is there an option to write “See all photos”? How can I do it? Thanks in advance. Elisa

    #1335869

    Hey elisa_polidori,
    If you would like to change the Masonry Gallery “Load More” button text to “See all photos”, try adding this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top #main a.av-masonry-pagination.av-masonry-load-more {
    	font-size: 0px;
    }
    #top #main a.av-masonry-pagination.av-masonry-load-more:before {
    	content:"See all photos";
    	font-size: 13px;
    }	
    

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1336004

    Thanks for your answer, before trying if this works I ask you if it is appropriate that I install the child theme.

    #1336029
    This reply has been marked as private.
    #1336031

    Hi,
    Since this css would be added within the theme options it is not necessary to install a child theme for this, but installing a child theme is a good idea in general, so please see our documentation here about installing a child theme.

    Best regards,
    Mike

    #1336084
    This reply has been marked as private.
    #1336099

    Hi,
    Please link to your page with the Masonry Gallery that you wish to change the “Load More” text so we can check.

    Best regards,
    Mike

    #1336148
    This reply has been marked as private.
    #1336186

    Hi,
    I activated your child theme and imported your parent theme settings to the child theme as per our documentation, and everything seems correct, please clear your browser cache and check.

    Best regards,
    Mike

    #1336189

    Hello Mike, thanks for your support. Everything seems to be working fine now!

    Best regards,
    Elisa

    #1336190

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Image gallery and settings button "load more"’ is closed to new replies.