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?

Metasliders and ari lightbox conflicts
(1 viewing) (1) Guest
"ARI Fancy Lightbox" WordPress plugin
Go to bottomPage: 1
TOPIC: Metasliders and ari lightbox conflicts
#67585
Metasliders and ari lightbox conflicts 3 Years ago Karma: 0
Hello,

i have the following problem in some of my pages i have 3-4 or more metasliders.

When i open images from the first slider with ari lightbox i can navigate to all images from all sliders in the same page.
This is something we don't want. We only want to navigate in lightbox mode only to images from the selected slider.

Here is a link of my page: danelis.gr/xylina-koyfomata/

Thanks in advance,
The administrator has disabled public write access.
 
#67588
Re:Metasliders and ari lightbox conflicts 3 Years ago Karma: 747
Hello,

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

Code:


$('.metaslider').each(function(idx) { $('A[data-fancybox-group]', $(this)).each(function() { var $this = $(this), group = $this.attr('data-fancybox-group'); $this.attr('data-fancybox-group', group + '_' + idx); $this.attr('data-fancybox', group + '_' + idx);  }) });



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