Code

Discussion on Events Schedule - WordPress Events Calendar Plugin

Discussion on Events Schedule - WordPress Events Calendar Plugin

Cart 9,325 sales

CurlyThemes supports this item

Supported

This author's response time can be up to 1 business day.

1138 comments found.

Is it compatible with divi. I am looking to integrate with woocommerce immediately, but needed in the future.

Hello,

Yes, the plugin works fine with Divi. Our booking integration is through WooCommerce, but you can choose not to use it. All the best.

Thanks that works, in this case do i need to use the divi code block and paste the short code there?

You can add the shortcode however you like, either in a divi block or directly in the page. It will work in any section which supports shortcodes. All the best.

Hi,

is it possible to display the year on the plain list ?

Thx

Hello,

The year is not displayed by default, but it would need just a small change in the list-plain.php file, to add it in the date format. We have a dedicated chapter in our documentation where we explain how you can make such a change: http://docs.curlythemes.com/weekly-class-schedule/#developers-documentation All the best.

It seems like the plugin is stripping the HTML tags from the excerpt. We have an tag in the excerpt section but it is not showing in the frontend. Can we fix this?

Hello,

We are using the default WP excerpt field, it does allow URLs but it doest not support all content. If you are not able to display what you need, you can try a workaround by creating a custom field with ACF for this. All the best.

i have installed the latest version of this plugin but it is not working well and showing critical error message.

Hello,

Please open a ticket on our support platform with WP login info for your dashboard and we will investigate the source of the conflict. All the best.

only admin can create event and publish it or user also create event and publish it by admin approval process?

Hello,

The events are custom posts, so they can be created by any WP user who has the rights to create posts. Still, they can be created only from the admin backend, we do not have frontend submission. All the best.

Hi, There is any reasons why when using VPN nothing is displayed other than “Nothing to Show Message” and the filters for “Plain List” and the other styles? I tried multiple VPNs, with and without settings, multiple devices and browsers…the content is not displayed. Thanks.

You can disregard this message. It was a issue with other plugin. Best Regards.

Hi. I know my support expired, but maybe you can help. How to display only 2 days when using “Show Past Events” in “Plain List” mode? Load More option is not displayed. I would like to have the events for the current day and the past day with the option for users to click “Load More” to see the past days. Thank You.

Hello,

The load more option is only for future events and increments with the number of days, in the future, you have selected in the How many day to show box. Also, for past events you need to select a starting date in the Show Past Event date picker. So, this is not a display you can have with Plain List, you could create a separate schedule with a past events archive. The Weekly Schedule style with navigation would allow you to have current day and past day events and a button to go further back, but this style displays 7 days. All the best.

Thanks for the reply. There is any possibility i could modify the code in order to have at least a fixed number of past events? Best Regards.

It is possible, but you will need to enlist the help of a professional developer to adjust the “how many events to show” functionality or the how many days to show one to go backwards. All the best.

How to edit single course page? Can I use Visual Composer to modify the layout ?

Hello,

Yes, you can use your builder to create content for the single event page, just like for a regular WP post. If the builder is not available, please check the builder settings to make sure it is enabled for our custom post type. Please note that the modal window does not support scripts and advanced content, so you might need to use the single event page instead.

You can export the events just like regular WP posts. A CSV import/export plugin would allow you to export the events and edit the data with a tool like Excel.

All the best.

Oh, my client doesn’t want this way, Can I request refund?

You can request a refund from Envato, as they deal with all payments. If you can tell us how your client wants it to work, we can let you know the solutions available. All the best.

Where is the most recent and up-to-date changelog?

I found a few of them, and they are not in sync, and none is up to ver. 2.5.22.

E.g.:
Plugin site: Events Schedule 2.5.14
Documentation: Events Schedule 2.5.14 (November 8, 2019)
PDF that comes with latest plugin download: Weekly Class Schedule 2.0 (March 23, 2017)

Hello,

The documentation on our site is up to date, but we add change log only when there are actual changes for the users. The recent updates have been only minor bug fixes. As for your second question, the plugin should avoid loading unnecessary files, but you can try activating Lazy Load at Classes > Settings > Advanced or using an optimization or minifying plugin. All the best.

Hi, we tried activating Lazy Load and it’s the same.

Minification (like with W3TC) will still embed the code on pages where it’s not needed.

We would like to remove it on all pages where it is not needed.

Solution can also include code editing. Like setting some parameter on the relevant pages or calling e.g. remove_action(‘admin_enqueue_scripts’, ...);

We’ve sent a reply to your support ticket. All the best.

The plugin is including it’s CSS also on pages that do not contain any Events Schedule items (calendar, ...).

That adds up to additional and unneeded 5 CSS/requests and 154 kB.

How could we prevent the plugin from spilling out those CSS on the pages that it does nothing to do on them?

Kind regards.

Presale question: Can a Visitor /or company /or business /or event manager create an event ? (button ADD EVENT in the top of the event list page)

Or this is only possible by the Admin ?

Thanks

Hello,

The events can not be submitted through front end, they can be created only in backend, by an admin or user who has the rights to create posts. All the best.

