arisoft
Forum Replies Created
-
Hello
Could you login to Zapier and check “Task History” page on Zapier site? It contains execution history of Zaps.
If it doesn’t help, could you contact us by email or via support forum on our site so we can investigate this problem further?
Hello
ARI_FANCYBOX_INSTANCE.convertElements()is the correct way to initialize dynamically added elements. BTW, PRO version automatically attach the lightbox to all elements with “ari-fancybox” and “ari-fancybox-iframe” CSS classes.Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Option for Thumbnail navigation?Read this post please.
Hello
Currently it is possible to disable the lightbox for particular galleries using custom javascript code. For this open “Advanced” tab on “ARI Fancy Lightbox -> Settings” page and populate “Custom JS code” parameter with the following code:
$.each([15, 453], function(_, galleryId) { $('.galleryid-' + galleryId + ' A').addClass('no-lightbox'); });It will disable the lightbox for galleries with IDs equal to 15 and 453 (the same as post IDs).
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] If there is no linkHello
Sorry for the delay. Missed your post. You can try something like this:
<div style="width:230px;padding: 5px;"><img class="ari-fancybox" width="500" height="300" data-src="https://blogopraktika.ru/wp-content/uploads/2018/09/zagruz.jpg" src="https://blogopraktika.ru/wp-content/uploads/2018/09/zagruz.jpg" class="attachment-full size-full"></div>Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Quick QuestionHello,
Sorry, missed your post. It is not possible to cache these pages for all users because quiz content is unique for each user (each user provides different answers, random questions can be used to compose quiz session).
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Option for Thumbnail navigation?It seems limit for PHP process is set to 128 MB. Increase this parameter. Check memory_limit parameter in php.ini file.
Sorry, but the lightbox doesn’t support this kind of view.
Hello,
A blank screen appears when a PHP error occurs. Please check web server error log and specify error(s) so we can investigate the problem.
Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Lead GenerationHello
Free version doesn’t store information from lead form. It can be used to integrate the plugin with MailChimp.
PRO version stores data into database and it is available for administrators on “ARI Steam Quiz -> Results” page. Currently lead form provides ability to collect name and/or email.
Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Button QuizHello
You can read here how to create a new translation or modify existing one.
Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] QuizHello,
1. Free version doesn’t contain results page.
2. You can see results on “ARI Stream Quiz -> Results” backend page in PRO version. Try it in action here.
Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Quiz not loadingIt seems this is a problem with theme. We answered to your question on our forum.
Hello,
Yes, it is possible. Just add no-lightbox CSS class to the link. Read about it here.