arisoft
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 Connector] It doesn’t work…Hi
Could you contact us by email (info (at) ari-soft (dot) com) so we discuss how we can investigate the problem?
Forum: Plugins
In reply to: [Contact Form 7 Connector] Mailchimp tab showing instead of MailerliteHi
In plugin settings you can DISABLE integration with some services so if you want to disable MailChimp, but enable integration with other services then select MailChimp.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Thumbnail icon missingIt seems the problem is resolved.
Hi
You can disable attaching to external links in plugin settings and add manually
ari-fancybox-iframeCSS class to the links or use a custom JS code to attach the lightbox.Hi
Open “ARI Fancy Lightbox -> Settings -> Advanced” page and populate “Custom JS code” with the following code:
setTimeout(function() { $('.ari-fancybox'). mouseenter(function() { $(this).click(); }); });Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Light box can be enlargedHi
Open “ARI Fancy Lightbox -> Settings -> Style” page and populate “Custom CSS” with the following code:
.fancybox-slide--iframe {padding: 0 !important;}Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Styling checkbox?Hi
Could you provide a screenshot to demonstrate what you want to achieve?
Forum: Plugins
In reply to: [Contact Form 7 Connector] MailerLite API key “The request is failed.”RESOLVED. It was a problem with senty.io
Forum: Plugins
In reply to: [Contact Form 7 Connector] MailerLite API key “The request is failed.”It seems this is a conflict with 3rd party plugin. We can investigate the problem in more details if you contact us by email info (at) ari-soft (dot) com
Forum: Plugins
In reply to: [Contact Form 7 Connector] MailerLite API key “The request is failed.”Hello
Could you specify when this error occurs? When you try to verify API key or when load MailerLite groups in CF7 form settings? Is it possible to see the problem anywhere?
Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] how can i recolor the pluginOpen “ARI Stream Quiz -> Settings -> Advanced” page and populate “Custom CSS styles” parameter with the following code:
.dark-skin body .asq-theme {color: #fff;} .dark-skin body .asq-theme.asq-theme-buzzfeed .quiz-question-answer {background: #333;} .dark-skin body .asq-theme.asq-theme-buzzfeed .quiz-question-answer:hover {background: #333 !important;opacity:0.8} .dark-skin body .asq-theme.asq-theme-buzzfeed .quiz-result {background: #333} html #the-post .entry-content .quiz-result a:not(.shortc-button) {color: #fff !important} .dark-skin .asq-theme.asq-theme-buzzfeed .quiz-result-wrapper .quiz-title {color: #fff}Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] how can i recolor the pluginHello
Could you provide a link to a quiz so we can provide appropriate custom CSS rules and avoid conflicts with theme styles?
Hello,
Open “ARI Stream Quiz -> Settings -> Advanced” page and populate “Custom CSS styles” textarea with the following code:
body .asq-theme.asq-theme-buzzfeed .quiz-question-answer-correct {background-color: purple !important;} body .asq-theme.asq-theme-buzzfeed .quiz-question-answer-wrong {background-color: cyan !important;}Hello
It needs to re-init lightbox after updating a page via AJAX. Call the following code:
ARI_FANCYBOX_INSTANCE.convertElements();
or you can use PRO version, it can handle dynamic items with “ari-fancybox” class.
Hello
PRO version supports multi-pages quizzes. It is possible to show one question per page and in this case new question will replace previous one.
Try to add the following CSS rule to “ARI Stream Quiz -> Settings -> Advanced -> Custom CSS styles” parameter to limit image size:
@media (max-width:768px) {
.asq-theme .quiz-question-answer-image IMG {max-width:150px!important}
}