• Resolved atommyk

    (@atommyk)


    Hi David,
    
    Congratulations for your great plugin!
    
    There's only one little thing I'd like to change about it to make it perfect for me.
    
    If you look at the provided link, when I select "Custom kit" in variations, the two images attached to this variation appear in thumbnails: this is perfect.
    
    But when I select "STD kit" or "Reprint", there's only one image attached. Therefore, the unique thumbnail is useless and I would like to hide it.
    
    Is there a way to do it easily?
    
    Thanks a lot in advance for your help and all the best.
    
    Tommy

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author David Rosendo

    (@drosendo)

    Hi,

    You may apply a custom CSS rule to hide it, this should help you:

    .svi-gallery-thumbs div.swiper-slide:only-child {
        display: none;
    }

    Just add it to your customizer or anyplace where you can add custom CSS.

    Hope it helps and would really appreciate a review of the plugin when possible.

    Cheers,

    Thread Starter atommyk

    (@atommyk)

    Thank you so much for your ultra-quick and efficient help: this works perfectly!

    Sure, I run to write a review now! ??

    Thanks a lot and all the best,

    Tommy

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to keep only useful thumbnails?’ is closed to new replies.