• Resolved prandilorenzo1

    (@prandilorenzo1)


    Hi there,
    I’m having an issue creating my quizzes: the button to answer is not showed (but there’s: going hover with the mouse I can see the pointer changing and press it).
    I’m not having any other issue with Forminator, neither on forms submission buttons.
    Anyone know what could be the issue and could help me?
    Maybe there’s a way to fix it on my own?
    Thank you all.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @prandilorenzo1

    I hope you are doing well!

    The submit button text and background colors are white and match your site’s background color.

    Please edit your quiz, go to Appearance tab. Under Colors, click on Custom tab and expand “Submit Button”. Change the background color from white to something else.

    Please see this screenshot:
    https://monosnap.com/file/SDF4sjtqppnuE6ggMIWX1nNG0Nm2pk

    Let us know how it went!

    Cheers,
    Nastia

    Thread Starter prandilorenzo1

    (@prandilorenzo1)

    Hi,
    I’ve tried yet what you said but clicking to expand any sub-menu after having selected “coustom colors” make everything disappear (another little bug maybe), I see just the “footer” of the plugin page (Made with <3 ecc…)
    Anyway now I’ve solved using custoum css like:

     
    button.forminator-button:enabled {
        background: #17a8e3;
        cursor: pointer;
        display: block;
        margin: 20px 0;
        border: 0;
        text-align: center;
        text-transform: none;
        padding: 10px;
        border-radius: 2px;
        line-height: 20px;
        transition: .3s ease;
    }
    
    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @prandilorenzo1

    I trust ypou are doig well!

    Glad to know that you have changed the text color with CSS code.

    Please let us know more information about the issue that you have when editing custom color options? Which elements are disappearing or perhaps the form is not showing?

    I can’t replicate any issue with this settings on my end. Please make sure there is no conflict with a different active plugin on your site.

    – Deactivate all plugins besides the Forminator and see if the issue still be there
    – If all is well, start activating one plugin at a time, each time testing when the issue will be back.

    Please have a site backup before running this test, so you could restore your site in case if something will go wrong.

    Kind regards,
    Nastia

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello there @prandilorenzo1

    I hope you are doing well!

    We haven’t heard back from you for a while now so we’ve marked this ticket as resolved. If you do have any followup questions or require further assistance feel free to reopen it and let us know here.

    Kind regards,
    Nastia

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Quiz button not appearing’ is closed to new replies.