• Resolved mamebart

    (@mamebart)


    Hi,

    I’m running a quiz with 10 questions. In Chrome and Firefox, a button appears behind the questions, with the button text shown in reverse. In MS Edge, everything looks fine and this button is not shown. Can anybody help me figure out why that button appearts in Chrome/Firefox?

    Here’s the code that I use to start the quiz on the page:

    [quiz-cat id=”118″ start_quiz=”Start quiz” correct_answer=”Correct!” no_quiz_found=”Geen quiz gevonden!” correct=”Correct” wrong=”Fout” your_answer=”Uw antwoord:” correct_answer=”Het correcte antwoord:” question=”Vraag:” next=”Volgende” you_got=”U behaalde” out_of=”op” your_answers=”Uw antwoorden” retake_quiz=”Doe de quiz nogmaals?” share_results=”Deel uw resultaat” i_got=”Ik behaalde” skip_this_step=”Sla over” your_name=”Uw naam?” your_email=”Uw e-mail”]

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author fatcatapps

    (@fatcatapps)

    Hello there,

    We’re sorry for the issue you are having with out plugin. Let’s see how we can help. The button should not be appearing under normal cases but this might be the case of a conflict.

    Is this button appearing for only this quiz or also for other quizzes on other pages?

    You can use this CSS code to remove the button fro view of the users:

    #fca_qc_quiz_118 .fca_qc_next_question{
    display:none!important}

    Please add the CSS code through an external CSS editor WordPress plugin. Please note that this code will for this particular Quiz only. If you want to also apply this to other pages, you this code instead.

    .fca_qc_next_question{
    display:none!important}

    Let us know if you have any other questions.

    Thanks.

    Thread Starter mamebart

    (@mamebart)

    Great, that code did the trick. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Button is showing up behind questions’ is closed to new replies.