Presale question: is it possible to change the popup button and to go directly to the single page of the event?

Hello,

Yes, you can disable the modal window in the schedule builder and it will be replaced with the single event page. All the best.

do you have integration with Veezi?

Hello,

We are not familiar with this solution, but the events allow an action button which you can use to send to a custom URL. If you open a ticket on our support platform with more details about how you wish to integrate it, we can let you know the solutions available. All the best.

can I integrate your plugin with a Membership plugin such as ARMEMBERS? Some events should be Free for our registered members but paid for non-members. Possible?

Hello,

Our booking integration through WooCommerce uses default functionalities from the moment the ticket is added in the cart. So, if the discount for your members is added in the cart / checkout stage, then it should work fine. A credits system through a WooCommerce add-on which would replace the price might also work. It will not work with just a membership plugin, through WP users, the discounts need to be added in the checkout stage. All the best.

Hi, I’ve tried a few event calendars, and this is one of the best. Yet, I have a few concerns. I didn’t use this one for a while and my subscription expired, but the questions are related with plugin functionality rather than problems. Could you please advise: Why did you remove images (e.g., classes image) visibility from mobile phone in e.g., plain list? Are you planning to move Map details (Map Latitude and Longitude) under Locations property, instead under Classes? Currently, it is not logical. Events Carousel and Cover style are not working with my Porto theme. Hope it will work in next update. Thank you!

Hello,

The Plain List images are not displayed on small screens due to design reasons, but we can send you a line of CSS from support to display them on all screens. Currently the coordinates are assigned to the class, we considered it would offer more flexibility, especially when assigning multiple locations. We are working on a simpler solution, to assign map to location while keeping the same flexibility. As for the conflict with the Porto theme, we do not have similar complains on support, so we would need to investigate this on your platform. All the best.

Hello,

Thank you for your prompt answer. In the meantime, I was able to resolve Carousel issue. It is related to jQuery option in Porto Speed Optimize Wizard. CSS for display I would appreciate. Many successes in your work, best regards.

Hello,

When using the ‘repeat daily’ (on for example, a monday) It seems that the start date is automatically set to the beginning of the month for the class (so the first monday of that month). Even when the start day is halfway through the month. The only way to fix this is to manually cancel previous classes. Can you tell me how to do this correctly?

Thank you

Hello,

The repeat daily option with only Monday selected should generate new classes every Monday, just like the repeat weekly option would work. From your description, the plugin is not working correctly on your platform. Please make sure you are using the current version of the plugin. If you open a ticket on our support platform with WP login info for your dashboard, we can investigate this further. All the best.

okay thanks, I’ve sent a support request

Hi, may I know if this plugin is compatible with buddypress?

Hello,

The events are a custom type of post and WP users with the Editor role are able to create the events, just like regular posts. I am not sure how you wish to use our plugin with BuddyPress, but it should work fine since we are using default WP functionalities. All the best.

Hi!

I’m really impressed with the new version of this plugin. I’ve been wanting to get it for some time now, but before I do I’d like to ask some questions:

1 – Is it possible to filter the events by date in frontend?
2 – How is the date displayed when an event goes on for more than 1 day?
3 – Is there a way I can automatically import the events from a different site, using an API or so?

Thanks in advance!

Hello,

We do not have a filter by date, only by time of the day and day of the week. You can see how multi-day events are displayed in this demo schedule: https://demo.curlythemes.com/timetable-wordpress-plugin/multiday-events-schedule/ Multi-day events can be displayed only in Plain List, Carousel and Masonry Grid styles.

Since our events are custom posts, you can import them through CSV, with a dedicated plugin. Of course, if you are converting from a different source, they will need to be prepared in the CSV file according to our custom fields. You can see all the fields of the post in the Class Object chapter of our dedicated developers documentation: http://curlythemes.com/support/docs/events-schedule-wp-plugin/#developers-documentation

All the best.

Hello,

I’ve been getting a red warning when I try to create and save a “Classes” files. I have updated the plugin to the latest version Version 2.5.22 as you suggest me and also the Wordpress platform is up to date. But the problem persist.

The message says: “Update has failed. The response is not a valid JSON response”. I need support to solve the issue.

The most serious thing is that on 1 page of my website the plugin does not correctly filter the “Class Type” that I have selected from the “Schedule Builder”. I have tried everything, and without success. But nevertheless in other pages it works correctly.

Please I hope you can consider this message. Many thanks!

Hello,

There are multiple possible causes for a “not a valid JSON response” error. It could be related to a conflict with another plugin or the theme, an SSL certificate issue or a conflict with local settings. Since it affects the filters script as well, it could be an API conflict. If you open a ticket on our support platform with WP login info for your dashboard, we can investigate this further. Still, it would be a good idea to contact your server admin first, as there is a good chance they will be able to help. All the best.

Hello, Is it possible to increase the length of the text in the excerpt class? Or is it possible to consider an option to choose the number of characters in the schedule builders? Sincerely

Hello,

The excerpt length is customizable through the default WP Excerpt field of each class. If you do not use the field, the schedule will pull a standard excerpt, but otherwise it will display exactly what you add in the field. All the best.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey