Public Tickets
 breakrocks
		
			
			
			resubmit eventClosed
		
		breakrocks
		
			
			
			resubmit eventClosed		
		
			 Stachethemes Event Calendar
						  Updated June 24, 2021 at 11:33pm
			  1
  Stachethemes Event Calendar
						  Updated June 24, 2021 at 11:33pm
			  1
				
				 Most recent comment from breakrocks:Hi,Can user submit some event that they submitted before.So what I mean is that if a user want to hold a event same to some early event, can he/she resubmit that event with a new time in one click?Tha ...
Most recent comment from breakrocks:Hi,Can user submit some event that they submitted before.So what I mean is that if a user want to hold a event same to some early event, can he/she resubmit that event with a new time in one click?Tha ...
		
			
	
	
		 gruppo-icat
		
			
			
			Auto remove old eventsClosed
		
		gruppo-icat
		
			
			
			Auto remove old eventsClosed		
		
			 Stachethemes Event Calendar
						  Updated June 21, 2021 at  4:14pm
			  2
  Stachethemes Event Calendar
						  Updated June 21, 2021 at  4:14pm
			  2
				
				 Most recent comment from Zhivko Bozhilov:Hi,Sorry, auto-remove feature is not included.
Most recent comment from Zhivko Bozhilov:Hi,Sorry, auto-remove feature is not included. 
		
			
	
	
		 IsaDuff633
		
			
			
			BuilderClosed
		
		IsaDuff633
		
			
			
			BuilderClosed		
		
			 Stachethemes Event Calendar
						  Updated June 21, 2021 at 12:06pm
			  2
  Stachethemes Event Calendar
						  Updated June 21, 2021 at 12:06pm
			  2
				
				 Most recent comment from Zhivko Bozhilov:Hi,The builder requires Elementor plugin to be installed.
Most recent comment from Zhivko Bozhilov:Hi,The builder requires Elementor plugin to be installed.
		
			
	
	
		 OpusProjects
		
			
			
			using custom post typesClosed
		
		OpusProjects
		
			
			
			using custom post typesClosed		
		
			 Stachethemes Event Calendar
						  Updated June 20, 2021 at 11:17am
			  1
  Stachethemes Event Calendar
						  Updated June 20, 2021 at 11:17am
			  1
				
				 Most recent comment from OpusProjects:Hi, I would like to use my own custom post type named "event", how can I integrate them inside the calendar.all so need to use custom taxonomy.and one last question, can I show the event dropdoen (af ...
Most recent comment from OpusProjects:Hi, I would like to use my own custom post type named "event", how can I integrate them inside the calendar.all so need to use custom taxonomy.and one last question, can I show the event dropdoen (af ...
		
			
	
	
		 ekalaivan
		
			
			
			Single event page templateClosed
		
		ekalaivan
		
			
			
			Single event page templateClosed		
		
			 Stachethemes Event Calendar
						  Updated June 19, 2021 at  3:55am
			  1
  Stachethemes Event Calendar
						  Updated June 19, 2021 at  3:55am
			  1
				
				 Most recent comment from ekalaivan:Hi, my event page is at http://idp.betalearnings.com/workshops/ .I'm using the Box Grid template. When I click to open the individual event, I expect the event page to look like https://stach ...
Most recent comment from ekalaivan:Hi, my event page is at http://idp.betalearnings.com/workshops/ .I'm using the Box Grid template. When I click to open the individual event, I expect the event page to look like https://stach ...
		
			
	
	
		 breakrocks
		
			
			
			DocumentationClosed
		
		breakrocks
		
			
			
			DocumentationClosed		
		
			 Stachethemes Event Calendar
						  Updated July  6, 2021 at  9:38pm
			  2
  Stachethemes Event Calendar
						  Updated July  6, 2021 at  9:38pm
			  2
				
				 Most recent comment from breakrocks:Hi,
Just want to know how is going so far, didn't get reply for a while.
Thanks
Most recent comment from breakrocks:Hi,
Just want to know how is going so far, didn't get reply for a while.
Thanks
		
			
	
	
		 murtuzavaid
		
			
			
			Previous year missingClosed
		
		murtuzavaid
		
			
			
			Previous year missingClosed		
		
			 Stachethemes Event Calendar
						  Updated June 15, 2021 at  1:33pm
			  2
  Stachethemes Event Calendar
						  Updated June 15, 2021 at  1:33pm
			  2
				
				 Most recent comment from Zhivko Bozhilov:Hi,I believe this was a bug in older version of the calendar.What version are you using? Is it possible to update to 3.2.4 if you're using older version?
Most recent comment from Zhivko Bozhilov:Hi,I believe this was a bug in older version of the calendar.What version are you using? Is it possible to update to 3.2.4 if you're using older version?
		
			
	
	
		 intel
		
			
			
			Prevent guest to change/edit en event they didn't created.Closed
		
		intel
		
			
			
			Prevent guest to change/edit en event they didn't created.Closed		
		
			 Stachethemes Event Calendar
						  Updated June 15, 2021 at  1:31pm
			  6
  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  ...
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
		
		Dan Gaiser
		
			
			
			multiple email addresses (Cc) for rsvpClosed		
		
			 Stachethemes Event Calendar
						  Updated June 11, 2021 at 12:34pm
			  2
  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_ ...
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
		
		javiercastilloc
		
			
			
			hide field when adding events from front endClosed		
		
			 Stachethemes Event Calendar
						  Updated June 10, 2021 at 12:42pm
			  4
  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.
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
		
		javiercastilloc
		
			
			
			translations of textsClosed		
		
			 Stachethemes Event Calendar
						  Updated June  7, 2021 at  5:03pm
			  2
  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 ...
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
		
		Dan Gaiser
		
			
			
			Integrate iCalendar RRULE Repeater Options (BETA) in Event SubmissionClosed		
		
			 Stachethemes Event Calendar
						  Updated June  4, 2021 at  4:10pm
			  4
  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.
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
		
		Hellomarketingnl
		
			
			
			counter doesnt workClosed		
		
			 Stachethemes Event Calendar
						  Updated June  2, 2021 at  5:30pm
			  2
  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?
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
		
		Emelia
		
			
			
			Remove Image from Grid ViewClosed		
		
			 Stachethemes Event Calendar
						  Updated May 31, 2021 at  3:46pm
			  2
  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 ...
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
		
		colorcoder
		
			
			
			Changing the Hover TextClosed		
		
			 Stachethemes Event Calendar
						  Updated May 31, 2021 at  3:11pm
			  13
  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;    }     ...
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;    }     ...
		
										
													
						
