Hi, thanks for the reply.
On my site I already have the calendar displaying without the booking form, but the code still inserts the click/hover behaviours on the calendar dates. This is what I’m trying to prevent, as from a UI perspective, the users will wonder what is happening if they are able to select dates, and nothing happens after that point.
I don’t like to edit plugins as a general rule, and I tried to remove the click/hover behaviours on the client side using js rather than change the plugin, but this didn’t work (see above).
I reluctantly therefore have looked at changing the plugin, and need to just make a duplicate of a file, remove the click/hover behaviours on the duplicate version, and add a simple conditional to show one version or the other depending on whether the user is admin or not.
It is the location of where to insert the conditional that has me stumped, as the plugin is very js heavy.
Just to reiterate – your plugin is great, and I’m tweaking it reluctantly…
Thanks