Hello.
It’s because of the CSS conflict with your theme.
Please open this file https://osl.westwirralscouts.org.uk/wp-content/themes/hotel-galaxy/assets/css/main.css
( you can check how to edit files in WordPress menu in this article https://wpbookingcalendar.com/faq/how-edit-file-in-wp-menu/ )
then find this code:
div{
position: relative;
z-index: 2;
}
and replace it to this code:
div{
position: relative;
}
Please do not forget to clear browser cache before testing these changes.
Kind Regards.
Hi,
Thanks for your quick response. This worked in bringing back the buttons to change months.
The button is above the actual arrows on the calendar, is this something that can be helped?
Many thanks again for your support
Hello.
Sorry, I do not sure that clearly understand what do you mean by this “… button is above the actual arrows on the calendar”.
Can you make screenshot of the issue ?
Thank you.
Hi,
Yes sorry, the place to click to move the calendar view is above the arrows.
The image is at this link, the red dot shows where I have to click to change the view, which is higher than the arrows.
https://paste.pics/a9f87a2e9fc76c4731ca45019c90c492
Hello.
Sorry, but you are still have this CSS code:
div{
position: relative;
z-index: 2;
}
in this file: https://osl.westwirralscouts.org.uk/wp-content/themes/hotel-galaxy/assets/css/main.css
You need to remove this line
z-index: 2;
to have this code:
div{
position: relative;
}
Please do not forget to clear browser cache before testing these changes.
Also please recheck for any cache plugins, like “WP Super Cache”, “WP Fastest Cache” or “W3 Total Cache”. If you are using someone, please deactivate it or add the exception to the page with booking form for do not cache this page(s).
-
This reply was modified 5 years, 2 months ago by
wpdevelop.
Strange as I have replaced the code and updated the file so in the backend it seems to be correct but in the site itself it does not show to have changed. I don’t have any cache plugin installed, and I cleared my cache in my browser.
Could this possibly be something that will take a short while to update the changes I made?
Hello.
Please recheck with support of your hosting, if they using any cache system.
Kind Regards.
Hi There,
Just wanted to report back that it has worked and is all resolved now. I think there must be a cache with my host for the base files, but the refresh time was not long.
Many thanks for your help and great plugin.
Kieran