arisoft
Forum Replies Created
-
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Security issue?The issue was fixed in v. 1.3.15. You can see it in original report on PatchStack site.
The plugin is temporary removed by WordPress team to re-run review process. Hope it will be returned back soon.
Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Formatting and display questionSorry, our bad. The code should be:
@media (max-width: 480px) {body .asq-theme.asq-theme-buzzfeed .quiz-question-has-image-answer .answer-col-2 .quiz-question-answer-holder,body .asq-theme.asq-theme-buzzfeed .quiz-question-has-image-answer .answer-col-3 .quiz-question-answer-holder,body .asq-theme.asq-theme-buzzfeed .quiz-question-has-image-answer .answer-col-4 .quiz-question-answer-holder {width: 50%; }}Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Formatting and display questionWe mean a link where possible to see the problem so we can investigate it. You can send it by email: info (at) ari-soft (dot) com
Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Formatting and display questionIs it possible to see the problem anywhere with images position?
Free version doesn’t support ability to create questions with multiple choice for trivia quizzes. This feature is supported by PRO version. Free version will mark user answer as correct if any correct answer is selected.
Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] Formatting and display questionHi
- The following code can be added to “ARI Stream Quiz -> Advanced -> Custom CSS styles” parameter to show 2 images per row on mobile devices:
@media (max-width: 480px) {body .asq-theme.asq-theme-buzzfeed .quiz-question-has-image-answer .answer-col-2 .quiz-question-answer-holder,body .asq-theme.asq-theme-buzzfeed .quiz-question-has-image-answer .answer-col-3 .quiz-question-answer-holder,body .asq-theme.asq-theme-buzzfeed .quiz-question-has-image-answer .answer-col-4 .quiz-question-answer-holder {flex: 0 0 calc(50% - 1px); }}- A new theme creation requires a little knowledge of CSS/HTML/PHP. It is described here.
- Timer and leaderboard are not supported.
- This reply was modified 1 year, 10 months ago by arisoft.
This problem with web server configuration. MIME type for *.mjs files should be text/javascript instead of application/octet-stream
Contact hosting/server support and ask to fix it.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Security issue?PDFJS library was updated to the latest version in “ARI Fancy Lightbox” v. 1.3.15.
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Security issue?Hi
It will be fixed immediately when receive details from PatchStack team about the issue.
Forum: Plugins
In reply to: [ARI Stream Quiz - WordPress Quizzes Builder] ARI Stream QuizHello
Check settings on “ARI Stream Quiz -> Settings -> Sharing” page.
Hello
Use the following predefined variables:
{$user:name}
{$user:login}
{$user:email}
Forum: Plugins
In reply to: [ARI Fancy Lightbox - Popup for WordPress] Youtube shortsHi
It is possible to add the following code to “Custom JS code” parameter on “ARI Fancy Lightbox -> Settings -> Advanced” page, but it works only for PRO version:
$('A[href*="youtube.com/shorts/"]').each(function() {
$(this).attr('data-ratio', 0.5625);
});Forum: Plugins
In reply to: [Contact Form 7 Connector] 500 internal server errorBTW, number of dependencies from 3rd party libraries are decreased in. v. 1.2.4
Forum: Plugins
In reply to: [Contact Form 7 Connector] Guzzle vendor problemHello
Try v. 1.2.4
Forum: Plugins
In reply to: [Contact Form 7 Connector] 500 internal server errorThe problem is some 3rd party plugins use different versions of shared libraries. We will remove some dependencies in a future version.
Forum: Plugins
In reply to: [Contact Form 7 Connector] 500 internal server errorThe helper plugin doesn’t totally exclude the plugins. It is only exclude them when handle requests from CF7 form which these plugins are not handled and they shouldn’t be loaded to improve performance.