Code

Discussion on Stachethemes Event Calendar - WordPress Events Calendar Plugin

Discussion on Stachethemes Event Calendar - WordPress Events Calendar Plugin

Cart 6,886 sales
Recently Updated

Stachethemes supports this item

Supported

This author's response time can be up to 2 business days.

2765 comments found.

Any update with selection o variable products from events?

We’re currently integrating the Elementor builder into the calendar.

After this update we’ll take a look at the shop section and variable products.

The elementor update is nearly complete… will take few more days.

Hi any update on that matter, I’ve seen elementor in the last 3.1.6 version. But I haven’t found any documentation about how to work with bookable products and Variable products.

Sorry, it’s not ready yet. We’ve had to edit the map view. We’re starting to work on this now.

Hi, How can we customize the email sent to those who purchase tickets. I dont see that option in (General>email notifications) 

Also, I know woo commerce handles the ticket sales but is there a way to show all of the people who have purchased a ticket to a specific event in a single list view with export options?

Hi,

Order emails can be edited via WooCommerce -> Settings -> Emails tab.

At the moment Orders info can be seen only via WooCommerce -> Orders.

We’ll be updating the shop section after we release the elementor update and I’ll see if we can add admin page that tracks orders by events.

I have the following message : ”License activator encountered an error. Make sure your purchased key is not activated somewhere else”... how to fix this?

Hi,

Send me your activation key to stachethemes@gmail.com

virtual online events
How can I add something like Zoom as a location? Currently locations all required an address. Online events are big now…what’s a work around?

The only workaround at the moment is to include your location information in the description field.

stec_event single page. tell me how to do like blog article use SEO plugin setting SEO. if can .thank you

or stec_event single page can become blog article? thank you again

Event’s single pages are custom post types “stec_event”. They contain a lot of meta data and I don’t think they could be easily converted to normal blog posts.

Why would you need to do that?

If you need this for SEO you could include the custom posts “stec_event” to your sitemap xml data.

thanks your advice . i will try

Does this plugin have a front end user dashboard where users can create/edit events and see all their joined events, upcoming events, event created, and ticket purchased, etc?

Hi,

At the moment users can only create and edit events on the front-end via the event submission form.

There’s no front-end dashboard.

Hi, i have a pre-purchase question. It is possible to have a dashboard for the users that only displays their tickets that they bought or book? I don’t want that all users could see all the tickets, only the ones that they bought.

Hi,

Ticket purchases and orders are processed via WooCommerce.

To display current user orders use the shortcode:

[woocommerce_my_account order_count="-1"]

Why in our site is not displayed the “Export to ICS file” ? hcstore.org/eventos.

Where do I set this up?

Go to Dashboard -> St. Event Calendar -> General -> “Allow export event from front-end”

There are still some issues with the ticket count max. Ticket nr #2466465 Please respond ASAP. As booking sare coming in and the max. of people are being doubled.

How can I send the ICS or ICalendar invite to the users email when confirmed a RSVP?

RSVP requests / invitations are only for the calendar plugin. You can’t sync rsvp requests between other calendars.

Hi,

I’m using the Calendar view and was wondering how to remove the color background behind the text. I can’t find where this attribute is being controlled. I also am confused as to why it doesn’t span the entire length of the text, but only a few words.

I tried using CSS and background-color: transparent; but that didn’t work. The green background in this image is what I’m referring to:

Thank you for your help!

Try this CSS:

.stec-layout-week-daycell-event,
.stec-layout-month-daycell-event {
  background: none !important;
}

Perfect! Thank you so much!

How can I send a reservation request to sync with Google or Microsoft calendar to users that have RSVP an event?

Sorry, RSVP requests can’t be synced at the moment.

Why after some time all the email notifications that I edit the template, go back to default message overriding my template???

What version is the calendar?

Which template is being overidden?

Can you provide any steps that can reproduce the problem?

Im using last version. the overriden template is the confirmation email sent. I cant reproduce the problem for myself. It works fine for some time and suddenly after a few days the template is reset.

Is the version you’re using fresh install or it was update from older one?

How can I minify the JS scripts? It makes about 92 request of JS, increasing website loading time. If I use a combining JS/cache plugin, the website is not loaded fine.

1) Wp Media and Wp Editor are adding a lot of extra javascript files.

These are used for the event submission form on the front-end.

If you don’t use this form open file

wp-content\plugins\stachethemes_event_calendar\shortcodes\stachethemes_ec.php

and on lines 235 and 236 comment

//    wp_enqueue_media();
//    wp_enqueue_editor();

2) You can try the assets comperssion option in Dashboard -> St. Event Calendar -> Cache -> Assets Comperssion.

When is the reminder email sent? how many days/hours before event starts? How can I change that reminder time?

The user sets how many hours/days/weeks before the event to receive the remind in the reminder popup.

Hi,

Very nice plugin! However, when I add an image through the Events Introduction tab, my images are strangely cropped and don’t appear correctly (e.g., too large, blurry) when viewing the event with the calendar layout. Can you tell me if there’s a recommended format size for images that are added this way? I searched but couldn’t find any size recommendations for images.

Thanks for your help!

David Coleman

Can i download future updates without renewing my license?

Du you offers addons?

May i give customers the possibility to pay more if they want to?

May i sell bookings via papal AND serve PDF-invoices for without using woocommerce?

Thank you for your infos from Berlin, Germany

Hi,

Updates don’t require renewing support or license.

All new features are included in the calendar. At the moment there’s no plans to charge for extra features.

WooCommerce is required.

Hi,

Adding attendees under the Attendance tab in the Admin, my client would like to have ‘Existing user’ and ‘Attending’ as the default values. Is there a way to change these defaults?

So far I’ve managed to change them in the attendance.php (stachethemes_event_calendar\view\admin\events\tabs\attendance) together with the icons belonging to the different states in the main.js (.../stachethemes_event_calendar/assets/js/admin).

But there are still some issues I haven’t been able to resolve myself…

Could you give me a little push in the right direction?

High regards!

How can I add a HTML designed email to email confirmation sent to user after RSVP?

I tried that and didnt worked. I attached html template and the HTML is sent as code and not converted to HTML when email is sent.

can you help me with this?

Sorry, there’s a typo. The correct code is:

add_filter('stec_wp_mail_headers', function(){
    return array('Content-Type: text/html; charset=UTF-8');
});

How can I hide the guest or registered users list tab on RSVP form?

Open your theme or child-theme functions.php file and add following filter:

add_filter('stec_event_tabs', function($tabs) {
    unset($tabs[4]);
    return $tabs;
});

Are you sure its correct? I received fatal error.

Yes, make sure the code is not outside PHP closing tag ?>

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