• Resolved havemaskwilltravel

    (@havemaskwilltravel)


    Very happy with the plugin, except after having installed the paid version, the thumbnail icon is not shown anymore even though I’ve selected it under tab Lightbox > Buttons.

    I’ve tried adding the following code to tab Advanced > Custom JS code:
    jQuery.fancybox.defaults.onActivate = function() { jQuery.fancybox.getInstance().Thumbs.show(); }

    That does display the thumbnails in the sidebar, however, they stay visible permanently (the thumbnails toggle icon doesn’t work then). Do you have any suggestions?

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

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

    (@arisoft)

    It seems the problem is resolved.

    Thread Starter havemaskwilltravel

    (@havemaskwilltravel)

    I added the following script to Advanced > Custom JS code:

    setTimeout(function() { $(‘.slick-slide’).each(function() { var $this = $(this); $this.attr(‘data-options’, JSON.stringify({thumb: $this.attr(‘href’)})); }); }, 100);

    That worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Thumbnail icon missing’ is closed to new replies.