Closed GoogleCodeExporter closed 8 years ago
Cannot add new events.
Original comment by extremew...@gmail.com
on 5 Aug 2013 at 12:10
I have the same problem after moving to WordPress 3.6 I can't add new events or
see the dropdown info for existing events. http://www.folkrootslist.co.uk
Original comment by ents...@hotmail.co.uk
on 5 Aug 2013 at 4:13
Further to my earlier post this seems to be peculiar to Internet Explorer. It
still works OK in Firefox and Chrome
Original comment by ents...@hotmail.co.uk
on 5 Aug 2013 at 4:20
Issue is with IE for sure. Works fine in other browsers. Need a fix ASAP.
Clients screaming.
Original comment by youradt...@gmail.com
on 6 Aug 2013 at 2:07
I have the same problem. The update to WP 3.6 ended the ability to add events
or even see the event form in IE. After seeing the above comments I tried it
with Firefox and had no problem. Unfortunately most of my clients use IE, so
please get this fixed ASAP!
Original comment by christia...@gmail.com
on 7 Aug 2013 at 2:46
Please, please get the fix for IE ASAP - can't add new events or see the
dropdown info for existing events. Happened after upgrading to Wordpress 3.6.
Firefox has no problems.
Original comment by myoptina...@yahoo.com
on 7 Aug 2013 at 2:24
I was able to get calendar working in my theme by including the
jquery-migrate-1.2.1.min.js. It seems the newer version of jquery does not
support some of the old functions. The jquery-migrate-1.2.1.min.js adds
support for these functions.
Original comment by benkaed...@gmail.com
on 8 Aug 2013 at 4:45
@benkaed post # 7:
Would you please instruct howto "include the jquery-migrate-1.2.1.min.js"?
Thanks.
Original comment by myoptina...@yahoo.com
on 9 Aug 2013 at 4:01
I've tried including the jquery-migrate-1.2.1.min.js as well, but that didn't
fix it for me...alas...
Original comment by ikh...@gmail.com
on 9 Aug 2013 at 11:27
Found a fix: the problem is caused by the simplemodal jQuery plugin using
outdated methods that get broken when using a jQuery version higher than 1.8 (I
guess, as 1.9 introduced some major changes).
Anyway, some hero (redaxmedia) posted a fixed fork on Github:
https://raw.github.com/redaxmedia/simplemodal/master/src/jquery.simplemodal.js
Upload this file to your /wp-content/plugins/ajax-event-calendar/js/ folder,
then edit the file
/wp-content/plugins/ajax-event-calendar/ajax-event-calendar.php.
Search for this line (or similar):
wp_register_script('simplemodal', AEC_URL . 'js/jquery.simplemodal.1.4.3.min.js', array('jquery'), '1.4.3', true);
Replace the filename on this line with the one you uploaded, and change the
'1.4.3' to '1.4.4'.
This fixed AEC on WP3.6 for two of my sites (phew...).
Mark.
Original comment by ikh...@gmail.com
on 9 Aug 2013 at 11:51
@Mark - comment #10
A big "phew" from me, too!
Thanks for the fix - things are back to normal.
Original comment by myoptina...@yahoo.com
on 9 Aug 2013 at 4:52
Same problem as everyone else. Can't edit existing events or create new one.
Except in my case it won't even work in Firefox. I even tried the default
browser on a Galaxy S3 and it wouldn't work.
I tried the fix Mark posted, and still can't get it to work in Firefox.
Everything was fine until I updated Wordpress.
Original comment by captainc...@gmail.com
on 11 Aug 2013 at 2:05
Also, I just noticed when trying to create a new event the start time and end
time fields are missing.
Original comment by captainc...@gmail.com
on 11 Aug 2013 at 2:53
Does anyone have suggestions on another calendar, that actually works in the
latest version of Wordpress?
I've tried a few of these fixes and mine still isn't working. I need something
that works now...as is. I'm just about ready to just create a simple list view
calendar with plain text. At least I know upgrades won't break it!
Original comment by captainc...@gmail.com
on 13 Aug 2013 at 3:15
Works fine in Chrome browser Version 28.0.1500.95 m with wp3.6
Original comment by juergenm...@gmail.com
on 14 Aug 2013 at 1:11
I am no longer able to update/support the Ajax Event Calendar plugin for
`WordPress`.
Alternative Free Calendar Plugins:
http://www.blazdesign.com/5-free-wordpress-calendar-plugins/
Original comment by eranmmil...@gmail.com
on 19 Dec 2013 at 3:10
Replace the filename on this line with the one you uploaded, and change the
'1.4.3' to '1.4.4'.
This is wrong.
Change the line to be:
wp_register_script('simplemodal', AEC_URL . 'js/jquery.simplemodal.js', array('jquery'), '1.4.3', true);
Original comment by tuti...@2tno.com
on 24 Jan 2014 at 10:58
Original issue reported on code.google.com by
rlong...@gmail.com
on 3 Aug 2013 at 8:47