Viewing 15 replies - 16 through 30 (of 38 total)
  • Thread Starter irolla

    (@irolla)

    I’ve already tried to activate one of standart WP themes and ajax still doesn’t work in wp-admin -> events -> add event -> choose date

    Thread Starter irolla

    (@irolla)

    I found it:
    ./wp-content/plugins/all-in-one-event-calendar/app/controller/class-ai1ec-app-controller.php:
    // Load the js needed when you edit an event / add a new event
    if( $this->check_if_creating_new_event() === TRUE || $this->check_if_editing_event() === TRUE ) {
    // Load script for adding / modifying events
    $script_to_load = ‘add_new_event.js’;
    }
    If I comment out the condition then it loads “add_new_event.js” and I’m able to pick up a date and time in “add event” admin page.

    @yani.iliev could you please check it?

    @irolla, how did you comment out the if statement? Tried that and it didn’t work for me.

    Thread Starter irolla

    (@irolla)

    // Load the js needed when you edit an event / add a new event
    //if( $this->check_if_creating_new_event() === TRUE || $this->check_if_editing_event() === TRUE ) {
    // Load script for adding / modifying events
    $script_to_load = 'add_new_event.js';
    //}

    Thanks for sharing the code. Still not working for me.

    @yani.iliev — I’m having the same problem here plus I can’t clear Core Calendar update error message after manually FTPing theme folder to wp-content/.

    Clean install of WP 3.4.1
    Both errors (no date/core calendar) occur on ai1ec 1.8.2 and premium 1.8.3
    Uninstalled and re-installed both versions of 1.8.2 and 1.8.3 via FTP to no avail
    All plugins disabled
    Errors persist in FF 14.0.1 and Safari 5.1.7
    Errors persist in custom theme and WP default Twenty Eleven

    To add insult to injury, neither the intro video or privacy policy notations will clear either.

    Help?

    Thread Starter irolla

    (@irolla)

    @TekneCO try to go wp-admin -> events -> add new event and open source code of this page. Try searching “add_new_event.js”.
    I had no such js before commented out the ‘if’ in class-ai1ec-app-controller.php, that’s why nothing worked for me.

    @irolla, where did you insert the “add_new_event.js”?

    Thread Starter irolla

    (@irolla)

    @tekhneco:
    If give me your IM, I’ll try to help

    Very generous of you. I’m —– on Google chat.

    @yani.iliev

    The wonderful @irolla and I were not able to solve the date/time popup problem I am having.

    Also, I do have the proper WP footer call, if that helps narrow down the issue.

    @tekhneco
    Can you fill a support request here: https://help.time.ly/customer/portal/emails/new
    I can only support a limited number of users, the rest will be taken by our support team.

    @ irolla
    The fix you applied is quite strange one. It makes me think that the problem has to do with your server configuration. I posted an update on your support ticket, let’s move the conversation over there.

    Thread Starter irolla

    (@irolla)

    @yani.iliev
    Do you always get my replies via email? It’s a bit confusing since there is no ticket number in “Subject field”. Can I reply somewhere but not in email?

    Any resolution to this? I just completed a fresh install of WP 3.4.1 and the date picker was working great until I upgraded to the Free premium.

    Also nothing happens when I try to click the connect to facebook button.

    Uninstalled, reinstalled. I did not upgrade to premium this time.Date picker does not work at all now with or without premium. Please help.

Viewing 15 replies - 16 through 30 (of 38 total)
  • The topic ‘[Plugin: All-in-One Event Calendar] Ajax in choosing dates/excludes doesn't work’ is closed to new replies.