1138 comments found.
For the past few days, the calendar hasn’t been loading events since I enabled lazy loading. Now that I’ve disabled it, it only loads events from the previous month. The site was built with Elementor and GeneratePress; there haven’t been any issues so far, and everything is up to date.
I tested it with all plugins disabled and using the default template, but the display is still incorrect.
Why isn’t it loading events from the previous and next months???
Hello,
Is this happening only with the Monthly Calendar style or with any schedule style? If it is happening only with the calendar style, most likely there is a script conflict and you should check for errors in page. If it is happening with any style, it might be related to the maximum years settings, which you can increase at Classes > Settings > Advanced > Maximum Years. All the best.
It only appears in the monthly calendar, and it’s still there even when I turn off all other plugins…
The vue-resource.min.js:7 script fails, if I’m not mistaken, because the URL is too long: Request-URI Too Long The length of the requested URL exceeds the capacity limit for this server.
Additionally, a 400 Bad Request error occurred while attempting to use an ErrorDocument to handle the request.
Are you using many taxonomies like location, type or instructor? Are all of them checked in the schedule builder? Judging from the error, your platform is not able to handle so many taxonomies. Please test setting the schedule to display fewer events/taxonomies and let us know how it goes. All the best.
What is the current version of the plugin? The release notes on the author’s website are out of date.
Hello,
The current version of the plugin is Events Schedule 2.7.2. All the best.
I got the following with WordPress 6.9 Fatal error: method_exists(): Argument #1 ($object_or_class) must be of type object|string, bool given in class.event.class.php on line 334
The condition order causes method_exists() to receive false when wc_get_order() fails.
In /classes/class.event.class.php around line 334, i changed:
if( ! is_wp_error( $order ) && method_exists( $order, ‘get_items’ ) && ! empty( $order ) && ! is_null( $order ) && $order !== false ) :
To:
if( $order && ! is_wp_error( $order ) && method_exists( $order, ‘get_items’ ) ) :
Which for now restored the site.
Hello,
Thank you for letting us know about this issue. Please make sure you are running the current version of the plugin, Events Schedule 2.7.2. We will test this on our internal platform and, if it is the case, address this with a plugin update. All the best.
Current Wordpress version is 6.9 and I noticed that your software version goes up to 6.4. I notice i can’t click things like “Choose Contents” when editing Schedule Builder anymore, is this why?
Hello,
We are not aware of such a conflict between current WP version and current Events Schedule version, so please make sure you are running version 2.7.2. If you are encountering this conflict with current plugin version, please open a ticket on our support platform and we will investigate this further. All the best.
Pre-purchase question. Does this plugin have the functionality to direct people from the event to an external link? I want to display the events on my website but direct users to an external website like Eventbrite, Ticketmaster etc etc
Hello,
Yes, you can add an action button to each event and assign a custom URL to each button. The button is directly displayed in the schedule for the Plain List or Weekly Tabs styles and in the modal window or single event page for the other styles. All the best.
I am looking for the ability to create a list of holidays, attach a image to each holiday in the list , then at the scheduled time post that image in a widget. Any chance thats possible within the framework of your plugin?
Hello,
If I understand this right, you wish to display just one event, the current holiday. It is possible to set a schedule to display just the next one event and you can use a style like Plain List, which displays images directly in the schedule and multi-day events. Still, if while there is no active holiday you wish to not display any event, then you would need a line of CSS to hide not started events. All the best.
Hello!
A quick question: Our customer would like to be able to enter his appointments himself. However, he’s completely overwhelmed with the administration. Is there a way to limit the appointment view to just the appointment entry for a specific WP user?
Thanks and best regards, Michael
Hi Michael,
I am not sure I understand your question correctly. There is no option to create manual bookings from the admin side, all booking can be created only through WooCommerce form. If you want to limit access for users, you can use a membership plugin for this. All the best.
Hi!
Thank you very much for your answer. 
My question wasn’t about bookings, but rather about editing previously created appointments (changing/adding event dates, possibly changing times). I create the event – he adds / changed the date or time.
Since our customer is overwhelmed by the process but still wants to do it themselves, I’m looking for a simple solution. In other areas, for example, I can create ACF fields that are easy for the customer to understand. I’m looking for such a solution in your plugin. Basically, everything is hidden except the field for entering the appointment.
I hope I’ve made myself somewhat clear now. Thanks a lot!
So this is a question about events, not bookings, I understand now. If they are able to work with a CSV file import, this could be a simple solution to make changes. If the client is not technical and you want to keep it as simple as possible then a membership plugin is the best solution. You will need a tool that allows you to restrict a user access to selected custom fields of a custom post and it should work fine. All the best.
Unfortunately I can’t create an official support request, so I’ll do it here.
The current version 2.62. no longer works on any server. The error message always appears “There was a critical error on your website.”
I have set different PHP versions, that’s not the problem. WordPress and everything else is up to date.
Is there anything known? If so, what can we do for the customer?
many thanks in advance
sorry I mean version 2.7.1 
Hello,
Please let us know if you still encounter the issue in the current version, we added a fix to avoid such conflicts. All the best.
Thank you for the information. It is working perfectly again.
Last update was more than a year ago. Is this plugin still in active development. At least a security update at every major WP release…
Hello,
We do have a scheduled update very soon, but security should not be a concern for plugins such as ours, just because a new version was not released after WP version update. Conflicts or other issues can appear, but otherwise an older version will work fine with current WP and PHP versions. All the best.
Is it possible to automatically batch create events? I’d like to have an hourly seminar Monday through Friday.
Hello,
You can use a dedicated plugin to import events through CSV. They are a custom type of post so it will work fine with any plugin that can handle WP posts import. All the best.
Hello
How do I eliminate the first-click window enlargement in Masonry Grid? I want the event information window to pop up immediately after the first click. Without enlarging the thumbnail, because it disrupts the entire visual layout of the module. Thanks
Hello,
You can use a line of CSS to make the grid open with one click. It is actually in our documentation FAQ, question 27: https://curlythemes.com/support/docs/events-schedule-wp-plugin/#faq If this does not help, please open a ticket on our support platform. All the best.
Thank you. It helped. Regards 
Hi!
I’ve made a translation of a website with WPML. Strangely, the translation of the shortcode results (via schedule builder) is working – but only after the 2nd click or refresh of the page. The effects the plain list as well as the events carousel.
Any idea?
There are no caching plugins running on the website.
Thanks in advance and blessed Easter days!
Hello,
I am not sure I understand the issue exactly, but when translating with WPML you should duplicate the schedule for each language and just change the labels. If this does not help, please open a ticket with more info. All the best.
Hi!
The thing is that the translation works – but it is only shown after a refresh of the page. After the first click on the language switcher you see the wrong language – if you click once again (or refresh the browser), everything is correct.
This should be related to the way WPML handles the schedule script. It is not our recommended way to translate schedules and it might cause this kind of issues or prevent you from translating 100% of the strings. We recommend duplicating schedules for different languages. All the best.
Hello!
Maybe I don’t understand the procedure correctly. I think I did it exactly as you described it.
I copied the events (in German). Then I switched to English in the backend and selected the lessons translated into English by WPML.
That seems to be working – otherwise, they wouldn’t be displayed when I refresh the page.
I just deactivated all plugins except WPML-related and Events Schedule and switched to a standard WP theme. The error still persists.
I’m really at my wit’s end.
Kind regards
You need to duplicate the schedule. Say you are using [wcs-schedule id=1] right now. You duplicate the schedule and get [wcs-schedule id=2] with the exact same settings. You translate all the labels in the new schedule and translate in page the shortcode [wcs-schedule id=1] with [wcs-schedule id=2] shortcode. All the best.
HI!
For some reason, I can no longer edit appointments in the backend because “schedule classes” has disappeared from the sidebar of all appointments.
I would be extremely grateful for any help!
I found just out, that one click on down arrow move the widget from the sidebar to the middle. In so far: problem solved. 
Your plugin has not been updated since May 1, 2024.
Should I support it? Why don’t you develop the plugin to be compatible with modern systems?
I have many errors, but when I look at the update date of the plugin, there is no new update.
Hello,
We are not aware of any conflict with current WP or PHP versions. If you encountered any, please use a pre sale form to submit it as a bug report and we will investigate. All the best.
pre-sale questions: 1) What does the extended license mean? 2) I have a theater, normally we have 6 different shows on the week, that have different datetimes. So i am looking for a grid that displays the different shows, and inside them you can pick the different days and time where it is presented. Is this possible?
So looks like this: https://demo.curlythemes.com/timetable-wordpress-plugin/events-with-booking/ but the events are grouped. In this particular demo, the events should only be: beginner tango, intermediate tango, and advance tango.
Or maybe i can show them as Woo products, and inside them i can show the different dates available?
3) How can i manage the tax on each event? Are they related to a woo product?
Hello,
The extended license is for developing a commercial software product using the plugin, you need a regular license. We do not have a separate display for all the repeating instances of a particular event. You would need to create a separate schedule for each show. Our booking integration is through WooCommerce, from the moment the ticket is added in the cart everything is default WooCommerce functionalities. All the best.
Thank you for your reply.
I have follow up questions:
If I have a tango class, I crate the event and upload photos and description. I can set the class to be repeated each Monday and Wednesday for the next 3 months?
Or I have to create 12 separated events?
Yes, you can set a class to be daily repeatable and select which days and then set a last repeat date. You will only need to duplicate it if you want to change the starting time. All the best.
Thank you again. One last question.
1) So if an event is held, let’s say, 3 times in the same day on different times, i will have to create 3 events/schedules, right? 2) How do i link a schedule to a woo product? Is it a product type? I am wondering about the tax options, that are displayed in the General tab. I have seen other event plugins disappear that product data tab, so i cannot change the tax settings. Can you share a photo of a product linked to an event/schedule, but from the admin side?
Yes, if the event repeats with different starting times then you will need to duplicate it. Each event is linked individually to a product, using the WooCommerce Tickets tab. You can see how it works in the dedicated documentation chapter: https://curlythemes.com/support/docs/events-schedule-wp-plugin/#booking There are screenshots as well. Changing the product type from simple to our schedule ticket does indeed hide some options like tax, but the selection is still registered in the database, so you can set these options while on simple product then change the type to ticket and it should work fine. All the best.
Is it possible to open the event in a new window ?
Hello,
The events can open a description in a modal window or in a single event page, with target self. If you want to use the single event page with target new, you will need to make the change in the template file of the schedule, through child theme. All the best.
its support any themes ?
Hello,
Yes, the plugin should work fine with any premium theme, through shortcodes. All the best.
Hi, I submitted a support ticket email a few days ago but ive had no response, please can you look into this and get back to me?
Hello,
Please use this form: https://my.curlythemes.com/ to submit a support ticket, this is the only way to access our dedicated support. All the best.
Hi Thanks for getting back to me. It’s asking me to pay to extend my support but I’m reporting an error of the plugin and I don’t feel it’s right to pay for this privilege.
If you wish to send a bug report, please use the pre sale form and try to mention as many details as possible, so we can try to replicate the behaviour on our testing platform. If it is the case, we will add a fix with a plugin update. All the best.
Hi Team How I can remove the time (00:00) from the classes that last a whole day or several days, or eliminate for any event or class you want? Its not possible to remove the time of an event in any way. Thanks for your help!
I use the “plain list” view.
Hello,
The starting time is a default display, but you can hide it through CSS. In your Custom CSS field in the Customizer, you can add:
.wcs-class .wcs-class__time-duration > span:first-child{ display: none; }
This will hide the starting time in the Plain List for your events. It is also possible to hide it just for events with a particular type, this will allow you to choose which events do not have a starting time by assigning that Class Type CSS class.
All the best.
Thank a lot Team, works flawlessly! Thank you very much for your help, even though we are no longer in the support period.
I understand my support has ended but wanted to ask a quick question to see if I can get this resolved. Once a multi-day event has began can it then be hidden from the list? My understanding is it is hidden once the final date has been reached? Basically dont want people to book once an event has started.
Hello,
Yes, by default the event will disappear from the schedule once it is finished. It is possible to use a line of CSS to hide started events, as they have a particular CSS class: wcs-class- started. This will look good for a style like Plain List, which allows you to hide the whole container. So a CSS like this: .wcs-timetable list .wcs-class -started { display: none } should work fine. If you are not able to see the CSS line due to comment field rules, you can find it here: https://pastebin.com/477aVe9Y All the best.
Thank you. This is exactly what I need. Just one more question. Where abouts do I add the class?
You can add this CSS line in your Additional CSS field in the Customizer or the dedicated field of your theme. Your builder might also have a custom CSS field for each page. All the best.