Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Next question not loading
(1 viewing) (1) Guest
"ARI Stream Quiz" WordPress plugin
Go to bottomPage: 1
TOPIC: Next question not loading
#65931
Next question not loading 4 Years, 6 Months ago Karma: 0
I had the quiz all on one page, but then there was no submit button.

I switched to multiple pages, and now the quiz doesn't move past the first question.

You can view it here: ketofitacademy.com/meal-plan/

Can you please help me to resolve this?

Thanks
kfa
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#65932
Re:Next question not loading 4 Years, 6 Months ago Karma: 748
Hello,

This problem with your theme. It modifies all checkboxes/radio buttons from 3rd party plugins and it breaks quiz functionality. Open "ARI Stream Quiz -> Settings -> Advanced" page and populate "Custom JS code" parameter with the following code to fix this problem:

Code:


jQuery(function($) {
  $('[type="text/x-ari-template"]').each(function() {
     var $el = $(this), html = $el.html(), pattern = 'class="ari-checkbox ';

     if (html.indexOf(pattern) !== -1) {
       $el.html(html.replace('class="ari-checkbox ', 'class="ari-checkbox bb-custom-check '));
     }
  });
});



Regards,
ARI Soft
The administrator has disabled public write access.
 
#65934
Re:Next question not loading 4 Years, 5 Months ago Karma: 0
Hi, thank you very much for the quick reply! I tried it and it worked! Though it changed all the text colors on the quiz. Is there a quick fix for this?
kfa
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#65935
Re:Next question not loading 4 Years, 5 Months ago Karma: 748
Could you specify what color(s) do you want to change? If possible illustrate it on a screenshot.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#66788
Re:Next question not loading 3 Years, 10 Months ago Karma: 0
I have the same problem, and I add the javascript code, but it still not work.
just logged in admin can complete the quiz

petstorytime.com/we-bet-you-cant-identify-more-than-20-27-of-these-dog-breeds/
Last Edit: 2020/08/11 03:15 By anathmi.
The administrator has disabled public write access.
 
#66792
Re:Next question not loading 3 Years, 10 Months ago Karma: 748
[SOLVED]

Add inline_scripts="1" to shortcode:

Code:


[streamquiz id="5" inline_scripts="1"]



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1