Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Thumbnails icon invisible
(1 viewing) (1) Guest
"ARI Fancy Lightbox" WordPress plugin
Go to bottomPage: 123
TOPIC: Thumbnails icon invisible
#67809
Re:Thumbnails icon invisible 2 Years, 11 Months ago Karma: 747
We can't investigate this problem by a screenshot. It can be a conflict with 3rd party plugin/theme. Could you reproduce the problem on a public site so we can investigate it?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#67810
Re:Thumbnails icon invisible 2 Years, 11 Months ago Karma: 0
I managed to sort it out! I had a "show more" button with text - it seems all items need to be images - I did remove all plugins and moved to WP native themes and it didn't sort it out, so I figured out I must have been doing something wrong!! Sorry for bothering you! Have a great day!!
The administrator has disabled public write access.
 
#68012
Re:Thumbnails icon invisible 2 Years, 9 Months ago Karma: 0
Last year I wasn't able to see the thumbnails icon and you then suggested I use the following code:

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

That worked like a charm, up until very recently. The thumbnails icon is no longer visible, see for example:
extramakelaars.nl/woning/enschede-holzik-es-1/ (click on the large real estate visual containing the magnifying glass)

The source code shows the following:

<button data-fancybox-thumbs="" class="fancybox-button fancybox-button--thumbs" title="Thumbnails (G)" style="display: none;"></button>

Do you perhaps have an updated solution to the problem of the missing thumbnails icon?
The administrator has disabled public write access.
 
#68034
Re:Thumbnails icon invisible 2 Years, 9 Months ago Karma: 747
Hello,

Try the following code:

Code:


$('a.kb-bg-slide-contain').each(function() { var $this = $(this); $this.attr('data-options', JSON.stringify({thumb: $this.attr('href')})); });



Regards,
ARI Soft
The administrator has disabled public write access.
 
#68035
Re:Thumbnails icon invisible 2 Years, 9 Months ago Karma: 0
Excellent, that works.
Thank you very much!
The administrator has disabled public write access.
 
Go to topPage: 123