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?

ARI Fancy Lightbox Stopped working
(1 viewing) (1) Guest
"ARI Fancy Lightbox" WordPress plugin
Go to bottomPage: 1
TOPIC: ARI Fancy Lightbox Stopped working
#71337
ARI Fancy Lightbox Stopped working 9 Months, 1 Week ago Karma: 0
The plugin was working perfectly until recently. Now, when trying to start the lightbox from a gallery, nothing happens (no lightbox). I can't tell if the issue is on the WordPress side or the plugin.

Here's a link to a gallery which isn't working: flatironsphotoclub.org/september-2023-speakers-favorites

I've also attached a screenshot of the plugin configuration page.
Last Edit: 2023/09/25 18:32 By Flatirons.
The administrator has disabled public write access.
 
#71338
Re:ARI Fancy Lightbox Stopped working 9 Months, 1 Week ago Karma: 748
Hello,

Open "ARI Fancy Lightbox -> Settings -> Advanced" page and populate "Custom JS code" parameter with the following code:

Code:


$('.wp-block-gallery').each(function(galleryIdx) {
var $container = $(this);

$container.find('.wp-block-image>IMG').each(function() {
var $parent = $(this).parent();

$parent.addClass('ari-fancybox');
$parent.attr('data-type', 'image');
$parent.attr('data-fancybox', 'gal_' + galleryIdx);
});
});



Regards,
ARI Soft
The administrator has disabled public write access.
 
#71346
Re:ARI Fancy Lightbox Stopped working 9 Months, 1 Week ago Karma: 0
Excellent! Thank you - it's working properly now. Any idea why this issue occurred?
The administrator has disabled public write access.
 
#71347
Re:ARI Fancy Lightbox Stopped working 9 Months, 1 Week ago Karma: 748
We supposed HTML layout for galleries was changed. Probably after WordPress/plugin update.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1