Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi Jack,

    I thing some JS conflicting on your slider page that’s why plugin not working properly.

    On first load – screenshot

    After click on a thumbnail – screenshot

    Solution:

    1st – try to deactivate other plugin, may be other pluign generation this JS.

    2nd – if theme JS conflicting with plugin then let me know theme you using on site, we will test plugin with theme. And let you know the result.

    Thanks
    Weblizar

    Thread Starter jackmclean

    (@jackmclean)

    Thank you for the fast response.

    I do not have another plugin that would conflict on this, so it must be the theme. It is a premium theme but I can send a zip file if you want to test it?

    Though much simpler, I could disable the thumbnail selection so that they have to use the arrows to control it as that works. Is there a way to do this?

    To hide thumbnail

    Paste the css code into Custom CSS setting filed.

    .sp-thumbnails-container {
         display: none !important;
    }

    And let me know.

    Thanks
    Weblizar

    Thread Starter jackmclean

    (@jackmclean)

    Sorry, I meant to disable the click selection. But keep the thumbnails visible?

    Use below css code into Custom CSS setting field:

    .sp-thumbnails-container {
    	pointer-events: none !important;
    }

    And let me know.

    Thanks
    Weblizar

    Thread Starter jackmclean

    (@jackmclean)

    Thank you for that. It worked perfectly.

    Excellent support by the way I will rate 5 stars.

    Jack M

    Thanks so much. ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Thumbnail selection causes slide to go white’ is closed to new replies.