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
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
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
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!