If you press the “next” button (in portuguese “proximo”), or try to change the month or the year, you will get a page without the calendar.
]]>Kia Ora,
We notice The calendar is now not working since the update. We have tried the purge all but still not working.
Please can you have a look, a little star comes up but not the booking.
Howdy!
WordPress has a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.
In this case, WordPress caught an error with one of your plugins, Calendar.
First, visit your website (https://doublerum.co.nz/) and check for any visible issues. Next, visit the page where the error was caught (https://doublerum.co.nz/wp-admin/admin.php?page=calendar) and check for any visible issues.
Please contact your host for assistance with investigating this issue further.
If your site appears broken and you can't access your dashboard normally, WordPress now has a special "recovery mode". This lets you safely login to your dashboard and investigate further.
When seeking help with this issue, you may be asked for some of the following information:
WordPress version 6.5.5
Active theme: Twenty Seventeen (version 3.2) Current plugin: Calendar (version 1.3.15) PHP version 8.3.8
Error Details
=============
An error of type E_ERROR was caused in line 1031 of the file /home/travelde/doublerum.co.nz/wp-content/plugins/calendar/calendar.php. Error message: Uncaught Error: Attempt to assign property "event_title" on null in /home/travelde/doublerum.co.nz/wp-content/plugins/calendar/calendar.php:1031
Stack trace:
#0 /home/travelde/doublerum.co.nz/wp-includes/class-wp-hook.php(324): calendar_edit()
#1 /home/travelde/doublerum.co.nz/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#2 /home/travelde/doublerum.co.nz/wp-includes/plugin.php(517): WP_Hook->do_action()
#3 /home/travelde/doublerum.co.nz/wp-admin/admin.php(259): do_action()
#4 {main}
? thrown
]]>
Hi! Thank you for simple and nice plugin.
How can I hide time of the event in widget? And is it possible to show category of the event in widget?
]]>hello,
I would like to create a widget for the sidebar on my site (on right) – with a summary of events over the period of one year.
I installed the plugin – but cannot see a widget for the plugin. So then i copied the code into a PHP widget – that didn’t work.
I am using 5.3.2 Twenty Eleven Theme.
thank you
]]>First of all I have to say this plugin is amazing! I built a website for 211 Squadron Air Cadets and this calendar was the backbone of our organization.
But
There appears to be a bug that’s throwing off the dates. If you look at the desktop view of the calendar, everything is fine.
If you scroll down to the mobile view below, the dates are off.
Seems like a simple line of code could fix this….
Thoughts?
]]>Hi Kieran, love this plugin. As you say, it’s simple but does the job. In fact I had a function developed to automatically create a Calendar entry for a community diary from a post when the Event category is selected (using ACF fields that appear).
Was wondering if it might be possible to add an additional, optional field for End Time so that both start and end times for an event could be shown where applicable?
Thanks for your consideration.
Benz1
]]>Hello @kieranoshea
Thanks for the great plugin.
I am having an issue on website, I have created an event on 8th January, Its shows perfect on a calendar, whereas in sidebar upcoming events it shows one day before, which is wrong
Can you help me with how I can solve this?
Above given a link of a calendar page, you can look and compare those dates are showing wrong and 1 day before the event.
Your help would be much appreciated.
Thanks
Abdullah
Hi,
I need to merge a calendar using the Calendar plugin with another site that uses the Events Calendar by Modern Tribe. Is there any way to export the events from this plugin in a format that I could import to Events Calendar?
Thanks
Hi Kieran. Thanks for your many years of work to keep your plugin up and running. The good news is that it still works. The bad news is that since WP5.3, the “Upcoming Events” widget may be broken (it certainly was for one of my oldest websites). I think it depends on how old your website is and what operating system it is running on.
It seems the boys and girls at WP decided to change the “date_i18n” function. In fact, they no longer recommend its use. I’m still investigating what they have done but so far I can give you a reference to read up on it:
Date/Time component improvements in WordPress 5.3
Your Upcoming widget was correctly displaying all the events but, on converting the date for display using “date_i18n”, the date was shifted back 1 day (e.g. I had a public holiday event for Christmas and it came up on 24 Dec). On your code (calendar.php) on line 2044 (of version 1.3.13) I changed the “date_i18n” function to “wp_date” as recommended by the boys and girls at WP. That fixed the problem. This is your only use of “date_i18n”. Hope you find this useful to create a new version for your plugin.
]]>and week starts not on Sunday.
Any plans?
Hi,
Since the recent major WP update the calendar widget has vanished from the sidebar. No new plugins have been added recently on our site and everything worked well until 5.2
Any new pligin version on the horizon that might bring back the widget?
Cheers,
Andi
Is there any possibility of adding visibility options to the widgets? I’d love to hide them on a certain page to make a different widget appear and be prominent.
]]>I have a synchronized list of Events on the home page that I would like Calendar to present. I have installed and activated the plugin and updated the options, where do I all the iCal URL feed?
For reference my iCal URL is https://calendar.google.com/calendar/ical/epc9sokuh1894p65amdgffchpo%40group.calendar.google.com/public/basic.ics
On the calendar I had included <br> tags to make the different waterpark items show up on separate lines. After I updated the site to PHP 7.2 and WordPress 5.0 the <BR> tags are showing up. I was able to remove the <br> tags through the database, but now the Hours section is showing up as an extra link. When you add a blank line the calendar creates an empty paragraph and then adds the hours in a new paragraph & link. Is there a way to fix this?
$29 Full Day Pass <BR>
No Evening Passes <BR>
$10 Spectator Pass <BR>
<BR>
Hours: 9:00am - 10:00pm
]]>
Anyone know if this plug-in will be updated to be made secure?
If not, what are you all using to replace it?
]]>Title says it all.
]]>I have problem with the title length, I enter 3 word in Hebrew and the length is 17 chars including 2 spaces, but I getting error message “Error: The event title must be between 1 and 30 characters in length”
How do I fix this?
Hello there, I struggled for some hours and I found an issue about the translations loading into the plugin. The issue that I was facing was that whenever the website loaded, this plugin uses the default language of the website and not changing (I am using qtranslate-x plugin to support multilanguage wordpress site).
The problem was found into the part of the translation loading, it was running at the wp load time, while the qtranslate was not yet finalized with the current locale locading.
The resolution of that was to wrap the functionality of the translation loading and added to a wp hook in order to load that in the correct order, like below:
// file: calendar.php @line:31
function custom_calendar_load_text_domain(){
$plugin_dir = plugin_basename(dirname(__FILE__));
load_plugin_textdomain(‘calendar’, false, $plugin_dir . ‘/languages’);
}
add_action( ‘plugins_loaded’, ‘custom_calendar_load_text_domain’ );
Hope to be helpful.
]]>Hi,
Have implemented this plugin on above page at bottom, but clicking on Next or Prev months goes to another page. Instead it should just refresh the calendar. Can you help me fix this issue?
]]>My calendar no longer is working since I updated wordpress. I have no idea how to fix it. As this is the plugin we are using I was hoping someone else knew the answer.
Error message:
Fatal error: Cannot redeclare month_comparison() (previously declared in /var/sites/p/priestfield.org.uk/public_html/wp-content/plugins/calendar/calendar.php:2693) in /var/sites/p/priestfield.org.uk/public_html/wp-content/plugins/calendar/calendar.php on line 2693
I inherited this website from someone else and while I am happy to help I really know very little about things and I am totally out of my depth. Thank you for any help.
]]>I am a plugin developer as well and I have modifed the Calendar plugin code to add additional CSS for styling purposes. Here is my profile:
https://profiles.www.ads-software.com/jsherk#content-plugins
I would like to send you the updated code for you to review and hopefully include in your next update.
I am not sure how to send it to you. My email is info at iwebss dot com if you want to send me an email and I will send it to you.
Thanks
Jeff
I have created 6 calendar categories. I have added test content to each category. I am using the category ID to call the calendar. Instead of just the content for the particular ID I called appearing, the content from all of the other IDs is appearing. Ultimately I need 6 pages, each with a calendar that only displays the information for one of the categories, not all of them. Is this possible with this app?
I am rebuilding a website that used an earlier version of the app where you made t his possible. Did you customize the app?
Thanks for your time. I am planning on making a donation to the app if I ever getting working properly.
]]>Hello,
Let me start by saying I am a novice when it comes to Word Press and just took over running a site so I’m kind of learning as I go.
I updated the “calendar” plug in and now on my live calendar page there is a “Category key” below the calendar. I tried removing the coding in “Configure the stylesheet for Calendar” in “Calendar options” but it didn’t do anything.
Any help would be greatly appreciated.
here is a link to the page:
https://dupetitmouton.com/cours-classes/knitting-classes/
WordPress Version 4.9.1
Calendar Plugin Version 1.3.9
When an event is saved it is not being added to the database. There is no error message.The fields are cleared after the save button is hit.
]]>This is due to the .calnk a:hover span
styles being left to also affect the spans within the popup overlay (position absolute then making it so the title overlaps the other event info in the popup if it spans to multiple lines).
Quick fix would be to add:
.calnk a:hover span span { display:block; position:static; width:auto; }
Otherwise, I could see changing the existing .calnk a:hover span
selector to .calnk a:hover > span
so it doesn’t affect the nested spans. Then, you’d also need to change the .calnk a span
selector which sets the initial display:block;
style to then be .calnk a > span
as well. This is a bit more involved of a fix, but it would result in a more manageable end result.
Hello,
Does anyone know how the list of upcoming events can be displayed on a page or post?
]]>Recurring events are treated in the feed as individual events, which is not a problem in itself. However, since the UID is based on event_id, all occurrences share the same ID Therefore it’s not a unique identifier and will not appear on my calendar.
I admit I can’t think of what to append to make each instance unique and consistent so it does not change as time passes or the event is edited.
]]>The DTSTAMP value in the iCal feed is incorrect
DTSTAMP:".date("YmdTHisZ")."
The T gets converted to a time zone and the Z to a time offset.
Separating T and Z results in properly formatted string
DTSTAMP:".date("Ymd")."T".date("His")."Z
Escaping T and Z also works.
DTSTAMP:".date("Ymd\THis\Z")."
Is there a way to remove the asterisk and line break between events?
I want to tighten space by making .calnk a display as block, but the line break adds extra space and the asterisk simply uses space.
Can you add hooks to draw_events($events), and possibly other functions, so we can override it?
]]>After subscribing from the feed from my calendar, all the times were off by 4 hours. After inspecting the ICS file, I noticed the timezone was not defined, which means all times are interpreted as UTC.
The feed should contain a time zone definition (VTIMEZONE) block as well as a time zone identifier (TZID) in each entry (see here or here)
]]>