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?

Quiz not working properly
(1 viewing) (1) Guest
"ARI Stream Quiz" WordPress plugin
Go to bottomPage: 1234
TOPIC: Quiz not working properly
#64676
Quiz not working properly 5 Years, 3 Months ago Karma: 0
Hi, there!

What are the javascript files (or jquery scripts) added to the page when using 'inline_scripts="1"' in the shortcode?

I can put it/them in the header of the page through:
@import url(crispissinato.com/wp-content/plugins/ari-stream-quiz/...);

Best,

Marcelo.
The administrator has disabled public write access.
 
#64679
Re:Quiz not working properly 5 Years, 3 Months ago Karma: 748
Hello,

"@import url" is used to load CSS files, not JS files.

You can see in <wordpress_plugins>/ari-stream-quiz/includes/views/quiz-session/tmpl/default.php template file what JS files/code are used for inline_scripts mode. See the code follow the following line:

Code:


<?php if ( $inline_scripts ): ?>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#64691
Re:Quiz not working properly 5 Years, 3 Months ago Karma: 0
Thanks for your reply.

I've been working on it and let me ask you: can you confirm that all I need to do is load this default.php file somewhere and then things would work?
The administrator has disabled public write access.
 
#64693
Re:Quiz not working properly 5 Years, 3 Months ago Karma: 748
No, it is not enough, it is only template file, but data for it is prepared in another file. The correct way is using [streamquiz] shortcode to embed a quiz into content.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#64694
Re:Quiz not working properly 5 Years, 3 Months ago Karma: 0
What I meant is that the inline_scripts="1" isn't working properly. By that I mean sometimes the quiz works fine, most of the time it doesn't, especially when you use your mobile.

So, I am trying to work out only the inline_scripts part.

At this point, I will appreciate your help to fix or at least help me find the problem.
The administrator has disabled public write access.
 
#64696
Re:Quiz not working properly 5 Years, 3 Months ago Karma: 0
Can you help me find the problem?

Here it's the quiz test page: bit.ly/quiztestarioft

I emailed you with the access info to the WP Dashboard.
The administrator has disabled public write access.
 
Go to topPage: 1234