• Resolved wellmedica

    (@wellmedica)


    So I just installed the free version of Appointments on my test website, and was testing the schedule. As soon as I click in the available slots and start filling the form, the submit button just disappears. image without the submit button

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

    (@wpmudev-support9)

    Hello @wellmedica

    I hope all is well!

    I’ve tested Appointments on my site and can’t replicate the same. Would you please run a quick test for a conflict with a plugin and theme.

    Deactivate all other plugins, switch to a default WordPress theme like Twenty Seventeen and test if the submit button disappears again. If everything is well, activate one plugin at a time to find the one that causes this.

    Follow the steps from the flowchart:
    https://premium.wpmudev.org/manuals/using-wpmu-dev/getting-support/

    Let me know how it went!

    Cheers,
    Nastia

    Thread Starter wellmedica

    (@wellmedica)

    Thank you for getting back to me.

    I have deactivated all the plugins and it still has the same problem. But I went into the in-browser page properties and it says ” background-color: transparent;” for the submit button with the class “appointments-confirmation-button” and specifically the field “input[type=”button”]”.

    How do I make changes to this class, I went into the front.css, admin.css and all the other css files in appointments folder on my server but couldn’t find the “appointments-confirmation-button” class.

    Waiting for your reply.

    Thank you

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @wellmedica,

    Hope you are doing well!

    So some admin styling is missing from your installation. Please use this plugin to add custom CSS styles to admin dashboard’s:
    https://wordpress.org/plugins/add-admin-css/

    After plugin’s activation, please add the bellow CSS code, this should fix the batton backround color:

    .wp-core-ui .button-primary {
    background: #0085ba;
    }

    Let me know how it goes!

    Kind regards,
    Nastia

    Plugin Author jdailey

    (@jdailey)

    Thank you for using Appointments. I am going to mark this topic resolved because we haven’t heard from you in awhile. If this issue was not resolved we can reopen it. Thanks again!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘The “submit” button disappears’ is closed to new replies.