Code

Discussion on Events Shortcodes & Block Pro For The Events Calendar

Discussion on Events Shortcodes & Block Pro For The Events Calendar

Cart 3,235 sales
Recently Updated

CoolPlugins supports this item

Supported

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

415 comments found.

Hi, is it possible to use another date format? For example Y. F d. ? Our website language setup is Hungarian, but the plugin doesn’t follow it in case of the date format. Thank you very much.

Hello There,

Thanks for making the changes.

Could you please share screenshots of the changes where you applied Y F d and changed the date format of the shortcode from default to custom, as shown earlier? Also, please include the output you are currently getting. This will help us better understand why the output is still not appearing as expected. Secondly, you can use both cropped and uncropped images. The template automatically picks the image size according to the design.

If you still facing issue please let me know.

Thanks & Regards,

Hi, I modified the date formats and the shortcode exactly where you suggested, and the result: március 17.-10:00 – 11:00 It would be also great to preserve the squared images in this module, but these are cropped in case of some large screen sizes. Thank you very much for the help.

Hello there,

It seems that the date format might still not be appearing exactly as expected in the Y F d format. To help you with this more effectively, we kindly recommend contacting us through our support portal: https://my.coolplugins.net/account/support-tickets/

Our team will be happy to review it there and assist with making the necessary adjustments for you.

Secondly, regarding the images, could you please share a screenshot and let us know which layout and style you are currently using? This will help us better understand the situation. If it aligns with the layout and style you are using, we may also be able to provide custom css of using square images (1:1 ratio).

Please note that the template automatically adjusts the image size according to the design, so depending on the layout and screen size, some cropping may occur.

Thank you.

Hey there. My client’s website says that 4.1.3 is the latest version, but when I download the latest version from you on here, it says 4.0.1. How do I get the 4.1.3 version?

Hi there,

Please download the plugin again and install the latest version.

After updating, kindly check on your site and let me know if you are still seeing the older version of the plugin.

Thanks & Regards,

Thank you!

Hello, For editors, I have to grant them the “manage options” permission, otherwise they won’t have access to the interface with the message “You do not have permission to access this page.”. I have version 3.5.0. Do you know what to do to fix this, please?

this message is clearly due to this plugin (it’s ok when deactivated)

solved in 3.5.1.

CP_Support Author Team

Thanks for the update!

Hello, Long time ago, I bought this plugin. Events Shortcodes in my envato account is still version 3.2.1 from 20 november 2024. The plugin hasn’t been updated and it’s breaking the site with cache problem. Meanwhile, there is version 3.3, 3.4 et 3.5. Can you update this plugin on my or your envato or themeforest account ? See changelog now version 3.5.0 from 22 August 2025. You need to correct the last update date which is not 21 November 2024 but 22 August 2025. Thanks, Regards, Delvasse

OK it’s fixed ! With the license key after a while, the update went through. Thanks Envato. Delvasse

CP_Support Author Team

That’s great to hear! I’m glad the update went through successfully with the license key.

dave217

dave217 Purchased

Hello. Great plugin! I’m interested in using the date-filter=”today” option, but it seems to be running on Universal time, not Local time. What’s the best way to fix this, so that the daily events refresh at midnight, and not 5pm? (I am in UTC-7 timezone) Thank you!

CP_Support Author Team

Hi There,

Sorry for the inconvenience. As you mentioned, your events are not refreshing at midnight. Please set your website time zone to UTC-7 https://prnt.sc/g0Xbpd1bk4if and make sure the events time zone is also the same. This should ensure that your events refresh at midnight. If you face any further issues, feel free to contact our support team https://coolplugins.net/support/.

Thanks & Regards

Hi,

We use the plugin here: https://klauzalhaz.hu/

The general concept of the theme enables to use 4:3 fixed aspect ratio for the images, which is great to cut the images only ones and know the fixed, right result, without half / cutted faces etc.

Please be so kind and let me know, how can I setup also for the Event carousel module? Because currently, based on the screen sizes, the images are cutted and the result sometime is very wrong.

A wrote also emai 9 days ago, but I didn’t received answer until today,

Thank you very much for the help and for the great plugin!

BR, Andrea Hugyak

Hi,

Apologies for the delay in response. We checked and noticed that your previous email was unfortunately filtered into our spam folder, which is why we missed it. We’re very sorry for the inconvenience this may have caused. Regarding your question about images in the Event Carousel module — to adjust the image display and avoid incorrect cropping based on screen size, you can try applying the following CSS:

