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?

Captions work with Responsive Gallery Grid?
(1 viewing) (1) Guest
"ARI Fancy Lightbox" WordPress plugin
Go to bottomPage: 1
TOPIC: Captions work with Responsive Gallery Grid?
#62622
Captions work with Responsive Gallery Grid? 6 Years, 2 Months ago Karma: 1
Hello
I am using Responsive Gallery Grid for my native galleries but the lightbox captions does not work with these.
Can you please help?
The administrator has disabled public write access.
 
#62623
Re:Captions work with Responsive Gallery Grid? 6 Years, 2 Months ago Karma: 748
Hello,

Could you provide a link to a sample page?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#62629
Re:Captions work with Responsive Gallery Grid? 6 Years, 2 Months ago Karma: 1
Sure. I think it happens with every grid plugin. Thanks in advance
Gallery
Last Edit: 2018/02/26 20:00 By Alexandros_T.
The administrator has disabled public write access.
 
#62631
Re:Captions work with Responsive Gallery Grid? 6 Years, 2 Months ago Karma: 748
Open "Advanced" tab on "ARI Fancy Lightbox -> Settings" page and populate "Custom JS code" parameter with the following code:

Code:


$('.rgg-imagegrid A.rgg-img').each(function() {
    var $a = $(this),
        $caption = $a.find('.rgg-inner-caption');

    if ($caption.length === 0) return ;

    $a.data('caption', $caption.html());
});



Regards,
ARI Soft
The administrator has disabled public write access.
 
#62634
Re:Captions work with Responsive Gallery Grid? 6 Years, 2 Months ago Karma: 1
Thanks again for your great support
The administrator has disabled public write access.
 
Go to topPage: 1