arisoft
Forum Replies Created
-
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Lightbox conflict inside accordionWe can’t reproduce the problem. Click “Expand -> Read more” button on the page and it is possible to open images into the lightbox. We checked it in Google Chrome and Safari without your custom code.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Lightbox conflict inside accordionHello,
It is not possible to open the link. It is disabled by Google service.
Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Export to CSVHello
Sorry, but currently the plugin doesn’t support this ability.
Hi
Open “Sharing” tab on “ARI Stream Quiz -> Settings” page and see “Title on result page” parameter in “This parameters section is used to configure sharing content for personality quizzes” section.
We will fix this in the next version. Try to release it within a week.
Hello,
It is possible to show score for each personality at the end of quiz. Open “Sharing” tab on “ARI Stream Quiz -> Settings” page and see “Title on result page” parameter from “This parameters section is used to configure sharing content for personality quizzes” section. Add {{score}} or {{userScorePercent}} predefined variables to the parameter.
If you want to show all personalities (or some number of personalities) at the end of the quiz. Open “Personalities” tab on quiz settings page and enable “Show several personalities on final page” checkbox.
If you reproduce the problem on demo site, let us know and we will help to investigate the problem.
Hello
Is it possible to see sample page(s) with the links which you want to open into the lightbox and the links which should be ignored?
Forum: Plugins
In reply to: [Contact Form 7 Connector] MailerLiteUpdate the plugin to the latest version (1.1.7) please. It doesn’t send a subscription request to MailerLite if the user is already subscribed to the selected list.
- This reply was modified 7 years, 11 months ago by arisoft.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] GDPR complianceWe guess it should be implemented on Facebook side. Comments and submit form are generated by open Facebook service via open API.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Next post in the same iFrameDo the following if you want to open links with target=”_blank” attribute into the lightbox, but ignore links with target=”_blank” attribute on pages which are loaded into the lightbox:
1. Open “Integration” tab on “ARI Fancy Lightbox -> Settings” page and disable “Open links with target=’_blank’ attribute -> Convert links” parameter.
2. Open “Advanced” tab and populate “Custom JS code” with the following code:
if (window === window.top) $('A[target=_blank]').addClass('ari-fancybox').attr('data-type', 'iframe');Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Closing lightoboxDo you place this button to the page which is loaded into the lightbox? Or it is located on main page? Try to use the following code:
window.top.jQuery.fancybox.close()Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Single Answer – Continue buttonHello
It is possible to change answers in trivia quizzes when “Lockout single answers” parameter is disabled and this works for all questions except the last question on a page. For example if a quiz is configured to show 3 questions per page and a user selects answers for question #1 and question #2, it will be possible to change answers for these question. When an answer is selected for question #3 (all questions are answered on the page), all answers will be locked without ability to change them.
Forum: Plugins
In reply to: [ARI Adminer - WordPress Database Manager] formsHello
The plugin is used to manage database, it doesn’t create forms on frontend part of site.
Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Results TextHello,
It is possible. For this open “Results” tab on quiz settings page and create as many final texts as you wish. Define a content and score range for each item.