.ect-carousel-event.style-4 .ect-carousel-image img { object-fit: cover; width: 100%; height: 100%; object-fit: initial; /* min-height: 250px; */ }

This CSS helps control the image sizing and fitting behavior in the carousel layout. You can add this CSS under Events Addons > Shortcode Settings > Extra Settings > Custom CSS. https://prnt.sc/sOms9Uwbb0lo

Please let us know if you need any further assistance with this or anything else — we’re happy to help. Best regards

Miniuk

Miniuk Purchased

Hello. Something bad is happening. The plugin stopped working. Past events are not displayed, only future ones (TheGem theme). I spent a lot of time looking for the problem. I installed the old version of the plugin from the archive – it works fine. What is happening and what should I do? Support has ended, and the new version of the plugin has a problem?

Hi There,

Please share your WordPress admin access with our support team so we can check and resolve the issue on your end.

https://my.coolplugins.net/account/support-tickets/

Thank you.

Hi, I use the calendar shortcode, but it shos only the last monts events, however, we have a lot of future events. ac116e7b-77bd-4202-8bdf-4261b50fc494 Please be so kind and help to fix the issue. [ect-calendar-layout date-format=”M D” show-category-filter=”true” limit=”70”] Everything are up to date on the website, it is still under construction, but I can send login details Thank you. KR, Andrea Hugyák

Hi there,

Sorry for the late reply. Please share your WordPress admin access with our support team so we can check and resolve the issue on your end.

https://my.coolplugins.net/account/support-tickets/

Thank you.

