A customer pointed out that when booking an appointment on his phone (iphone) the next and back option aren't visible after choosing the date and time. They can see it briefly after clicking the button, then the text appears but the next screen is already loading in.
I've also checked this and added a screenshot. Any idea why this is happening? How can I fix this?
It seems like there is a conflict between Amelia and some other CSS on your website - your theme's CSS or some other plugin's CSS. Please try adding this custom HTML to the page where you have your Amelia shortcode to fix this issue:
<style>
#am-back-button {background-color: white !important;}
#am-continue-button {background-color: white !important;}
</style>
Hello,
A customer pointed out that when booking an appointment on his phone (iphone) the next and back option aren't visible after choosing the date and time. They can see it briefly after clicking the button, then the text appears but the next screen is already loading in.
I've also checked this and added a screenshot. Any idea why this is happening? How can I fix this?
Kind Regards,
Batiste
Hello Batiste,
It seems like there is a conflict between Amelia and some other CSS on your website - your theme's CSS or some other plugin's CSS. Please try adding this custom HTML to the page where you have your Amelia shortcode to fix this issue:
and let me know if this helped.
Hey Marija,
This worked.
Thanks :)
Great, glad to see that!
You are welcome
If you have any other questions or issues feel free to open a new ticket and we will gladly help.