Hi,
The demos on your website display 4 different list layouts. However, on the latest version 2.4.4 of the plugin I see only styles 1, 2 and 3. Where is style 4?
Thanks in advance.
Best,
Daniele
Hi, I have been using event shortcodes for the events calender and it has been working quite well. but there is one issue. I have recurring events in my “event calender” and for that one, it is appearing on the event shortcode multiple times. For example, my event starts from today and it has recurring event option chosen for daily so it is appearing on event shortcode multiple times like this:
11.3.2025, 12.3.2025, 13.3.2025, 14.3.2025, 15.5.2025
So I only want that recurring event to display only once per day. so if it is 11.3.2025, i want the shortcode to display only for today. how can I achieve that? It is really important because I have set the limit to 10 to display and it is not displaying other event anymore. It is pretty urgent so please assist me on this issue. Thank you!!
Hello, I ran in to a problem with this plugin. When upgrading from PHP 8.3 to 8.4, the plugin causes a memory allocation error:
[28-Feb-2025 16:02:14 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2822 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:04:26 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2822 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:04:29 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2822 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:04:31 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2822 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:04:33 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2822 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:04:41 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2822 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:04:43 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2822 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:06:03 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2822 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:08:26 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2687 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:08:42 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 864 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:08:55 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2687 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:09:16 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2687 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:10:35 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 864 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:13:16 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 1041 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:13:58 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 1041 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:14:19 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 1041 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:14:34 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 1059 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:14:59 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2746 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:19:55 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 882 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:20:07 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2725 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
Adjusting php memory limits does not fix the error. Downgrading to PHP 8.3 does fix the issue.
Can you take a look at the error with 8.4? Thanks!
]]>We have some events that are recurring i.e. one session in the morning, and one in the afternoon. We also have events that are happening on several days in succession i.e. 20th Jan 6pm – 8pm, and 21st Jan 6pm – 8pm, and 22nd Jan 6pm – 8pm. Can these events be grouped into one event?
]]>Hello! ??
I made a small change directly in the plugin file, specifically the list.php file (located template-events-calendar/templates/list). The change works as I expected, but of course it is not protected against plugin updates. Can I put this file in a child theme? I tried different paths, but none of them works. Is this possible?
]]>Hi
We’ve been picking up lots of PHP warnings regarding “ect-class-vc.php” with versions 2.4.3 and 2.4.4 (line 26). Can you please add some protection when accessing $term->name and $term->slug, maybe like this?
if( is_array( $term ) && !array_key_exists( 'name', $term ) ) {
// ...
} else {
$ect_categories[$term->name] = $term->slug;
}
We’re having to patch this at our end for now to keep the error-log size manageable.
Thanks
]]>Is there a way with CSS to put the read more button after the event date in the mobile view?
]]>Hi,
I would like to see the start date and end date for multi-day events in the List Layout Style 1, not just the start date. Also in the second column. Is that possible.
Best regrads Martina
]]>The ability to include categories is great, but is there a way to exclude categories? Essentially I need one a specific category to not list, but having to list all the categories I do want and having to constantly update that list as new categories come into play seems counter productive. Really hoping this is possible, but I don’t see it in the documentation. Thanks!
]]>Hiya, i am looking for a way to remove that “Read More ?” from the text.
How can we fix that?
]]>Hello,
I have a problem with my calendar:
Past events are displayed on my website.
But not wen im connected in admin, it’s visible only in the public version.
I have the April events that are still displayed!
see : https://empower-yourself.today/calendrier/
How can I fix the problem?
—————————————————————————————————————————-
WordPress version6.5.3Permalink Structurehttps://empower-yourself.today/%postname%/Your homepage displayspageHomepage page ID38986 (Accueil 2)PHP version8.2.19PHP
ServerApacheSAPIfpm-fcgiPlugins
Network Plugins-MU Plugins-ThemeDivi Community Child ThemeMultisite-Views V2 StatusActivéCustom Tables Migration StatusIncompleteCustom Tables Health CheckGood!Settings
WP TimezoneEurope/BrusselsWP GMT Offset2Default PHP TimezoneUTCWP Date FormatY-m-dWP Time FormatG\hiWeek Starts On1Common Library Dir/home/clients/d258c2bcfbbebdbca6ed14e8c4ad60ba/Cedric/wp-content/plugins/event-tickets/common/src/TribeCommon Library Version5.2.7
]]>Is there a way to use this with the default pages from TEC? I am using the Filter Bar addon for TEC and would like the list view to use the styles/templates from this plugin.
]]>Please let me know how I can change the Venue background colour. I’ve tried looking in the settings but can’t seem to find it.
]]>Do you have a link to a previous version prior to 2.4? These new updates visually do not work and I would like to revert back to a prior version of the plugin.
]]>Hi Google search console is complaining of missing field “start date” and “location” on all the events on the page.
I am running Events Shortcodes Pro
Hi, I would kindly need the js and css references to use them in a minify so as to exclude them from compression and prevent the plugin from not working thanks. I use speed optimizer and now I also write to them because no css or js appears that refers to your plugin in the drop-down menu that they offer us
]]>Hello!
I want to use shortcuts with the option featured-only=”true” to show only promote events: https://www.screenpresso.com/=SS6Be
But all events are shown: https://www.screenpresso.com/=Oq6ic
Can I fix it? Thanks ??
]]>When I’m creating events, some of them are out of chronological order or sometimes don’t even appear in the list. I’ve tried creating from scratch, duplicating an already published event, but I can’t get them all in order. Has anyone experienced this and managed to resolve it?
They are in order by month but out of order by day.
Thanks!!
]]>How can we change font styles? The General Settings tab settings seem to have no effect. For example, I changed the font size of “Event Title Styles”, but there was no change.
Also, there are no settings for “Style-1”, “Style-2”, etc, although you can specify that in the shortcode.
]]>Hello i’m using “Events Shortcodes For The Events Calendar” i need the PRO version in order to display the monthly calendar view shortcode?
]]>Hello,
would it be possible to handle multi-day events in your shortcode?
Currently it displays only the start date.
Example of multi-day event:
Event starts on 1st January and ends on 29th February
Current behavior:
Only start date is displayed
Expected behavior:
Both start date and end date are displayed
How to view the end of the event?
]]>I’m running a WP site with an Events Calendar. We’re not using any featured images for our calendar events, and use timeline-view style-3 to display.
Please share CSS so I can hide the generic events image you started including in this view, and then to reduce the size of the box to account for the missing image. Or add a shortcode option to deactivate in a future version, please.
]]>Hello Events Shortcode.
After your last big update the style of the events list has changes dramatically. I would like to get the old design back.
Is there anyway you could provide me with the code for the old style3?
Best regards
Kristen
]]>Calendar is all messed up and looks terrible after the last update. A major step backwards.
]]>Hi, I’m not a premium but I need just one piece of information, I use a plugin on my site to minimize css and javascript, unfortunately I didn’t find a reference or reference address of the css and javascript of your plugin in your guides, would you be so kind to give them to me so I can tell the ,imify plugin to leave the css and scripts alone?
]]>Hi there,
We recently purchased the pro version and were hoping to select Grid Layout Style 2, but there is only Style 1 for all layouts.
What was the point of buying the pro version in the first place if there are no layouts to select from?
We thought that the pro version would come with all 8 layouts for all styles.
]]>Hello,
I’m using the Events Shortcodes For The Events Calendar plugin.
I’m using the following shortcode to show 50 past events, but it only shows 10.
What to do ?
[events-calendar-templates category="all" template="default"
style="style-1" date_format="default" start_date="" end_date=""
limit="50" order="DESC" hide-venue="no" socialshare="no" time="past"]
Kind regards,
Adrien
]]>Unfortunately, the 3.0 update (pro) breaks design in style 1:
– how do I reset the rounded eges?
– entries in the same row now differ in height, which makes the layout awkward. Ho to fix that?
Hello,
I get this error with WP_debug enabled on PHP 8.1.23:
Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in #######\plugins\template-events-calendar\includes\ect-tinycolor\Color.php on line 459