Viewing 10 replies - 16 through 25 (of 25 total)
  • Plugin Contributor Eran Miller

    (@eranmiller)

    Faster than I thought, I think I found the answer!

    replace this function in the ajax_event_calendar.php file:

    function localize_plugin($page){
    	load_plugin_textdomain( AEC_PLUGIN_NAME, false, AEC_PLUGIN_NAME . '/locale/' );
    }

    with this function:

    function localize_plugin($page){
    	load_plugin_textdomain( AEC_PLUGIN_NAME, false, AEC_PLUGIN_NAME . '/locale/' );
    	$timezone = get_option('timezone_string');
    	date_default_timezone_set($timezone);
    }

    You must set the WordPress timezone to a city name, this will not work if set to a numeric offset.

    Let me know if it fixes it for you,
    Eran

    Thread Starter webrightnow

    (@webrightnow)

    Wow, I just woke up to find that this thread has suddenly developed considerably…

    I will try your fix and report back. The plugin is in place anyway and I don’t intend to change it, it does the job perfectly.

    Thanks Eran!

    Thread Starter webrightnow

    (@webrightnow)

    Perfect, I changed the function and timezone settings: my 31st July event is there!

    Thank you Eran, it’s great to see this level of support for a free plugin.

    A great contribution to the WordPress community!

    Awesome, it works for me too! Definitely the best calendar plugin out there.

    Thanks Eran, you should get a medal for this!

    Plugin Contributor Eran Miller

    (@eranmiller)

    I’m so pleased it works for you!
    I will be adding that patch to the next release, so you don’t have to worry about losing the fix when you upgrade.

    Eran

    Hello,

    I still need help. I update the .php file and changed my timezone to a city but My calendar is not displaying. see link: https://atlantabusinesshub.com/calendar/

    Thank you.

    Hi,

    Just got this Plugin now, it’s great but unfortunately I’m still having the same problem.

    I’ve updated my City, updated the function, but still no joy.

    Can you please offer any support to the below domain?

    https://www.suttonsilver.co.uk/clients/sljld/?page_id=39

    Cheers
    Chris

    Plugin Contributor Eran Miller

    (@eranmiller)

    Relate2u and Chris, you are posting in the wrong thread, this thread addresses the issue of missing events, not the missing calendar.
    It wastes significant amount of time trying to determine the nature of the problem when posts are not on-point.

    Check your javascript consoles for errors, then run a search in the forum for the problem, if at that point you are unable to find an existing thread, create a new thread.

    Thank you,
    Eran

    Plugin Contributor Eran Miller

    (@eranmiller)

    A new beta has been released for those interested in testing and confirming that it works see this post for details.

    Plugin Contributor Eran Miller

    (@eranmiller)

    Plugin version 0.9.9.1 is now available for download.

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘[Plugin: Ajax Event Calendar] Event showing in widget but not on page’ is closed to new replies.