arisoft
Forum Replies Created
-
The plugin attaches to image automatically. It doesn’t require to configure something in Elementor plugin, but as we wrote previously, the plugin is not loaded on the page. It looks like the plugin is not activated. If you use any cache plugin, try to clean cache and make sure the plugin is activated. If it doesn’t help, contact us by email (info (at) ari-soft (dot) com) to discuss how we can investigate this problem in more details.
Hi Jack,
Check this thread.
Hello
The page doesn’t contain “ARI Fancy Lightbox” plugin.
Hello
Open “ARI Fancy Lightbox -> Settings -> Integration” page and populate “Images -> Custom grouping selectors” parameter with the following code:
.elementor-gallery__container$$.e-gallery-itemForum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Enable Lightbox for select linksFor example if you want to open links to external pages with fb-lightbox CSS class then open “ARI Fancy Lightbox -> Settings -> Advanced” page and populate “Custom JS code” with the following code:
$('.fb-lightbox').fancybox({type: 'iframe'});link will look like:
<a href="http://wp-quiz.ari-soft.com" class="fb-lightbox">Open link</a>Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Disable Lightbox With MinWidth?Hello,
Open “ARI Fancy Lightbox -> Settings -> Advanced” page and populate “Custom JS code” parameter with the following code:
var onHandler = $.fn.on; $.fn.on = function() { if (arguments[0] == 'click.fb-start') { var args = Array.prototype.slice.call(arguments), oldHandler = args[2]; args[2] = function(e) { if ($(window).width() > 1024) { e.stopPropagation(); return ; } return oldHandler.call(this, e); }; return onHandler.apply(this, args); } return onHandler.apply(this, arguments); };Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Redirect to own results pageCurrently the plugin doesn’t support this ability. We are going to add this feature to PRO version.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Enable Lightbox for select linksCould you specify what code do you use? “Open link” from your original post is a just hyperlink.
We provided all information which we received from plugins repository support team. They didn’t specify any particular security problems in latest version of the plugin. The support team don’t like that the plugin is a bridge between WordPress and Adminer application.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Few minor tweaks neededHello
1. Sorry, the plugin doesn’t support this ability.
3. Open “ARI Fancy Lightbox -> Settings -> Advanced” page and populate “Custom JS code” parameter with the following code:
$.fancybox.defaults.clickContent = function() {return false}Could you provide a link to a page where the problem occurs?
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Statistics?Hello
The plugin doesn’t support this ability.
Forum: Reviews
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Beautiful, but unpredictableHello
Thank you for your review. The plugin works on a lot of sites and it is stable enough, but WordPress a complex system and 3rd party plugins can affect on our plugin functionality. A blank window can appear into the lightbox when try to load an external page which is protected by CORS rule or it contains a javascript code which blocks loading into <IFRAME> element. In any case if you have a problem with the plugin, contact us and we will investigate the problem.
Hello
The plugin doesn’t have any known security vulnerabilities.
Could you provide screenshot(s) where possible to see the problem? The page looks normal on our side when we open the lightbox in Google Chrome.