creativeaddict
Member
Posted 4 months ago #
Hi guys,
I have the calendar installed on this site for a client: http://www.jewishsa.co.za/communal-diary/
If you hover over any event, you'll see the popup opens, but won't close (becomes a nightmare if you hover over more than one event, which then requires a page refresh). I've tried different calendar themes, as well as the default WP theme and the issue remains, so I know it's not theme conflict.
Is this normal, or will I need to reinstall the plugin? It won't be ideal as they have a lot of events uploaded... When can we expect the next update? Or maybe you can advise what files to replace (if conflict)
http://wordpress.org/extend/plugins/all-in-one-event-calendar/
nuroweb
Member
Posted 3 months ago #
Hello,
I have the same issue on a custom theme I made for a non-profit I manage the site for. The issue started when I updated to version 1.9. I think I had 1.8.2 on there before.
After the update it told me the core files were out of date, so I updated with WP's automatic update, but it didn't fix this issue.
Anybody was able to fix this issue?
http://www.iciparlesarts.com/evenements-et-spectacles/
ciropetitto
Member
Posted 3 months ago #
Hi, i have fixed this issue.
in calendar.js at line 269 i changed this
if( Modernizr.touch ) {
with
if( !Modernizr.touch ) {
Because the plugin use calendar.min.js it's necessary to edit also this file or replace the content of calendar.min.js with calendar.js
bye
nuroweb
Member
Posted 3 months ago #
@ciropetitto: Unfortunately that didn't work forme. I tested on a browser with no cache to make sure.
ciropetitto
Member
Posted 3 months ago #
@nuroweb: have you edited
wp-content\themes-ai1ec\vortex\js\calendar.min.js ?
nuroweb
Member
Posted 3 months ago #
@ciropetitto
No, I edited calendar.js and then renamed it to calendar.min.js as you suggested. The original file is back online.
ciropetitto
Member
Posted 3 months ago #
nuroweb
Member
Posted 3 months ago #
Great! I found where I went wrong. I changed the JS file here:
"/wp-content/plugins/all-in-one-event-calendar/themes-ai1ec/vortex/js"
it had to be changed here:
"/wp-content/themes-ai1ec/vortex/js"
It's fixed now. That organization is a non-profit, so I do this work on a volunteer basis. I'm glad this was resolved quickly.
Thanks!
creativeaddict
Member
Posted 3 months ago #
Thanks a MILL ciropetitto! Worked like a charm, I am sure my client will be uber chuffed.