arisoft
Forum Replies Created
-
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Title of imagesHello
This problem with image gallery, it uses old version of Fancybox library. It can be fixed if add the following code to “Custom JS code” parameter on “ARI Fancy Lightbox -> Settings -> Advanced” page:
$('.rps-image-gallery A[title]').each(function() { var $this = $(this), title = $this.attr('title'); $this.attr('title', title.replace(/</ig, '<').replace(/>/ig, '>').replace(/&/ig, '&')) ; });Hello
Zapier integration is supported only by PRO version. If you use PRO version, please contact us on our support forum.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Auto close at the end of a video?Hello,
The plugin doesn’t support ability to close popup when a video is ended.
Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Quiz Pop UpHello,
As possible solution, you can load a quiz into a post/page and use a popup plugin which can show posts.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Navigation in 3rd party galleryHello
Use the following selector:
.vp-portfolio__item-img AForum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Help with customizationHello
Guess it should be possible via Zapier (Zapier integration is supported by PRO version) or another option is modify the plugin.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Don’t work on Galery in PostHello,
This problem with pretty photo lightbox which is also attached to the images. Disable pretty photo or use the following workaround:
open “Advanced” tab on “ARI Fancy Lightbox -> Settings” page and populate “Custom JS code” parameter with the following code:
setTimeout(function() { $("a.ari-fancybox").unbind('click.prettyphoto'); }, 10);Forum: Plugins
In reply to: [ARI Adminer - WordPress Database Manager] PHP 7.2 compatibility?We tested the plugin with different PHP versions (7.x, 7.1.x, 7.2.x) on our test server and it works fine. In any case if some code doesn’t support the installed PHP version, an error should occur in error log. Probably it is a problem with security rules for web server/WordPress.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Setting the ‘rel tagUse the following code:
<a class="ari-fancybox" href="IMAGE"><img src="THUMB" /></a>Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Setting the ‘rel tagHello,
Could you explain in more details where you want to set “rel” tag? The plugin attaches the lightbox to existing elements, for example to galleries. Galleries are generated by gallery plugins and all attributes are added by the plugins.
Open “Style” tab on “ARI Fancy Lightbox -> Settings” page and use “Lightbox z-Index” parameter.
It is not possible to control height of content area.
It is not “ARI Fancy Lightbox” issue. This problem with styles and layout for the transparent image. It moves away real image when browser windows is resized to a small size.
Hello
Is it possible to see the problem anywhere?
Forum: Plugins
In reply to: [ARI Adminer - WordPress Database Manager] PHP 7.2 compatibility?Hello,
Sorry for the delay, could you specify what problem you have with PHP 7.2? What exactly doesn’t work?