Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ays-pro

    (@ays-pro)

    Hi Dear @mcatselfprep ,

    Thank you for the topic and kind words.

    Here are the answers to your questions:

    1. If you have recently updated your WP to 5.5(or upper) version, and have not updated the latest compatible version of the Quiz Maker, then the problem was caused due to the new WordPress update.
    Our developers have fixed it on the next day of WordPress’s release, and make the plugin compatible with the new version too.
    But as you are a Pro User, please contact us via this form for premium support.

    Commercial products are not supported in these forums.

    2. That issue is fixed on the latest update too.

    3. Regarding the spacing between questions on the result page, please copy the following CSS code and paste it in the Custom CSS field. (WP Dashboard -> Quiz Maker plugin -> given quiz -> Styles tab -> Custom CSS option )
    Please note you change the YOUR_QUIZ_ID to your given quiz ID. (do not delete the space after it)

    #ays-quiz-container-YOUR_QUIZ_ID .ays_quiz_results .ays_question_result {
    min-height: 450px !important;
    }

    Thanks.

    Thread Starter mcatselfprep

    (@mcatselfprep)

    1. Thank you. How can I update my pro plugin to the latest version and keep it up to date?

    2. Great. Thanks!

    3. Is there a way to apply that CSS to every Quiz?

    Thank you!

    Plugin Author ays-pro

    (@ays-pro)

    Thank you for your reply, Dear @mcatselfprep .

    1. Please contact us via this form for premium support.

    Commercial products are not supported in these forums.

    3. Please go to this file: plugins\quiz-maker\public\css\quiz-maker-public.css and add the following CSS to the end of it.
    And also, if you have already added Custom CSS (mentioned in the previous reply) to any of your quizzes, please undo it.

    .ays-quiz-container .ays_quiz_results .ays_question_result {
    min-height: 450px !important;
    }

    Thanks.

    Thread Starter mcatselfprep

    (@mcatselfprep)

    Thank you very much! I’ll reach out on that form!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Quizzes Tabs Not Working + Quiz Results Are Not Clickable + Divider Needed’ is closed to new replies.