• Resolved michal999

    (@michal999)


    Hello, there seems to be some bug in the quizzes – the answer selection symbol is displayed in the question field. This issue only appears in Edge and Chrome browsers, it’s fine in the Mozzila.

    Login
    username: 277
    pass: valmont

    Any advice on how to get rid of it?

    • This topic was modified 3 years, 3 months ago by michal999.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Escape Creative

    (@escapecreative)

    Hi @michal999 – I’m pretty sure that is happening because of some CSS in your theme, and not because of our plugin. Did you try disabling our plugin to see if the issue persists?

    See the screenshot below. Your theme’s CSS is adding ::before and ::after pseudo-elements to the <input>. LearnDash does not do this by default, nor does our plugin.

    Can you try checking with the theme developer? Or at least disable our plugin first to see if the issue goes away or persists.

    And if they aren’t helpful, you can also try this CSS to fix it.

    .wpProQuiz_quiz input[type="radio"]::before,
    .wpProQuiz_quiz input[type="radio"]::after {
        display: none;
    }
    Thread Starter michal999

    (@michal999)

    Hi @escapecreative , thanks for the reply. Yes, I tried disabling your plugin and the problem disappeared. Theme developer advised me contact you… Thanks, CSS editing helped, problem solved ??

    Plugin Author Escape Creative

    (@escapecreative)

    Glad the CSS worked for you ??.

    I wasn’t able to reproduce it using Astra or GeneratePress as the theme, so maybe it was the combination of our plugin with your theme ???♂?. I forgot to include the screenshot I mentioned in my previous post. If you care to see it for whatever reason, just let me know and I can provide it. But since the issue is resolved, it’s not as relevant anymore.

    Let me know if you need help with anything else!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bug in the quizzes’ is closed to new replies.