SCSnare
Forum Replies Created
-
Thank you for posting this! I was pulling my hair out trying to fix Event Calendar, and I ended up having to disable NextGEN for it to work. But now with changing that line of code, they both work without conflict.
Forum: Plugins
In reply to: [Event Calendar] event calenderCTS_AE: Thanks for the link to the comment about that one line of code in nggallery.php! That fixed the conflict.
Forum: Plugins
In reply to: [Event Calendar] event calendergivesuccess: I just deactivated all the other plugins and it works fine on the admin side now. I then went through and started activating other plugins and it all seemed to work fine until I activated the plugin NextGEN Gallery. So, I activated all the other plugins EXCEPT NextGEN and the Event Calendar still works.
So, it looks like there’s something from NextGEN Gallery that conflicts with Events Calendar.
Forum: Plugins
In reply to: [Event Calendar] event calendergrouchyturtle – I have the same problem as you. I did the fix described by givesuccess, but I still can’t do anything in the admin area of the calendar. I’m using Chrome.
Forum: Plugins
In reply to: [Event Calendar] event calenderMine’s broken now too. I can see the events that were already created, but if I try to edit them or if I try to add a new event, none of the buttons work (Cancel, Add, Delete, Update, or the ‘X’ to Close).
Any ideas? I already added the two .js files to my site.
I added this code to my theme’s header.php
<script src="<?php echo get_template_directory_uri(); ?>/js/jquery-migrate-1.2.1.min.js" type="text/javascript"></script>
and this code to my admin-header.php after adding the migrate-1.2.1.min.js to the /js folder in the /wp-admin folder
<script src="/js/jquery-migrate-1.2.1.min.js" type="text/javascript"></script>