Viewing 15 replies - 1 through 15 (of 26 total)
  • Plugin Author xeno010

    (@xeno010)

    Hello tutuul,

    I have looked at your site. You are using a very old jQuery version. (1.4.4 – Thu Nov 11 19:04:53 2010). Please update necessarily.

    Furthermore there is added code in HTML “<p>” and “
    ” elements. e.g. also in the “<script>” element. What is it for and why is it there?

    Sincerely yours
    Julius

    mrebc

    (@mrebc)

    hi there,
    thanks for this plugin it seems pretty cool, but i have nearly the same problem – it does not work.

    installation, quiz administration and quiz preview in backend works like a charm. but in frontend it does not work. i also tried to deactivate all other installed plugins, it still does not work.
    any suggestion? thanks

    https://www.energiesparschule-potsdam.de/wordpress/?page_id=3239

    https://www.ads-software.com/extend/plugins/wp-pro-quiz/

    Plugin Author xeno010

    (@xeno010)

    Hello mrebc,
    can you send me an email?

    [email protected] (Bin deutscher ?? )

    mrebc

    (@mrebc)

    it seems the code in the frontend is broken.
    it puts a closing p tag </p> here and there but i dont know why.
    may be its this issue?
    https://wpforce.com/prevent-wpautop-filter-shortcode/

    anyone else has this problem?

    ps. xeno010 i sent you an email

    Plugin Author xeno010

    (@xeno010)

    Please use [raw][WpProQuiz X][/raw]

    Own themes changes internal order of filters, what causes the problems. With additional shortcode [raw] this is prevented.

    Please use [raw][WpProQuiz X][/raw]

    Yes, that solved my problem, and now the quiz engine is working properly. Thanks for your kind support.

    Plugin Author xeno010

    (@xeno010)

    no problem ??

    Sincerely yours
    Julius

    Hello!

    Sorry to jump on this thread but I cannot figure out how to start my own. ??

    I love your plugin but the quiz will not start in any of the browsers. I have the latest version of WP and have used the “raw” code above.

    Here’s the link to the page:

    https://essentialalchemist.com/candida-test-with-instant-results

    Please help.

    I only want the quiz to provide a total rather that answers being “right” or “wrong”. It’s only an overview. How do I accomplish this?

    Thank you!!
    Sheen

    Plugin Author xeno010

    (@xeno010)

    Hello sheenp,

    Your page has a Javascript error.

    smoothscroll.js?ver=1.0 line 25
    (Uncaught TypeError: Object [object Object] has no method ‘smoothScroll’)

    This error blocked the execution of “Wp-Pro-Quiz”

    Hello!

    I’m sorry, xeno010. I do not know code so I am not understand what you are suggesting I do.

    Thank you!
    Sheen

    Plugin Author xeno010

    (@xeno010)

    Hello Sheen,

    Your WordPress Themes “Yoko” include a javascript file (smoothscroll.js).
    This file caused a javascript error. This error blocked the execution of “Wp-Pro-Quiz”.

    solution:
    1. Download the file smoothscroll.js in /wp-content/themes/yoko/js/ (e.g. with a FTP-Client)
    2. Open the file smoothscroll.js
    3. Go on line 25
    4. Replaced the line with:
    try { jQuery(‘a.top’).smoothScroll(); } catch (e) { };
    5. Save the file
    6. Upload the file smoothscroll.js on your server

    “try catch” catches the error and prevents blocking of the “Wp-Pro-Quiz”

    xeno010

    Hi!

    Thank you so much for your prompt reply. I have the file open but do not know how to determine what line is #25. Can you please tell me what I’m supposed to replace?

    Thank you!
    Sheen

    Plugin Author xeno010

    (@xeno010)

    Hello,

    jQuery(‘a.top’).smoothScroll();

    with

    try { jQuery(‘a.top’).smoothScroll(); } catch (e) { };

    Hi again!

    Thank you so much for your quick and helpful reply. I have made the change and uploaded the new file, but the quiz still will not start.

    Any other ideas?

    Thank you again!
    Sheen

    Hi, xeno010. I love your plugin and your support. Thank you so much for working with us.

    I am having the same issue: I click, but no dice. I am using a child-theme of CBOX (Commons in a Box theme). So I switched to the default BuddyPress theme, and still no clicky!

    Any ideas? To see one of my test quizzes, scroll down on https://www.philosophy.thereitis.org/the-republic/ …. (Also, quizzes that used to work on https://www.philosophy.thereitis.org/enquiry-concerning-human-understanding/ no longer work, after updating to the latest version of the plugin.)

    Thanks for any help,
    ~Brendan

Viewing 15 replies - 1 through 15 (of 26 total)
  • The topic ‘Quiz doesn't start!’ is closed to new replies.