Viewing 15 replies - 16 through 30 (of 50 total)
  • Ffgrf

    (@grouchyturtle)

    Add me to the list. Can create new events or edit events. Tried in both Firefox and on Galaxy S3 with default browser.

    Ffgrf

    (@grouchyturtle)

    Err…make that can’t

    The jquery migrate plugin is just an add on for the jquery lib. You will need to upload the file to your server and reference/load it in your header or footer. It is not a wordpress plugin so it can’t be installed like other plugins.

    function my_init() {
    	if (!is_admin()) {
    
    wp_register_script('jquery.migrate', 'https://code.jquery.com/jquery-migrate-1.2.1.js',, false, '1.2.1', true);
    		wp_enqueue_script('jquery.migrate');
    }

    I haven’t tested this but using something like this to add the jquery migrate script in the footer should work as well. This would need to placed as code in a wordpress plugin or in the functions.php file in your theme.

    * don’t mess with your functions.php unless you have both access to ftp and a copy before you change it. saving bad code in the functions.php will break your site.

    Mine’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>

    Ffgrf

    (@grouchyturtle)

    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!

    This plugin still works in every other browser besides Internet Explorer. I have not played around further with any code. I’m just waiting for an update and in the meantime advising my client to use Chrome. Works fine.

    Ffgrf

    (@grouchyturtle)

    Not for me. Mine no longer even displays in Firefox.

    I changed the Simplemodal and got it to work in IE but not Firefox. When I tried adding the migrate fix…
    The first attempt crashed the site. I backed that out and tried a couple other suggestions, which didn’t work. I’m assuming I don’t know how to install.
    I backed all my attempts out and reinstalled the simplemodel and am leaving it for an upgrade from Mr. Miller. At least the calendar will work for 95% of the site’s demographic.
    A post from the Mr. Miller saying an upgrade is on the way, would probably keep me from getting panicky and crashing my site again. ??

    Ffgrf

    (@grouchyturtle)

    Mr. Miller seems pretty slow to respond, and I don’t remember the last time there was and update, so I’m not holding my breath for this to be resolved anytime soon. No response to the thread on google yet, either.

    I think I’m making the switch to WP Calendar. Not as nice Ajax Event calendar, but it displays almost the same (a little simpler even). Going to take a little bit of work to get categories color coded…unless I decide I can just live without that, but at least it works.

    If there is a fix in this thread somewhere can it be exlpianed better? Like where to put what files and exactly where to dl what files? Please, bc I am confused trying to follow how to fix or try to fix this.

    where to put – jquery.simplemodal.js? amd son errors sai the min.js version that is not found anywhere?

    Where to put – jquery-1.9.0.js and jquery-migrate-1.2.1.js. Also where and how to put in theme? What dir do they go into? Wp-admin, wp-includes, the theme dir???where??
    or… call from another site like in the read me file – :

    <script src="https://code.jquery.com/jquery-1.9.0.js"></script>
    <script src="https://code.jquery.com/jquery-migrate-1.2.1.js"></script>

    I have ben trying all diff ways and no luck. If anyything it got worse bc now it dont work in FF or opers . Was only IE 8 b4? Cant even undo things bc it still wont come back now

    Very confusing. wish the creator would fix and put in update soon bc several clients use and need this to work and I hate not being able to fix or give timeframe as to when I will have fixed.

    Carol

    (@carolparedes1111gmailcom)

    I am having the same issue givesuccess. I copied and pasted the code from jquery.simplemodal.1.4.4.min.js to jquery.simplemodal.1.4.3.min.js and the result was that it didn’t work in any browser. Before doing that change it was working in all browsers except for IE.

    I was able to reverse that change and my site is working in everything except for IE again.

    Can someone please give clearer instructions on all the items that need to be changed? I would greatly appreciate that and I would just die of overwhelming joy if the developer would post an update. ??

    This is an awesome calendar and the company that I have using it loves it but we need it to work in IE.

    Ok after another attemp i got to work.

    I just replaced jquery.simplemodal.js

    1)I downloaded from like above by right cliking and “saving as”.

    2) in this dir – wp-content/plugins/ajax-event-calendar/js/ I renamed the original file to “orig-jquery.simplemodal.1.4.3.min.js” to keep as back up. Then ftp-ed in the fixed file to this same dir.

    3) i renamed th downloaded (fixed) file it to this: –> jquery.simplemodal.1.4.3.min.js (the orig file name)

    Now it works again on IE FF and opera!

    I hope this makes it easier to follow and I also hope it works of reveryone. I did not mess with adding the “github.com/jquery/jquery-migrate/” stuff at all.

    Goodluck all

    the site I fixed on is https://jimmypritchard.com/ if u want to check it out to see it fixed.

    Ffgrf

    (@grouchyturtle)

    givesuccess – did you actually try editing or adding new events after replacing the file. Or did it just fix display issues.

    I just gave it a shot, and my calendar displays, but I still can’t edit, delete, add new events, and the time fields are still missing.

    givesuccess – THANK YOU! Your instructions were clear, easy and accurate. My calendar is now working again. Your advise is very much appreciated.

Viewing 15 replies - 16 through 30 (of 50 total)
  • The topic ‘event calender’ is closed to new replies.