• Resolved Meer-Web

    (@meer-web)


    Hi,

    I’m having problems with the plugin where I do not want to see the small thumbnails under the carousel. When you set the “Thumbnails to Show” option to zero the script will be loading endless and will freeze your browser/site.

    You can work arround this by just emptying the file /wp-content/plugins/woo-product-gallery-slider/inc/product-thumbnails.php, but I gues on next update it will be back again.

    Is there any other method to hide the thumbnails? Maybe via CSS display:none?

Viewing 1 replies (of 1 total)
  • Plugin Author Niloy

    (@im_niloy)

    Hi,
    yes if you use “Thumbnails to Show” :’0′ then the will freeze or not working properly. so make sure you use ‘1’
    and the pro version has a thumbnail display option(hide/show). so you can purchase the pro version or you can use this CSS below for hiding the thumbnails.

    .wpgs-nav {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Number of thumbnails 0 breaks site’ is closed to new replies.