arisoft
Forum Replies Created
-
Forum: Reviews
In reply to: [ARI Adminer - WordPress Database Manager] So far so good!Thank you for the review. We appreciate it.
Thank you for the review. We appreciate it. If have any ideas how to improve the plugin, feel free to share them with us.
Forum: Plugins
In reply to: [Contact Form 7 Connector] Text field apostrophe issueHello
Sorry for the delay. Don’t receive a notification about your request. Could you describe the problem in more details? Do you integration with Google Sheet via Zapier?
PS: Next time if you have any questions about the plugin, you can contact us on our official support forum (http://www.ari-soft.com/Contact-Form-7-Connector/).
Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Points With ResultsHi
Check the answer please on “ARI Stream Quiz PRO” support forum: http://www.ari-soft.com/ARI-Stream-Quiz/61339-Points-With-Each-Result.html
Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Points With ResultsThe plugin supports this functionality.
PS: You can ask question about PRO version on our support (http://www.ari-soft.com/ARI-Stream-Quiz/)
Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Points With ResultsHello
If you mean personality tests, it is possible to show several personalities at the end of test and points/percent for each personality.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] There is a bug with Cannyon themeWe will add ability to disable/enable using “srcset” parameter in plugin settings to the next version of the plugin.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] There is a bug with Cannyon themeHello,
As a temporary solution, open “Advanced” tab on “ARI Fancy Lightbox -> Settings” page and populate “Custom JS code” parameter with the following code:
if (!window['ARI_FANCYBOX']['convert']['images']) window['ARI_FANCYBOX']['convert']['images'] = {};window['ARI_FANCYBOX']['convert']['images']['useSrcSet'] = false;It should help to resolve the problem.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Adding an hyperlink buttonHello,
The plugin doesn’t support this feature out of box. It requires to create an addon for the plugin to add this button.
Hello,
Original version of jquery.quiz.js file is added to assets/_src/common folder. It is available in v. 1.2.16 and in SVN repository.
Forum: Plugins
In reply to: [ARI Adminer - WordPress Database Manager] Table is empty but I know it isn’tThe topic is closed because we haven’t received any reply during 2 weeks.
Forum: Plugins
In reply to: [ARI Adminer - WordPress Database Manager] Queries and result displayHello,
The plugin is a database manager for administrators. It is bridge between WordPress and Adminer tool. The plugin doesn’t provide any integration with frontend part.
The problem is resolved. A blank page appears because the page is protected from loading into <IFRAME>.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Super-tiny lightboxIf you use PRO version then the following javascript code can be called to attach the lightbox to elements which are added dynamically:
ARI_FANCYBOX_INSTANCE.convertElements()or use the following code for free version:
jQuery('.ari-fancybox-iframe').fancybox(jQuery.extend(true, {}, ARI_FANCYBOX_HELPER.defaults.lightbox, ARI_FANCYBOX && ARI_FANCYBOX.lightbox ? ARI_FANCYBOX.lightbox : {}, {type: 'iframe', iframe: {scrolling: 'auto'}}))Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Scrolling between ImagesHello,
Currently the plugin doesn’t support this ability, but we add this feature to our TODO list.