2757 comments found.
Hi! This seems to fit with my needs! Do you have some template to suggest for this plugin?
Hi,
Most of the free and paid themes will work with the plugin.
hi, is it possible up upgrade from V3 to V5 ? I just did it and it delete all my categories and calendar, only the events are still there. Should I do step by step via V4 ? Where can I download the V4 ?
Best regards
Hi,
Version 4 was never released to the public. Essentially, we skipped one version.
Migration tool is in development that will be released by the end of the month…
Meanwhile I’d suggest you to stick with version 3.
If you don’t have it, please contact me at stachethemes@gmail.com, and I’ll send it to you.
Also, can we charge a subscription fee to event organizers who has their own sites (it says there’s multi-site ready feature) within the platform. So, only those who subscribe can have their own site and calendar. Is there a way to control that? Thanks
Hi,
Yes, you can. Let me know if you need assistance with the calendar setup.
Hi! Yes, I will need assistance for the set-up. Does this service come with the purchase? Thanks!
Also, can the subscripstion plans be based also on number of submissions/posts? Like for example a FREE plan will allow a limited number of submissions per month?
Same time, the FREE plan has no website (and it’s own calendar), but only a single page for their event.
May I also know where the public calendar and organizer’s calendar appear? Thanks
There is currently no built-in calendar option to charge for events. However, you can set in the calendar settings who can create events based on user roles. For example, you can allow only “subscribers” to add events. The user subscription process has to be done separately.
When a WordPress plugin is flagged as “multi-site ready,” it means that the plugin has been designed and tested to work effectively in a WordPress Multisite environment.
WordPress Multisite is a feature that allows you to create a network of multiple websites within a single WordPress installation. Each website in the network, also known as a “subsite,” can have its own unique domain or subdomain, content, and users.
To display the calendar you can use the [stec] shortcode, the Gutenberg block /stec or the Elementor calendar widget.
To display events from certain organizer only you can use the filter__organizer attribute.
e.g.
[stec filter__organizer=1]
where 1 is the organizer id.
Okay, so if I want non-subscribers to be able to submit FREE events, can their submissions only appear on PUBLIC Calendar (and not have their own calendar)? Non-subscriber won’t have their own group and site, too. Can that be set that users cannot create a group (but can join groups), if they’re not subscribers? Thanks
In the STEC Dashboard menu, there are two important options:
Manage terms: This controls who can create calendars, locations, categories, and more.
Manage events: This controls who can create events.
Here’s what you can do:
Set the Manage terms permissions to “administrator” and “subscribers” (or any other role for paid users). This prevents other users from creating their own calendars with events.
Set the Manage events option to “logged-in” users. This allows only logged-in users to submit events, regardless of their role. Users who cannot create terms are restricted in where they can submit their events. The permissions are further controlled by the settings of individual calendars.
To create a calendar, go to STEC, then Calendars, and click on Add New.
At the bottom of the calendar settings, there’s a “Use Permission” option. This determines who can submit events to that specific calendar.
Set it to “Logged-in users” so that only logged-in users, regardless of their role, can submit events to this calendar.
This calendar will serve as your public calendar, where everyone can submit events.
Premium users will have the ability to create their own calendars since this privilege is set in the “Manage terms” option.
You can check these settings at: https://stachethemes.com/calendar-try-before-buy/wp-admin
to clarify, is multi-site (subsites) feature different from Group pages?
Yes, it is different.
The multi-site feature allows supporting multiple separate websites within one installation, known as “subsites.” Each subsite can have its unique domain or subdomain. While they share the same core codebase and resources, they function independently, allowing various configurations and customizations per site.
how do we change the domain we want the activation to take place? when I try to activate it says “Domain does not match”
Hi, send me your purchase key to stachethemes@gmail.com
i emailed ouy, would like to get this resolved as were supposed to be live and I cant seem to get rid of it.
Your key has been reset.
that worked thank you so much
Hello… Pre-sale question: I need to know if your plugin allows you to: 1/ Search by city and possibly by radius around the city (or region) 2/ Allow organisers to create events via a form. Events would be subject to moderation. A user would have to register beforehand and be approved to become an “organiser”.
1) You can search and filter by location from the calendars top menu filters.
The current functionality of the proximity filter (events nearby) allows it to search for events that are located in proximity to the user’s current location.
2) You can grant specific roles (such as logged-in users, editors, subscribers, etc.) the ability to submit events through the front-end calendar dashboard.
Currently, moderation can only be applied when a user submits an event to a calendar that they do not own. The calendar author or super admin must approve this event. If the user submit event to their own calendar moderation is not held.
Ok thank you. But does a user can ask to register as a specific roles (create a user account and be moderate before creation ? )
Registering to your website is outside the scope of the calendar. It does not have user registration form.
ok and can a user do a proximity search starting from a town that they indicate manually (visitors sometimes search around them but are also prepared to travel and in this case they search for events around a specific town).
At the moment the proximity filter only searches for events near the user location with option to increase the radius.
Your suggestion is interesting and I will see to implement it soon.
Hi,
The feature to search for events near a certain location has been implement as of version 5.0.4
You can check it out here:
OpenStreetMap Mode https://stachethemes.com/calendar/map-view-osm/Google Maps Mode https://stachethemes.com/calendar/map-view/
Admin test: https://stachethemes.com/calendar-try-before-buy/wp-admin demo/demo
I want to show all events irrespective of month or year at once grouped by category in ascending order by date. please suggest me shortcode
You could use the Gutenberg block “Events List” ( /stec_eventslist )
or the shortcode
[stec_events_list min_date=2023-01-01 max_date=2025-01-01 order=asc limit=15 stec_cat=783]
min_date: Specifies the earliest date for events to be displayed.
max_date: Specifies the latest date for events to be displayed.
order: Sets the order in which events will be listed.
limit: Determines the maximum number of events to be shown. I don’t recommend more than 100…
stec_cat: Filters events based on category.
1. Can we create both virtual and offline events? 2. can we create single date and multi date events? 3. after event booking,, bar will generate – so organizer will scan the barcode and allow them inside event 4. only admin can create or any once can be organizer and publish events 5. any rest api support for further development 6. can i see date wise all available events in website 7. each event has unique url right?
1) When creating a new location/venue, you have the option to select either a physical or virtual type of location.
2) You can create repeated events that occur daily, weekly, monthly, or yearly. These events can be set to repeat on specific days or dates, such as the 2nd Tuesday of every month.
3) Once a ticket order is made, an admin can scan and validate it using a generated QR Code. To access the scanner, navigate to the Dashboard -> STEC -> Tickets Orders -> Scan QR Code.
4) The ability to submit events is determined by the calendar’s “Use Permissions” settings. Each calendar has its own set of permission settings.
5) The calendar operates entirely through the WordPress REST API (e.g. https://stachethemes.com/calendar/wp-json/stec/v5/events )
6) Super admins have access to all events in the Manage Events section, regardless of their permission settings.
7) Yes, each event has its own unique URL. For repeated events, the recurrence date is appended at the end of the URL to differentiate them.
You can test the admin section by visiting:
https://stachethemes.com/calendar-try-before-buy/wp-adminUsername: demo Password: demo
ok. thanks
Hello.
The event expands to the full width of the screen. When viewed on a computer, it does not look very readable. The editor has the ability to split a text into two columns and the result looks better. Question: Is it possible when viewed on a mobile device (AMP version) to make that the right column of text take a position below the left one? Currently, the text is simply shrinking in width.
If I don’t see a plugin update in WordPress, can I delete it and upload a new version?
Thank you.
Hi,
Could you please open a ticket at https://stachethemes.ticksy.com/ and provide me with a screenshot of the issue you’re referring to?
Thanks for the great support!
Hello,
thank you for the update, but I do not know more how the new plugins work. There is no documentation, so How to add a calendar to a page or article please ?
Regards.
Edit: Ok found the documentation in your web site, great. But you have to know if user use the plugins “Classic Editor” and “Classic Widgets” to not use Gutenberg, they can’t use more your plugins Stachethemes Event Calendar.
Where is not more direct shortcode to use without Gutenberg ?
Also I can’t use the calendar template, I can add elements but not to remove or erase them, drag & drop works to add them but not to remove them.
Thanks.
Edit 2: Ok I figured out why I couldn’t get the calendar template to work. The new plugins connects to fontawesome.com for icons.
Please can you disable this and use fontawesome icons without making an external connection, this is not correct with EU GDPR.
Thank you
The direct way to display the calendar is by the shortcode:
[stec]
Shortcode parameters: https://stachethemes.com/calendar/documentation/#shortcode-parameters
In your child-theme functions.php file add this filter and point to your own source:
add_filter('stec_font_awesome_source', function () {
$font_awesome_url = '';
return $font_awesome_url;
});
Thank you very much for this filter 
I’m looking how is working your new 5.0 update, it’s so great, weel done, your work is fantastic.
Please can I have the same tips filter to use my own source for TinyMCE ?
Have a great week, best regards.
The calendar is using the official TinyMCE React Component and I am not sure if it is possible but I will check what can be done.
As a last resort it is possible to turn off the rich text editor from STEC -> Settings -> Misc -> Enable TinyMCE rich text editor
When disabled the calendar will revert to plain textarea field.
Thank you again for your answers, your hard work and kindness.
I can’t use external connections for my website, due to EU GDPR and subscriber privacy.
And yes I saw, really great you thought of leaving the functionality to disable external TiniMCE.
I have this plugin for TinyMCE https://codecanyon.net/item/tinymce-bootstrap-plugin/10086522It would be great if I could link it to the calendar, but if you can find a way to use the one built into wordpresss that would be great.
Thanks a lot.
Turned out there is a way to use the internal WordPress TinyMCE js file ( wp-includes/js/tinymce/tinymce.min.js ) so I will add this as an option this week.
Okay, I’ve just updated the calendar and added this option.
Go to STEC -> Settings -> Misc -> TinyMCE Custom Script Source
and point to your custom tinymce js file.
By default the WordPress tinyMCE file is in wp-includes/js/tinymce/tinymce.min.js
e.g. https://example.com/wp-includes/js/tinymce/tinymce.min.js
Hello Stachethemes,
this is so cool, thank you very much, working perfectly and no more GDPR problems 
Best regards.
Hi, So finally 5.0 is here, a complete new version, but there is no info about the possibility to transfer events from 3.xx to 5.0. Will it work if I use export events, install new version and then import into 5.0, or is there another way to save and import previous events? .
Hi,
At the moment websites running version 3 are not encouraged to update to version 5 unless they want to start building their events anew. Migration tool will be released somewhere next month.
Great, thank you! I will wait.
Hi, is there a zoom integration for a one on one online meeting?
Hi,
Set your location to virtual and add any URL and additional details in the location details field. You can also make it private, allowing only attendees to view the information.
Hi
I do not have support but i have two licenses, before i purchase support, i just want to know how to change the domain name for the license because on the new domain is not working.
Domain does not match
Hi,
Send me your purchase keys to stachethemes@gmail.com and I will reset them for you.
Parse error: syntax error, unexpected ‘)’ in …plugins/stachethemes_event_calendar/stec.php on line 372
Can’t seem to install.
What PHP version are you running?
7.4.30
Okay, please do try following:
1) Open the file / stachethemes_event_calendar / stec.php
2) Go to line 371. You should be seeing this line:
STEC_PLUGIN_VERSION,
3) Remove the comma at the end of this line.
Let me know if the problem persists.
Nach dem Update hab ich keine Ahnung mehr wie mir die Events angezeigt werden hab vieles verducht
Hi,
At the moment, version 5 is incompatible with version 3 due to differences in the data structure. If you currently have events using version 3, I recommend reverting back to version 3 and wait for the migration tool to become available. This tool will facilitate the transition to version 5. Alternatively, you have the option to build your events from scratch if you prefer but you will have to delete your current events.
If you don’t have version 3 contact me at stachethemes@gmail.com and I will send it to you.
No, version 3 was not restarted with version 5
I installed dirkt v5 yesterday
Okay,
contact me at stachethemes@gmail.com
I will need ftp access to the server and link to the front-end page to check what’s going on.
the mail is out
elementor ??
Elementor is no longer required since the calendar has its own builder now.
There are no event images is always error
The problem is fixed. Your theme uses custom image sizes unknown to the event schema and this was preventing the data from being updated.
I am using easy social share buttons plugin, however, the plugin does not recognice post type “stec_event”, so I can´t integrate the share plugins into calendar pages.
Do you havw any suggestion / tipp?
Hi,
Sorry, I am not familiar with this plugin. Is it possible to open a ticket at https://stachethemes.ticksy.com/ and send me plugin to check it out?
What version of the calendar are you running?
It is a popular plugin and available her on codecanyon (https://codecanyon.net/item/easy-social-share-buttons-for-wordpress/6394476).
I am running version 3.3.3 of the calendar.
I realized that also other plugins do not recognize the post type !”stec_event”, so it is a bit hard to use the calendar with other plugins.
By the way: I updated to version 5 on a non-productive site and it was a mess. Calendar are gone, for events only images are shown. If someone does not look into some comments, he may run into serious problems on a live site if he updates to version 5. When will the migration toll be availabe?
The migration tool will be released next month.
Hello. Thanks for the great plugin.
If I use this short code [stachethemes_ec view=”agenda” show_views=0 show_top=0 agenda_get_n=0] then at the bottom there is an inscription “No events found”. How I can remove it?
Thanks.
Hi,
I am afraid you will have to hide it via css.
Go to Dashboard -> STEC -> Fonts & Colors -> Custom style tab and add following:
.stec-layout-agenda-noevents { display: none !important; }
Thank you.
hi, a presale question, is it possible to customize the event registration form for each event?
Hi,
The form is identical for each event.
Hi
I do not have support but i have a license, before i purchase support, i just want to know how to change the domain name for the license, the site i had this on was deactivated years ago but when i add the license key to the new site, i get the below message:
Domain does not match
Hi, I have just activated your calendar on gre…domain
Thank you
Great Plugin, just a simple question:
How to remove the Edit-Icon on the frontend calendar page (wich allows readers to suggest chances)?
Despite looking over I couldn´t find the option to disable this function!
Hello,
Please ensure that the Calendar or Event Back-end visibility option is not configured as “Public.” This setting governs the permission to edit the event and determines who has access to it.
As a last resort you can insert a hook in your theme or child-theme functions.php file which will enforce custom conditions:
/**
* Enforce user can edit event only if they can edit posts
* @param null $default if returned the plugin will respect the default conditions set in the plugin settings
* @param Event_Post $event_post event post object
*/
add_action('stec_user_can_edit_event', function($default, $event_post){
if ( current_user_can('edit_posts') ) {
return true;
}
return false;
});
Hello, Stachethemes. How are you all?
Pre-sales question: 1. Is it possible to put shortcodes in the event’s description?
I have a hostel service that opens only when we have events. I would like to create an event with your plugin and then add a hotel booking plugin shortcode to the page of the event so someone can view the event and book right away.
Thank you for your time.
Hi,
Yes, it is possible to include shortcodes in the description.
However, if your shortcodes depend on JavaScript, you will have to configure the calendar settings to open events in “Single page” mode. By doing so, the calendar will load the content directly instead of using AJAX, ensuring that the required JavaScript files are included.
Please let me know if you need any further assistance or clarification.