Hello
I want to show on the calendar the 2025 year when the page opens and generally show the years 2019-2025.
I did this but the calendar 2025 is blank page when I open the page. The previous button goes to 2024 and the next button to 2019, that is correct.
The problem is that the current year’s calendar is empty.
I did this:
Includes/Total-Soft-Calendar-Widget.php. Find code in line 11598:
var count = 7
jQuery(document).ready(function () {
var calendars = document.querySelectorAll(".fyc-calendar-row");
for (var i = 0; i < calendars.length; i++) { if (i >= 72 && i < 84) {
continue;
}
calendars[i].style.display = "none"
}
});
function nextCal() {
var calendars = document.querySelectorAll(".fyc-calendar-row");
count++;
if (count == 8) {
count = 1;
}
for (var i = 0; i < calendars.length; i++) {
calendars[i].style.display = "none"
}
for (var i = 12 * (count - 1); i < 12 * count; i++) {
calendars[i].style.display = "inline-block"
}
}
Am I doing something wrong? Please let me know.
Thank you, Yiota
]]>The default view of the yearly calendar shows 2024, instead to jump to the actual Year.
]]>If you insert a recurrent event that starts, for example in 1980 (birthday) it doesn’t show up in the calender. (Month view)
]]>Hello.
When you create a Yearly calendar, if you set recurrent events, it crashes the whole website.
I purchased the personal pro version of the event calendar and did not receive a download link or attachment in my email to download this full version of the plugin. How do I get this plugin that I paid for?
]]>Hi,
My site’s error_log file is growing by 100,000 lines per day (20MB each day) with the same 5 errors, shown below.
(I only noticed when the site ran out of disk space and the error log was over 4G !)
===========
[25-Oct-2024 16:59:12 UTC] PHP Warning: Attempt to read property “state_province” on null in /home/xxxxxxxx/public_html/wordpress/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 27
[25-Oct-2024 16:59:12 UTC] PHP Warning: Attempt to read property “state” on null in /home/xxxxxxxx/public_html/wordpress/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 27
[25-Oct-2024 16:59:12 UTC] PHP Warning: Attempt to read property “province” on null in /home/xxxxxxxx/public_html/wordpress/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 27
[25-Oct-2024 16:59:12 UTC] PHP Warning: Attempt to read property “address” on null in /home/xxxxxxxx/public_html/wordpress/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 28
[25-Oct-2024 16:59:12 UTC] PHP Warning: Attempt to read property “address” on null in /home/xxxxxxxx/public_html/wordpress/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 28
[25-Oct-2024 16:59:12 UTC] PHP Warning: Attempt to read property “post_title” on null in /home/xxxxxxxx/public_html/wordpress/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 32
==
I’m running the latest WP and plugin versions.
Can you advise what the problem would be?
Thanks,
Sal.
]]>Hi, I have inserted the calendar into page header.php but it is shown with almost zero height.
Screenshot: https://ibb.co/0Mj5ZWQ
]]>My Holiday Calendar was working as usual until 2 weeks ago. It shows up in the Elementor editor but not on the live site. How do i get the calendar to show up again
]]>Password to the page is ‘calendar’.
After selecting an event how do I exit that event to then look at the calendar again?
]]>When viewing my calendar in any mode other than desktop, the date and title of the event run together. There is no way to separate them into two lines even though they are two different settings with different font sizes and colors. Why is this and how can it be corrected?
Second, would you please make the general calendar width option capable of being set in % as well as or instead of pixels so that it resizes for different size browser windows (and thus becomes responsive)? If I set mine small enough for a sidebar in a larger browser window, it has too much space around it in a smaller laptop browser window.
Thank you!
If you need login credentials to see my page, please contact me. I have temporary ones set up.
]]>The calendar layout gets thrown off for any months that have events. It seemingly stretches to fit the full title of the event. This started to occur the last time we updated the plugin and cannot seem to find any settings that would allow it to either cut the title off or wrap it to fit within the grid.
Any help would be greatly appreciated!
Calendar in Question
* August is an example where there are no events so the calendar looks fine
* The view for October & November causes the layout to stretch and is not usable.
Good afternoon. So far, your plug in works. I can add a title and even include a featured pic, which the calender will show, however, if in the description, I make a word that will link to a site or article, it doesn’t work. If you can help me out with this, I will purchase.
Thank you
]]>Hello,
I paid for the personal plan over a week ago and I have not received any follow up instructions on how to install the paid version of the plugin. I have also sent two requests via the website and haven’t received any response.
Thank you for your time.
Best,
Jake
]]>Hi,
We use the Events Calendar on our writing resources site to list upcoming creative writing competitions: https://newwriters.org.uk/writing-competitions-list/.
I wondered if there’s an uncomplicated way for us to pin our own competition to the top of the listings. It’s already featured and sticky in the month view, but can I make it appear at the top even in other months?
Many thanks,
David
Hello. I liked your plugin. But I don’t know how to add videos to events. Please, help.
]]>I’m wondering why the events are no longer appearing on our calendar. We updated the plugin yesterday and after than all events disappeared but they are still in the Events Manager and the code on the page still appears to be pulling in the right calendar. Any ideas?
https://ridgewoodhistoricalsociety.org/event-calendar/
Hi, I purchased Event Calendar Developer, how do I get the updates?
]]>Is it possible to make translations for the view in the web (Month names, Week names)? The Admin interface ein English is OK for me.
Is it possible to add Bi-weekly recurring time? (every 2nd week the same weekday)
]]>Hello,
We have in europe legal issue with data security and connections to google font service.
Is it possible to host the fonts for the Calendar on our own server and choose the local font under Calendar Edit ? Or maybe any other solution available for that ?
Thanks
Bernd
]]>When and how do I recive the product ?
]]>Hello,
the calendar is in the month of April and showing the days of January. So I have to run the dates until April. How do you show only the dates in the current month? Calendar in use is Timeline 1
]]>I am not sure what happened, but the calendar is no longer showing up at all on my page. I have been using this calendar for at least two years and not sure what is going on.
]]>My calendar is hosted on a WordPress.com site (very bottom of linked page). The header which displays the days of the week does not respond to the width of days with events. Is there a way to align the two, or even to manage the event days to take up less space?
Thanks!
]]>The entry for this plugin on www.ads-software.com leads one to think support for recurring events is included in the free version. But, when you enter an event the Recurring Time section shows (pro) in green after the title. You can select something, like weekly, but the event shows as every day up to the ending date. Editing the recurring event has the Recurring Time section back to none. Care to explain?
]]>how can i make it so all fields are even height and width?
]]>Hi the plugin idea is great, but when you update the color is refusing and stays on the old.
]]>The link on your website for a User Guide doesn’t work. How do I find the correct shortcode to insert my Event Calendar into my Calendar page?
]]>I am running plugin version 1.5.7, WordPress 6.4.3 and am now finding that when I create a new event the option to add media is not working. It takes one off to the media library and I can select an image but it does not load it into the field. This has been working recently for earlier events but is no longer working. If I go to an earlier event and click the red cross beside the media link it will clear it but not allow me to add a different media image.
I am using the free version of the plugin for the moment
Thanks and regards
]]>Hello
I want to show on the calendar the 2024 year when the page opens and generally show the years 2019-2024.
I did this but the calendar is blank when I open the page. The previous button goes to 2023 and the next button to 2019, that is correct.
The problem is that the current year’s calendar is empty.
I did this:
Includes/Total-Soft-Calendar-Widget.php. Find code in line 11600
var count = 6
line 11604
if (i >= 60 && i < 72) {
Thank you in advance.
]]>