Hello
Is it possible to see this gallery?
You can show here: http://urlgone.com/15b332/
-
This reply was modified 7 years, 6 months ago by
lupet92.
We see 22 images on the page and no “Load more” button. All images are opened into the lightbox.
If gallery plugin which you use provides ability to call a custom javascript code after adding extra items, then it is possible to configure “ARI Fancy Lightbox” to work with these items.
I can try to call a js when I click in this button ID. There is a function of ARI Fancy Lightbox for update gallery?
Regards
When the button is clicked, your gallery plugin does a call to the server and retrieve new images. If call code of “ARI Fancy Lightbox” immediately on click, nothing happens because new images will not be loaded yet. The code should be called when new images are added to the page. If API of your gallery plugin provides a callback for this event, then the code will be executed in the right place. You can ask gallery developers about this callback support.
I can make callback but what is the right code for reload ARI?
Kind Regards
Call the following code:
ARI_FANCYBOX_INSTANCE.convertElements()