arisoft
Forum Replies Created
-
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Lightbox not showingOpen “Advanced” tab on “ARI Fancy Lightbox” page and populate “Custom JS code” parameter with the following code to remove original lightbox:
setTimeout(function() { $('.gallery A').off('click.prettyphoto'); }, 10);About links, the lightbox doesn’t modify gallery links. These links to attachment pages (when “Link to” parameter is set to “Attachment page” in gallery settings) and they are generated by gallery.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Lightbox not showingHello
404 error is not related to “ARI Fancy Lightbox”. You can try to open attachment page directly into a browser and 404 error will occur. For example the following pages:
https://christosefstathiou.com/insects-14/
https://christosefstathiou.com/insects-13/About problem with default lightbox, as we mentioned in our previous post, could you provide a link to a page where the problem occurs so we can investigate it?
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Lightbox not showingHello
Please update the plugin to v. 1.3.2. It should resolve the problem when gallery is configured to open attachment pages. About conflict with other lightbox, could you provide a link to a page where it occurs to have ability investigate it?
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Conflict with Beaver BuilderIf the problem appears again, let us know and we will investigate it.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Conflict with Beaver BuilderDoes it occur in free version of Beaver Builder? If yes, could you describe exact steps how to reproduce the problem so we can investigate it on our side?
This hash is added to have ability differ images with the same name. For example if page contains <root_folder>/album1/image_01.jpg and <root_folder>/album2/image_02.jpg images, the lightbox will know what image should be opened based on hash before image name.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Protect mode has no use…Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Protect mode has no use…We guess this feature should be implemented on gallery side. “ARI Fancy Lightbox” doesn’t modify behavior or layout of gallery plugins.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Not working on postsCould you explain in more details what do you want to achieve? Open particular links into the lightbox, open images from a custom gallery into the lightbox or need something another?
Hello
This feature is available only in PRO version for trivia quizzes. It doesn’t require any additional settings, this is supported out of box by PRO version.
If you want to attach the lightbox to the particular link, just add “ari-fancybox” CSS class to the link. The lightbox doesn’t provide ability to convert all links for local video files automatically. We will add this description to the documentation, sorry for inconvenience.
BTW, the plugin doesn’t require to add any specific CSS classes/styles/custom CSS rules for video content. Could you provide a link to a page where the problem occurs to have ability investigate it? Probably it is a style conflict.
If you reproduce it on a test site and provide a link, we are ready to help investigate the problem.
Could you provide a link to a page where the problem occurs?
Forum: Reviews
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Does not workIt is a pity that you wrote the review without asking help from our support team. The plugin works fine for a lot of users and if it doesn’t work on your side, it can be a problem with 3rd party plugin or some configuration.
We are always ready to help investigate the problem if you provide more details. What exactly doesn’t work and provide a link to a page where the problem occurs.
The lightbox is designed in that way. On mobile devices it doesn’t close the lightbox when click on overlay. It toggles controls, but this behavior can be easily changed. Open “Advanced” tab on “ARI Fancy Lightbox -> Settings” page and populate “Custom JS code” parameter with the following code:
delete $.fancybox.defaults.mobile.clickSlide;