The Site Health tool on the WordPress dashboard gave the following notification and classified it as critical:
“PHP default time zone was changed after WordPress loading by a date_default_timezone_set() function call. This interferes with correct calculations of dates and times.”
When deactivating your plugin, the issue is gone.
I am trying to log in to WordPress but keep getting the following message.
Warning: Declaration of aec_contributor_list::form() should be compatible with WP_Widget::form($instance) in /home/customer/www/namar.org/public_html/wp-content/plugins/ajax-event-calendar/inc/widget-contributors.php on line 0
Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/namar.org/public_html/wp-content/plugins/ajax-event-calendar/inc/widget-contributors.php:0) in /home/customer/www/namar.org/public_html/wp-includes/pluggable.php on line 1296
]]>I think this is the end of a brilliant plugin.
The latest update of wp has resulted in an empty calendar and no more drop-down windows.
A sad day but, life must go on.
Does anyone know a decent event calendar plugin to replace this?
I need to be able to transfer old events somehow to the new plugin because the data are used for our fund application for our scout group.
I am familiar with modifying of database tables to fit new formats.
I have tried time.ly All-in-One Event Calendar but it is not possible to the date and time for events events.
Please help1
]]>My isp recently upgraded PHP on my domain from 5.6 to 7.2. Everything worked EXCEPT the calendar. I don’t know if this is specific to the calendar, or a more general problem related to changes between the PHP versions. Has anyone else encountered this and/or can point me to a general guide on changes to apply to make this (or other code) PHP 7.2 compatible?
(Meanwhile, I’ve downgraded this site back to 5.6 while looking into solutions, so it works for the moment. I just want to be prepared when I “pull the switch” again).
Thanx, Ric
]]>Good Morning,
This is a little hard to explain so I will do my best, the Calendar is functioning properly in every way except for the correct time. If I set up an event for any time but say March 5th at 10am, and hit save, the event is created, however it is set for a random time. Always on the right date, however if I pick 10am it might schedule it for 3pm. It is never consistent either, never a certain amount of hours off just sets it for a random new time but on the correct date. I checked time zones in WordPress settings and it is set to New York time zone which is correct.
Any ideas?
]]>Hello,
I work at a university that is currently using WordPress for most of its web needs. Ajax has been our calendar of choice for many years now.
Due to the nature of WordPress in a university setting, we restrict visits to /wp-admin by IP. Only users that have a university-issued IP (which requires they be on campus) can visit /wp-admin. This is to prevent bot spam, brute force attacks, etc.
Recently, we noticed users visiting calendars from off-campus can see the calendar, but not events on it. It’s just a blank calendar. Using Chrome’s console, we were able to see that when a user visits the calendar, at some point they attempt to query /wp-admin for something. Since they are off-campus, this won’t work, and the calendar fails to show items.
Does anyone have any advice or insight? Here’s a link to one of many pages with this issue on our multisite: https://bio.nmsu.edu/calendar.
Thanks in advance!
]]>It seems that whenever I set a event for “All Day” it will set it on a different date (usually two days before). When I try and move the event to the correct date, it’ll make it span over two days.
A workaround for this is to set the time of the event, however this can be quite confusing and complicated for our viewers.
Has anybody found a permanent fix for this or a replacement for this event calendar?
]]>For the past week, my calendar has a mind of its own. It randomly changes the times and dates I’ve entered and won’t accept modifications to correct info. Any ideas on what’s happening & how to correct? (It was malfunctioning before the recent upgrade to 5.3.1.)
Thanks, LuAnn
I have enjoyed using this calendar plugin (and is still using it on an old website) Now I need to have a new event calendar for a new website. Whcih one can ypu recommend?
Features I like:
* coloured ribbons in calendar for each category
* possibility of hiding form fields
Hello,
It seems that after an update of WordPress this plugin doesn’t show any events in the front end, only after clicking the next or previous month.
It looks look the correct month doersn’t show up in JQuery so the initial page has no events.
Here’s a solution which works fine with me, in wp-content/plugins/ajax-event-calendar/js/jquery.fullcalendar.min.js I added these lines at the end of the file:
$(document).ready(function() {
var urlpath = window.location;
if (urlpath == ‘https://www.test.com’) { // fill here the complete url to your calendar page
setTimeout(delay, 400);
}
});
function delay() {
$(‘.fc-button-prev’).children().trigger(‘click’);
$(‘.fc-button-next’).children().trigger(‘click’);
}
Hopefully this helps someone with keeping this great plugin alive ??
Kind regards,
Arie
]]>Events can no longer be added through the plugin… I’m assuming I can add them directly to the db. Existing events are still shown correctly.
]]>When call frontend or backend of the site , system get this message : Warning: Declaration of aec_contributor_list::form() should be compatible with WP_Widget::form($instance) in /var/www/aicw/public_html/2017/wp-content/plugins/ajax-event-calendar/inc/widget-contributors.php on line 64.
Nobody know how can I do ?
I’d like to offer people to import events we keep in the Ajax Event Calendar into their smartphone calendars (iPhone, Android/Google…). Can anyone please advise me how to proceed?
Thanks!
After updating to 4.5 the calender isn’t visible any more.
Is there a way to add it to a page without the shortcode?
Any one else experiencing this problem?
Regards
Kristoffer
Hello
I am new to wordpress and already liking this calendar product. I am trying to share calendar to users to show events but don’t want them to have access to add stuff. I want to share calendar only. How can I share the calendar as view only on a standard page to users?
Thanks,
Ken
]]>When i click on my calendar tab, the page just comes back corrupted. I turned off all other plug ins but with the same result. Doesn’t look like its the theme either. Then i saw recently that the Ajax plug in hasn’t been updated for more than three years. If so are there other plug ins that can take over?
The site is here
https://hoveandkingswaybc.co.uk/calendar/
I was making updates to my calendar this morning and they were saving, but all of a sudden, the updates aren’t saving anymore. I tried adding a new event and that didn’t save either. I logged out of WP and loggged back in, refreshed the page and nothing changed. Any thoughts or suggestions? Not sure if it will help, but here’s a link to the page: https://www.watsoncaringscience.org/speaking-engagement-calendar/
]]>Hi developer,
Thanks for creating an awesome plugin. Now I have a problem. I need to create search for the events. is there any way to create a search function.
Thanks
]]>I would like to add an area for the calendar in the BuddyPress profile area. Can someone explain to me how to do this? Thanks
]]>Is there a way to disable the Ajax event view so that clicking on an event in the calendar opens the website link straightaway?
]]>I’ve just added this plugin to a site that I’m working at, and I can’t see the pop-up that appears after clicking on event. It shows at the top of the site, under the NavBar.
You can find the calendar at https://lallardelvent.org/gegants/agenda/
-I’m using Divi theme.
-I’ve tried on Chrome v48.0.2, Firefox 44.0.2 and IE11.
Is there any way to make appear the event details pop-up “valigned” in center?
Thanks
]]>Hello,
I think it would be nice if there is an shortcode option for year-view. Maybe show 52 boxes, one for every week, and if an event begins at Thursday the calendar-entry will start at 57% (4/7) of the week’s box width.
Thanks
]]>We’ve had Huge issues with our google calendar on our website? We are also looking for a calendar (NOT A GOOGLE CALENDAR) that can parse an ICS feed directly themselves with no caching. Not sure of our wordpress version…but..Any experience?
]]>When you duplicate an event and move it via drag-and-drop to another date, the time of the duplicated event changes +1 hour in either the beginning or ending of the time.
]]>Hi,
One of my event is a one week event repeated every 2 weeks during years…
Every new month there is a small bug. My event is not displayed the first days…
https://pilotagemarseille.fr/Capture.png
Best RGDS
]]>Hello,
do you know how can I make to always have a week view in the administrative calendar?
Thank you!
Is there a way to remove this from the Event listing on the public side so that they don’t see that the event is a repeat event?
It says: 1 Hour (Repeats Every Week Until December 31, 2015)
I want it to say: 1 Hour
I cannot seem to identify any css class that allows me to change the blue background color in the events list. Nothing seems clear about this in support.
]]>Hi there,
Looking for a feature that would sort the listing of the events in the calendar that starts at the same time. Something like a post order.
Thanks,
]]>Hi,
i have a problem with the Event List shordcode. In my calender there are up to 11 events (they repeat every week). The calender works fine but the event list shows only the monday and tuesday events and then the events for monday from coming next week. The events form wednesday to sunday are missing. Did anybody had an idea?
thx
Tristan