arisoft
Forum Replies Created
-
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Close on Outside Click [Mobile]Hello,
Open “Advanced” tab on “ARI Fancy Lightbox -> Settings” page and populate “Custom JS code” parameter with the following code:
$.fancybox.defaults.mobile.clickSlide = function(current) {return 'close';}Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Move script to footerv. 1.3.6 contains “Load scripts in footer” parameter on “ARI Fancy Lightbox -> Settings -> Advanced” page.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Move script to footerHello
We will add the option (“Load scripts in footer”) to the next version of the plugin and will release it within several days.
Hello
You can send the URL by email (info (at) ari-soft (dot) com).
Hello
Is it possible to see the problem anywhere?
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Open thumbnails grid by defaultHello
Read this post.
Hello
You use an incorrect API key. Please contact us by email and we will resolve this problem.
Forum: Reviews
In reply to: [ARI Fancy Lightbox - Popup for WordPress] GreatThank you for the review.
Forum: Reviews
In reply to: [ARI Adminer - WordPress Database Manager] We use it oftenThank you for the review. We are really appreciate it.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Swipe on mobile?Hello
Pretty photo lightbox is used on your site. It is not our plugin.
Forum: Plugins
In reply to: [Contact Form 7 Connector] Connection to MailerLiteThe problem is caused by “WPML Multilingual CMS”. It uses old version of select2 library (v. 3.5.2). Our plugin uses new version of the library (v. 4.0.3) so conflict occurs.
We will think about implementation it as an extra option in a future version of the plugin.
Forum: Plugins
In reply to: [Contact Form 7 Connector] Connection to MailerLiteIs it possible to see the problem anywhere? You can contact us by email or on our support forum.
Open “Advanced” tab on “ARI Fancy Lightbox -> Settings” page and populate “Custom JS code” with the following code:
$('.wp-caption').each(function() { var $this = $(this);$this.find('a').not($this.find('.wp-caption-text A')).each(function() { var $a = $(this);if (!ARI_FANCYBOX_HELPER.isImageLink($a.attr('href'))) $a.addClass('no-lightbox'); }); });When we click by “Link to Test Gallery Page” link, it opens into a browser, not in the lightbox. Try to test it in browser’s incognito mode to avoid problem with cache.