Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #433955

    Hi guys,
    for the first, it’s a really great theme.
    And now my problem: if i make a gallery with big preview and with thumbnails under. I can limit somehow the number of the thumbnails?
    If i have 40 pictures in a gallery, but i want just one big preview and 5 little thumbnail, i can do somehow?

    Thank You
    Best regards, Zoltan.

    #434401

    Hi BoldiZo!

    We can give you some CSS to use but I’m not sure why you would want to do that. If you only want 5 thumbnails to display then you would only need to select 5 images in the gallery.

    Regards,
    Elliott

    #435424

    Hi Elliott,
    I want to use limited thumbnails because in some of our gallery’s we have a lot of picture, and it is looks bad when we have 50 thumbnails, so my clients wants to show just some thumbnails, and the rest of the picture just show in the light box.
    Best regards.
    Zoltan

    #436013

    Hi Elliott,
    I want to use limited thumbnails because in some of our gallery’s we have a lot of picture, and it is looks bad when we have 50 thumbnails, so my clients wants to show just some thumbnails, and the rest of the picture just show in the light box.
    Best regards.
    Zoltan

    #436844

    Hey!

    Send us a link and let us know which thumbnails you wish to hide.

    Best regards,
    Elliott

    • This reply was modified 9 years, 8 months ago by Elliott.
    #464905

    Hi,

    I have the same problem. I’m using simple gallery (not masonry) with small thumbnails. I want to show the thumbnails of the first seven picture in one line (gallery columns is set to 7). How can I modify the php/css to list only 7 pics in preview?

    Thanks in advance!

    #465929

    Hey!

    Your using the default gallery shortcode? If so then the only images that should be displaying are the ones that you select in the popup. So if you only want 7 to display then you would just select 7.

    If I am misunderstanding then send us a link to your page so we can get a better idea of what’s going on. You can set your reply to private if you wish.

    Cheers!
    Elliott

    #465939

    Yes, using the default gallery shortcode. I would like to show seven small thumbnail pictures in preview, but when a bigger picture is opened, 10 pictures will be available to see…
    I’m sending you the link in private wher you can see 10 pictures in 2 lines.

    #466869

    Hey!

    please upgrade to Enfold v3.2.2. Did you remove the 3 unwanted images from your gallery? Please post admin login, so we can check what’s going on and post login details here as private reply. Try to deactivate all plugins, to check if one is causing problems.

    Best regards,
    Andy

    #466879

    Sorry for misunderstand, It’s not a bug. I did not remove the 3 unwanted images from gallery. I would like to use 10 images in gallery but show only seven thumbnails.
    I will modify the related php file to list only seven thumbnails if you show me how :)
    Or please help me how to modify the css to hide the second line (the last 3 images).

    Thanks!

    #467592

    Hi!

    not sure if this will be possible. However on your previous link I can see a coming soon page, so I think we might need to have admin access, to inspect the elements. Post login details here as private reply.

    Best regards,
    Andy

    #468366

    Hi,

    I’ve got the solution from different enfold support topic so you can close this.

    #top #wrap_all .avia-gallery .avia-gallery-thumb a:nth-last-child(-n+3) {
    display: none !important;
    }

    Regards and thank you!

    #468667

    Hi!

    Glad you got it fixed :)

    Best regards,
    Rikard

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Enfold Gallery with Preview’ is closed to new replies.