arisoft
Forum Replies Created
-
Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Pre-Purchase QuestionHi
Sorry, but currently the plugin doesn’t support the described kind of quiz. It can show different templates based on number of earned score for trivia quizzes, but it gives 1 point for correct answer.
Forum: Reviews
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Not for average usersSorry so the plugin doesn’t meet your expectations. Usually it is enough to install, enable plugin and then enable checkboxes in plugin settings to specify what you want to into the lightbox. For example if want to open YouTube videos on your site into the lightbox the enable “Convert YouTube links” checkbox and that’s it. Sometimes it can be a conflicts with 3rd party plugins, but our support are always ready to help. We will happy to help you setup the plugin if you contact us.
BTW, absolutely free version is available in WordPress plugins repository.
Hello,
1. Is is possible to see the problem?
2. Try to open “ARI Fancy Lightbox -> Settings -> Advanced” page and populate “Custom JS code” parameter with the following code:
$.fancybox.defaults.mobile.clickSlide = 'close';Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Update to 1.8.10Hi,
Make sure an API key is specified in plugin settings. If you need more assistance, please contact us by email ( info (at) ari-soft (dot) com ) or via our support forum.
Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Plugin won’t updateMake sure an API key is specified in plugin settings. If it doesn’t help, please contact us by email or via our support forum.
Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Plugin doesn’t workThe problem occurs due to NO_AUTO_VALUE_ON_ZERO option is enabled in MySQL config. You can contact hosting support and ask to disable it (or disable it in my.cnf config)
Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Plugin doesn’t workHello
It seems DB table(s) which are used by the plugin are corrupted. Could you contact us by email (info (at) ari-soft (dot) com) so we can investigate the problem?
Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] How to purchase plugin?Hi
Check your mail please.
For example you can use web inspector into a browser to check image sizes.
Hi
Zoom is available if image is scaled down. If image is shown in original size then zoom is not available.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] How to Exclude SVGOpen “ARI Fancy Lightbox -> Settings -> Advanced” page and populate “Custom JS code” parameter with the following code:
var isImageLinkOriginal = ARI_FANCYBOX_HELPER.isImageLink; ARI_FANCYBOX_HELPER.isImageLink = function(link) { return !!link && !link.match(/\.svg((\?|#).*)?$/i) && isImageLinkOriginal(link); }Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Share Result on FacebookHello
Is it possible to see a problem? It can be a conflict with a 3rd party plugin.
Hi,
Is creating a new ZAP from a scratch help to resolve the problem?
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] How to Exclude SVGHello
Do you want to modify control buttons? It is better to modify them via custom CSS files. If change JS file, it will be replaced with each new plugin version.
- This reply was modified 4 years, 6 months ago by arisoft.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Fancybox 4Hi
Sorry, but it is not possible according to Fancybox 4 license agreement.