An update to this issue at https://theeventscalendar.com/support/forums/topic/hover-not-working-in-chrome/
Thank you for bearing with me on this one and helping me debug my code. Andras finding that stray [/Head] tag (injected by another custom plugin) was a big find – thank you. It’s changed how my site works and now that plugin has been replaced with 10 lines in my functions.php and thoroughly decommissioned. Thank you again for taking the time to trawl through my code.
If anyone has problems with the hover feature e.g. at https://www.financialtrainingassociates.com/course/ I have now worked out what was causing this in my case. I have server side caching. I turned it off for this particular page and: “Hey presto” hover was working fine. I suspect it was something to do with what the caching was doing with JS.
If someone else is having a similar problem (hover not working) I would recommend turning off any caching you have working, restarting your server (if it’s sever-side caching), clearing the cache and also clearing your browser cache for good measure. For me it worked like magic.
Thanks for your thoughts and ideas and for bearing with me on this one – in the end there was a clear solution for my case.
Thank you,