Good day. My support has ended and the client does not want to pay for the extension, sorry. I want to report a bug, maybe it exists. Please take a look. - Masonry in Elementor when you click the sort button lines up in one column (https://club.cfo.by/meroprijatija-kluba-cfo/). If this is a problem only with my site – sorry for the inconvenience.

Hi there,

Good day, and thank you for reaching out.

We understand that your support period has ended and that your client does not wish to renew the extension. However, we appreciate you taking the time to report this potential issue. Regarding the Masonry layout collapsing into a single column after filtering the events, please try adding the following code to the `ect-masonry.js` file (located at `assets/js/ect-masonry.js`) around line number 118:

$masonryContainer.find('.grid-sizer').removeClass('grid-sizer');
$masonryContainer.find('.ect-grid-event:visible').first().addClass('grid-sizer');

This adjustment should help the layout refresh properly after sorting. You can also refer to the screenshot here for better understanding:

https://prnt.sc/ObsuWc7a8puO

Thanks again for pointing this out, and sorry for any inconvenience caused.

Thanks & Regards

Hi, I didn’t find in the documentation, where can I setup the style of the shortcodes. It seems, the default includes a lot or rounded corners etc. but I need squared style and I wouldn’t like to remove these manually with custom css. Thank you very much.

Hi

We understand your requirements and appreciate your feedback.

Sorry for the inconvenience, but currently, the plugin does not support these features. We will pass these feature requests to our developer team and might integrate them in future updates.

For further queries, please contact our premium support platform, and we’d be happy to assist you further.

https://my.coolplugins.net/account/support-tickets/

Hi, okay, just please complete the open issue here. I added the days to the events, as tags, so I can filter for days, based on the tags. My only question is, that how can I limit in the shortcode the recurring events and show from these only one example? I mean, currently the shortcode lists for example all of the Monday events, but also all of the recurring events, which is very disturbing and result very long list. Thank you very much.

Hi

We understand your requirements.

But currently, to show the recurring events in limit is not possible in our plugin. We will pass this feature request to our developer team and might integrate this in future updates.

For further queries, please contact our premium support platform, and we’d be happy to assist you further.

https://my.coolplugins.net/account/support-tickets/

Hi, thanks for the excellent plugin! However I can’t get start_date/end_date to work with the year setting. “YY-MM-DD” shows nothing, and if I remove year it shows last year only. I’ve tried “YYYY-MM-DD”, “MM-DD-YYYY”, “MM-DD-YY” but it won’t work correctly. Any ideas?

Timezone: Oslo

Date format: d/m/Y

Last code tested (which shows 2025 instead of 2023): [events-calendar-templates template=”minimal-list” style=”style-1” start_date=”01-01-23” end_date=”31-12-23”]

I can give you login if you like.

Hi there,

Sorry for the Sorry for the inconvenience,

Please try [events-calendar-templates template=”minimal-list” style=”style-1” start_date=”2023-01-01” end_date=”2023-12-31”] shortcode, if it also does not work at your end please share the temporary wp-admin access for your site at our support system.

https://my.coolplugins.net/account/support-tickets/

I solved it. Looks like I had to add time=”past” to the code. Thanks for getting back to me.

Will this plugin work on Elementor?

Hi there,

You can use shortcode widget in Elementor to add our plugin shortcode to show your events on any post or page if you are using Events Shortcode Pro. But if you are Elementor user, you can purchase our Elementor Addon name Events Widgets Pro. For more details, please checkout the plugin page – https://eventscalendaraddons.com/plugin/events-widgets-pro/

Thanks & Regards

I’m feeling very confused. This seems like a totally different plugin than I bought. I just tried to upgrade it on one of my client sites, and it crashed the website. Both my clients with this plugin show version 2.4.4, but I don’t even see that version in your ChangeLog. Also, the name of this plugin that I purchased and that is on their websites is “Events Shortcodes For The Events Calendar”. It doesn’t say “Block Pro.” Can you tell me what’s going on? How am I going to update this plugin?

I figured it out. I didn’t realize that was the non-pro version.

I have a problem whith your plug in on https://foyer-rural-aussonne.fr

Hi there,

Could you please let us know what issue are you facing at your end? Would be great if you can share the screen recording of the issue that would help us know the exact issue you are facing.

Regards

I have a licence code e28f36f0-93ff-4ef3-bd98-c46f17ab6f72 that was installed on my previous website. This domain is now migrated to another one. Can you please help me deactivate from dubaicalendar.me?

Hi there,

I sincerely apologize for the delay in responding to your support request from four months ago regarding the deactivation of your license code e28f36f0-93ff-4ef3-bd98-c46f17ab6f72 from your previous domain, dubaicalendar.me.

We would be happy to assist you with this issue. Could you please confirm if you still need help with deactivating the license from the old domain and transferring it to your new domain? If you have any additional details or requirements, please let us know, and we will ensure your request is handled promptly.

Hope this helps.

Yes please deactivate from dubaicalendar.me

Hi there,

We have updated your license key status to free. You can easily add it to your new website.

Also, you can deactivate it and then add it to another domain in future. For more reference, read out our plugin documentation. https://eventscalendaraddons.com/docs/events-shortcodes-pro/activate-plugin-license/

Hope this helps.

Hi,

Is it possible to have both events category filters and The Events Calendar bar to search for events and locations ? Thanks

Hi there,

Sorry for the inconvenience. But the current version of our plugin doesn’t work with The Events Calendar search bar.

This is a great plugin! Will the plugin continue to work after one year or does the license need to be renewed every year to keep working?

Hi there,

After one year, plugin will be working at your end but will not get any new updates.

You have to renew the license to get latest plugin updates compatible with the latest versions of WordPress and to use the premium support feature.

Hope this helps.

Hi, pre sale question,

Is it working with free version of The Events Calendar ? I mean, can i acheive the layout of your demo without buying The Events Calendar PRO ? Thanks a lot. Regards

Hi there,

Our plugin works with The Event Calendar (Free Version). You don’t need to buy the Pro version for The Event Calendar plugin.

Thanks & Regards

Thanks for the reply Regards

You are welcome :)

PRE SALES: Does this give us the ability to completley customize frontend view of events using Elementor? i.e, is there a short code for every field?

Hi there,

Thanks for showing interest in our plugin. With this plugin you can easily show events using shortcode by choosing the settings as per your need. If you wish to design your style as per your requirement and using Elementor, you can also check our another add on plugin Events Widgets Pro https://eventscalendaraddons.com/plugin/events-widgets-pro/

Thankyou

Pre-purchase question. I am using the standard version and it’s fine. But i notice I am unable to change font colors on the forms. Is that something I will be able to do in the Pro version? Basically, if I purchase t e pro version of this plugin, will I be able to change font colors?

Hi there,

Which forms are you referring here? Our plugin doesn’t shows or create any forms it gives you the different designs to showcase your events beautifully on the posts or pages.

Could you please share any screenshot or video or link of the website that can help us know better what exactly you are trying to achieve.

Thankyou

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