2754 comments found.
Hello!
One question, my client is asking if there’s a way to add a second category filter to the calendar or tags. I see there’s the option to select more categories, but I need something distinct like categories and tags.
I see there’s a featured option which is a kind of second category feature, a feedback by you would be helpful. Thanks!
Hi,
I believe I’ve wrote a custom code for this before.
With this code you can use the event’s keywords as tags.
Code:
// Stec mod
// Places keywords value below event title
add_action('wp_footer', function() {
?>
<script type="text/javascript">
(function ($) {
if (typeof $.stecExtend !== 'function') {
return;
}
$.stecExtend(function (m) {
m.$instance.on('stecBeforeReturnEventPreviewHtml', function (e, data) {
// Color settings
var backgroundColor = '#ed1c23';
var textColor = '#fff';
var event = data.event;
var $preview = $(data.temp.EventPreviewHtml);
var keywords = event.keywords ? event.keywords.split(',') : false;
var extraHtml = [];
var extraCSS = [];
if (!keywords) {
return;
}
extraCSS.push('padding: 3px 6px');
extraCSS.push('border-radius: 3px');
extraCSS.push('display:inline-block');
extraCSS.push('margin:2px 5px 0 0');
extraCSS.push('font-size: 10px');
extraCSS.push('text-transform: uppercase');
extraCSS.push('color: ' + textColor);
extraCSS.push('background: ' + backgroundColor);
extraCSS = extraCSS.join(';');
extraHtml.push('<div>');
$.each(keywords, function () {
extraHtml.push('<span style="' + extraCSS + '">' + this + '</span>');
});
extraHtml.push('</div>');
$(extraHtml.join('')).insertAfter($preview.find('.stec-layout-event-preview-left-text-title'));
data.temp.EventPreviewHtml = $preview.get(0).outerHTML;
});
}, 'onAddToEventsPool');
})(window.jQuery);
</script>
<?php
});
hello, thanks! I will be happy to try this, should I copy/past this in my functions.php theme?
Yes, in your theme or child-theme functions.php file
thanks again. My last question: is it possible to add different categories for different calendars? ex: calendar 1- cat xyz,abc • calendar 2 – cat efg,hij
Categories are globally available for all calendars.
However, the category won’t be visible on the front-end (in the top menu filters) if no events from selected calendar use it.
Hello there. Version 3.2.2 breaks the (Divi) theme, no error to display but it doesn’t show anything (blank). Roll-back to version 3.2.1 solves this issue. With kind regards.
Hi,
We’re investigating the cause of the crash and will fix it as soon as possible.
Hi there, it’s no crash and there’s no error – it simple doesn’t display anything. No stress, take your time
. Thanks in advance and with kind regards.
One more question … is there a way to add a (custom) field to the RSVP model window like age or something else ? Thanks in advance and with kind regards.
Hi there, never mind my last question – I found your article for custom fields in RSVP (https://stachethemes.ticksy.com/article/16037/)
.
Hello, I am considering this plugin but does your plugin provide privacy information(GDPR). What data does it collect from visitors and also when a customer register , how can I provide information about what I do with their data “email adress, name, etc…” and how can I get their consent before they submit their registrations. Thank you
Hi,
By default the calendar doesn’t collect user data unless the user allow it (e.g. request event remind or rsvp to an event)
If the calendar’s GDPR option is turned on they will receive an email requesting their consent with “accept” link.
The consent email template can be edited from the admin (Dashboard -> STEC -> General -> E-mail notifcations)
Well my point is that before submiting any personel data such as email on rsvp or booking form… shouldn’t it be a consent tick box in the form before the user receive the email. a consent checkbox to the bottom of your booking event submission forms. this must be checked for users to proceed with submitting their data.I am concerned because I live in europe and I need to make sure that I am GDPR compliant with the form.
hello , no answer. Shall i take this as negative answer?
Sorry for the late response.
I’ll look into this. Currently the reminder and rsvp make use of double-opt-in proccess but don’t have checkboxes. These features can be turned off from the settings if you’re concerned. I’ll make sure to include the checkboxes for these two features this week.
The event submission form uses check box and your ToS above.
Booking is handled by WooCommerce so you should check your plugin settings (WooCommerce -> Settings -> Accounts & Privacy)
I need help for PRIVATE TICKET #2650031. It has been a day, so I had to highlight here as well. Thanks.
v3.2.2 has broken my theme and plugins.
We’ve just uploaded fix for this (version 3.2.3). It should be available within an hour.
No one is looking at my ticket. It has been 4-5 days.
Sorry for the delay I’ll take a look now.
Hello , I have some pre sale questions:
I have used the stachethemes event calendar wp events demo
1/When I try to set the booking tickets to my event , it did work but only once. Whenever I’d come back to the event, the booking section has gone. How comes ? I have to reset a brand new event to see it applied.
2/Also I have managed to set multi-day Event , with 4 different sessions at 4 different dates . Can I set for any session a specific price for the booking ticket? In my case, my client want to set an event of 4 sessions. He wants either way the user to pay the first session at a cheaper price (like a trial) or to pay the full event in integrality made of 4 sessions.
3/Is there any possibility to just pay a deposit for the event ?
4/ Is there any video to show how to set the payment when a user pay a ticket entrance for the event. Do I have to use only woocommerce plugin or woocommerce booking plugin which is very expensive.
Many thanks
Hi,
1) The booking section does not show up if the event has already started or is expired.
Could you set up an event with a ticket on our demo at https://stachethemes.com/wp-demos/tbb/ to check it out?
2) No. You will have to duplicate the event and add ticket with different price.
3, 4) Tickets and Products are processed entirely through WooCommerce. The way the customer pays at the end depends on your WooCommerce settings.
The WooCommerce Bookings plugin is not required.
Thank you for your answer, so I have set an event with a ticket . The event is called “test Laura event 2”. it was working I could see the checkout option but then, when I tried different settings to play around and updated the event , the checkout option disappeared. There is no possibility to make it appear back. I don’t see what can cause that. I had to create two “test Laura event” to replicate and test. It would behave the same.
The problem was you’ve set the ticket to require user role “Shop Manager”.
The option “Require user role” means who can purchase this ticket. Leave the option blank to allow everybody to purchase the ticket.
Yes indeed, I eventually found out. Many thanks 
This plugin seems to be the right one for the need of my client but I have few others questions hoping you can respond:
1/When a customer buy a ticket from an event , how can this be synchronised with the new attendee rsvp list, wouldn’t the rsvp list be updated when a customer buy a ticket ? At the moment it seems that these two functionalities work separately and aren’t linked, are they ? I’m trying to make sense of the rsvp functionality.
2/I have set a test calendar #129381 under which I have created an event Atelier parents #129382 . I have set the event ticket booking so that it can only take up to 6 booking. Once we reach the 6 booking tickets, I don’t see the « sold out » comment. How can we set the « sold out » mention.
3/How does work the remind email , say I’d like to send an email reminder about the event to the people who buy a ticket or are attending 24hrs before. How can we do this.
Thanks a lot Kind regards
1/ The RSVP and Tickets are not synchronized. They are two different features.
Initially the event author had to invite attendees manually. The RSVP option allows anyone to be added to the attendance list automatically without the administrator having to invite them.
2/ I’ll take a look at the function and will fix it.
3/ By default the users will have to request a remind themselves.
The feature you want can be achieved via a wp filter:
add_action('stec_after_book_order_completed', function($order, $event, $event_offset) {
$date_time = new \DateTime();
$date_time->setTimezone(new \DateTimeZone($event->get_timezone()));
$date_time->setTimestamp($event->get_start_date('U', $event_offset));
$date_time->sub(new \DateInterval("PT86400S"));
\Stachethemes\Stec\Reminder::set($event->get_id(), $event_offset, $order->get_billing_email(), $date_time->format('Y-m-d H:i:s'));
}, 10, 3);
This filter will register remind request for the event when the order is marked as completed.
2/ ok thanks a lot. Let me know please
It should be fixed now. You can give it a try on our admin demo.
Thanks a lot! Do you know if I can customise the rsvp form attendee with mandatory addional fields and also on the booking forms? Other than that your plugin is great, I will introduce it to my client. Kind regards
It’s possible to add extra fields to the rsvp.
Here’s article with code example:
https://stachethemes.ticksy.com/article/16037/The booking form however is not customizable.
What extra fields you need for the booking?
I would need to add a mandatory checkbox with terms & conditions on rsvp and the booking form.
We’ll add checkbox for the rsvp and the reminder this week.
As for the booking – check your WooCommerce -> Settings -> Accounts & Privacy tab.
many thanks
Last question I believe and then my client will make up his mind . So we find it great to be able to put details of an event schedule. In our case , it will be multiple days events at different times . Is it possible to display this on the sidebar widget upcoming events minimalist (details of the dates and times)? And also can a registrant decide to unsuscribe to an event once he booked? if so how? many thanks
Here’s link to the widget sidebar:
https://stachethemes.com/wp-demos/the-calendar/widget/Schedule data is not included in the widget.
I believe once woocommerce purchase is complete you will have to contact the shop owner to cancel the purchase.
Can you guys please enable Google Recaptcha V3?
I’ve added your request to my todo list.
Hi Guys, another quick query: On the front-end, it seems that the individual events listed under “Agenda” view is no longer ‘active’. So one can’t click on it to expand and the icons are also inactive. Under the “Month” view, when clicked on a specific date and events appear, then everything is active and works fine. Please advise how to activate under “Agenda” view.
Hi,
May I take a look at your front-end? This isn’t normal behaviour.
You can open ticket at https://stachethemes.ticksy.com/
Hello, I would like to know how to extend or override templates into my theme.
Thank you.
Can you answer the question? Please
Hi,
Which template you want to override?
view/front/tabs/intro.php
And how can I get the event object in this template?
Please help – it is very slow (UX) – https://exec-edu.ro/calendar/
Hi,
First go to STEC -> General -> Misc and check if you see the option “Events per request”. The default value is 500. If you don’t see this option disable and enable the calendar from Dashboard -> Plugins to refresh its settings.
Additionally you can try to turn off “Ajax Events” option from General -> Misc tab.
Thank you 
Hi, could You reset my actvation domain. I’ve build my new site on new domain and i want use stachethemes calendar 
Hi,
Please send me your puchase key to stachethemes@gmail.com
I’ve send it 
Activation has been reset.
Problem resolved!
Thank You very much.
Hi, I’m using the [stec_submit_form] short-code to embed an event submission form on the website front-end. However, for non-logged-in users, no calendar entries are being displayed under the “Select Calendar” dropdown, so the form cannot be submitted with an “Please select an item in the list” warning. Can you please advise how to get around this for non-logged-in users? Thanks
Also, is there a way to hide some of the optional fields in the event submission form? We’d like to reduce the number of visible fields.
Hi,
In your calendar add / edit page make sure “Who can add events from the front-end” setting is set to “Anyone”.
If you have elementor builder installed you can create your own form from STEC -> Builder option.
If you don’t have elementor you can override the default form by creating file “stec-submit-form.php” in your theme/child-theme folder.
You can use the default form as a template. The file is located in “stachethemes_event_calendar\view\front\forms\default-submit-form.php”
Great, thanks
do you have any front end version only in pure js/vue/react of this plugin?
No, WP only.
I love this plugin and would like to know if it can be used for a theatre directory. We currently have over 40 theatres which have multiple listings.
Is there a way to say “Theatre Name” instead of “Event”
Hi,
You can alter the calendar text strings to whatever you want via gettext editor or plugins like Loco Translate.
You could give the admin demo a try and see if it suits your needs:
Admin demo url:
https://stachethemes.com/wp-demos/tbb/wp-admin/user/pass: demo / demo
Front-end: https://stachethemes.com/wp-demos/tbb/
Hello Stachethemes,
How are you?
can you let me know why our Import to google calendar not working?
Please check here – https://prnt.sc/vw00ds
Please let me know how i’m fix this.
waiting for your quick response.
Thanks
Hi,
Could you provide me with link to the event’s single page to test the import?
Hi, how can i create a custom form to register my event participants?
Hi, I’ve just sent you the code.
thanks
Do you plan to add custom field or category field in locations ? I want to use this field in my filter
Hi,
We don’t have such plans at the moment.
Hi,
1. Is there a Page/function to view the RSVP’d of users? I want to a page for my logged-in users link “My RSVP’d Events”.
2. I have buddypress installed. Is it possible to post the rsvp’d event on user activity.
Thank you
Hi,
You can check the users rsvp statuses in the Admin -> Edit Event -> Attendance tab -> Manage Attendees
Additionally you could export the attendance list to CSV file.
Zhivko THANK YOU I LOVE YOUR PLUGIN !!!!
Thank you very much!
thanks for the new release, buddypress integrated !!!! I am hoping next time waiting list :=)
Waiting list will come in future update. It’s in the todo list.
Hello, I need to generate a PDF certificate to each participant in my online events, seminars (webinars).
This is a PDF example of the certificate. https://seminternacionalstartups.see.com.br/AGATHA-SOUSA-SANTOS.pdf https://seminternacionalstartups.see.com.br/cert_demo.jpg Is it possible to have this feature on my Wordpress/Elementor/Woocommerce website?
Thank you very much! Best Regards.
Hi,
Is this certificate sent by email?
Do you have a tool, perhaps some php library that generates these certificates?
The calendar don’t have built-in function to generate pdfs but if you have other way to generate them then it would be possible to automatically sent them after RSVP or WooCommerce order completion.
Hello,
The document needs to be available after the event. We are checking, but it is possible that we will use the Gravity Form to generate the PDF.
Thank you.
I guess it is possible but you will have to create cron job that will check regularly if the event is expired.
If you know how to generate your pdfs via php I could help you with the calendar code.