Okay

Public Tickets

intel Prevent guest to change/edit en event they didn't created.Closed   Stachethemes Event Calendar   Updated June 15, 2021 at 1:31pm   6 Most recent comment from Zhivko Bozhilov:This filter will allow only event authors to edit their own events. add_filter('stec_user_can_edit_event', function($default, $event) {          // prevent non logged in users to edit ... Dan Gaiser multiple email addresses (Cc) for rsvpClosed   Stachethemes Event Calendar   Updated June 11, 2021 at 12:34pm   2 Most recent comment from Zhivko Bozhilov:Hi,Yes, via headers filter in your theme/child-theme functions.php file.Example: add_filter('stec_wp_mail_headers', function() {     $headers   = [];    $headers[] = 'Cc: copy_to_ ... javiercastilloc hide field when adding events from front endClosed   Stachethemes Event Calendar   Updated June 10, 2021 at 12:42pm   4 Most recent comment from Zhivko Bozhilov:I've attached a modified file of the default submit form.Unzip the file and place it in your theme or child-theme main folder.This way it will override the default calendar submit form. javiercastilloc translations of textsClosed   Stachethemes Event Calendar   Updated June 7, 2021 at 5:03pm   2 Most recent comment from Zhivko Bozhilov:Hi,There should be no problem translating the calendar with Loco Translate plugin.The new version feature will affect the dynamic content of the calendar like the events.Currently, translating the dyn ... Dan Gaiser Integrate iCalendar RRULE Repeater Options (BETA) in Event SubmissionClosed   Stachethemes Event Calendar   Updated June 4, 2021 at 4:10pm   4 Most recent comment from Zhivko Bozhilov:Hi Dan,We don't want to rush it. The code is being rewritten from scratch so it will take a couple of months. Hellomarketingnl counter doesnt workClosed   Stachethemes Event Calendar   Updated June 2, 2021 at 5:30pm   2 Most recent comment from Zhivko Bozhilov:Hi,Is the order set as "completed" ?Have you edited the ticket after customers purchased the ticket? Emelia Remove Image from Grid ViewClosed   Stachethemes Event Calendar   Updated May 31, 2021 at 3:46pm   2 Most recent comment from Zhivko Bozhilov:Hi,Open your theme or child-theme functions.php file and apply following filter: add_filter('stec_event_get_front_data', function($data) {        $data['images'] = [];    $d ... colorcoder Changing the Hover TextClosed   Stachethemes Event Calendar   Updated May 31, 2021 at 3:11pm   13 Most recent comment from Zhivko Bozhilov:1) Place following code in your theme or child-theme functions.php file: add_action('wp_footer', function() {    if ( !wp_script_is('stec-js') ) {        return;    }    ... Emma Display Featured Event first in listClosed   Stachethemes Event Calendar   Updated May 31, 2021 at 1:56pm   3 Most recent comment from Zhivko Bozhilov:As an alternative you could display featured only events in second calendar like so: [stachethemes_ec featured_only=1 view=boxgrid] Emma Placeholder for imagesClosed   Stachethemes Event Calendar   Updated May 27, 2021 at 3:42pm   2 Most recent comment from Zhivko Bozhilov:Hi,Yes, via filter.Open your theme or child-theme functions.php file and place following hook: add_action('wp_footer', function() { if ( !wp_script_is('stec-js') ) { re ... Wolfram von Gagern incorrect date formatsClosed   Stachethemes Event Calendar   Updated May 21, 2021 at 1:13pm   5 Most recent comment from Wolfram von Gagern:Thank you! mel8twelve Display By MonthClosed   Stachethemes Event Calendar   Updated May 21, 2021 at 9:07am   2 Most recent comment from Zhivko Bozhilov:Hi,Sorry for the late reply.Unfortunately, the option requires year to be set. February have different amount of days depending on the year and without year it will most likely produce bugs. Dan Gaiser RSVP Form cut off and limitedClosed   Stachethemes Event Calendar   Updated May 19, 2021 at 5:20pm   5 Most recent comment from Zhivko Bozhilov:Hi Dan,I don't think this is achievable at the moment. I think you should have to turn on/off the rsvp manually for this period of time. Teeterpal Event tickets stop purchasesClosed   Stachethemes Event Calendar   Updated May 19, 2021 at 4:06pm   2 Most recent comment from Zhivko Bozhilov:Hi,Sorry for the late reply.Unfortunately, this is not possible for tickets at the moment. However, the shop section does not have this limitation. You could create your ticket as a Wordpress product ... cloudjl Google Map APIClosed   Stachethemes Event Calendar   Updated May 19, 2021 at 12:36pm   3 Most recent comment from cloudjl:Thank you! That worked after putting in decimal coordinates. :)