Okay

Public Tickets

elduco URL variable to set filters?Closed   Stachethemes Event Calendar   Updated January 17, 2025 at 10:52am   2 Most recent comment from Zhivko Bozhilov:Sure, try this hook: add_filter('stec_shortcode_atts', function ($atts) { if (get_query_var('pagename') === 'schedule') { $atts['filter__location'] ... Michela Organizers list pageClosed   Stachethemes Event Calendar   Updated January 14, 2025 at 11:33am   3 Most recent comment from Zhivko Bozhilov:No problem! Let me know if you need help with anything else. kenaddams42 Widget for STEC plugin ?Closed   Stachethemes Event Calendar   Updated January 6, 2025 at 11:56am   4 Most recent comment from Zhivko Bozhilov:Are those classic widgets? I am afraid you won't see the widget in classic widgets. To make this work place the widget shortcode [stec_events_list] inside a classic html widget.  hoodyhudak unable to check optionsClosed   Stachethemes Event Calendar   Updated December 28, 2024 at 1:00pm   2 Most recent comment from Zhivko Bozhilov:Hi, I think they are working it's just that you are not setting the checkboxes because they rely on Font-Awesome. Resolve the font-awesome icons issue first and let me know if this problem perist ... hoodyhudak iconsClosed   Stachethemes Event Calendar   Updated December 28, 2024 at 12:58pm   2 Most recent comment from Zhivko Bozhilov:Hi, I'd recommend you to install the offical Font Awesome plugin for WordPress and disable all other instances of font-awesome if you have any on your website. https://wordpress.org/plugins/font- ... amba13 Feature Request for Stachethemes Calendar - Allow RSVP for Ongoing Events   Stachethemes Event Calendar   Updated December 18, 2024 at 7:28pm   19 Most recent comment from amba13:here it is : https://my.bizes.xyz/rendez-vous/bizes-keys-samedi-10h30-11h30/2024-12-21T10:30/?abc=Ambabut it's in french ;) selinkocagoncu Hide subscribe buttonClosed   Stachethemes Event Calendar   Updated November 18, 2024 at 3:06pm   12 Most recent comment from selinkocagoncu:It appears to be solved; thank you very much! stefanluedi88 Filter Options for CategoriesClosed   Stachethemes Event Calendar   Updated November 18, 2024 at 12:09pm   4 Most recent comment from Zhivko Bozhilov:I see. I am afraid categories support 1 level only at the moment. I will see if I can implement this in future versions.   stefanluedi88 Add Attendee not possibleClosed   Stachethemes Event Calendar   Updated November 18, 2024 at 12:05pm   2 Most recent comment from Zhivko Bozhilov:Hi, You can manually add attendee only when the attendance mode is set to "RSVP" or "Manual". This event attendande mode is set to "Tickets". Fernando Using woocommerce shortcode checkoutClosed   Stachethemes Event Calendar   Updated November 12, 2024 at 11:03am   2 Most recent comment from Zhivko Bozhilov:Hi, This specific error message occurs when the ticket does not have "event" meta data added to it. Are you purchasing the ticket from the calendar plugin?  feriamsidera Adding custom url   Stachethemes Event Calendar   Updated November 5, 2024 at 6:52pm   4 Most recent comment from feriamsidera:Zhivko, I've tried this on a staging site. How do I actually add a new custom field for events with another url link to the introduction page. Is there anyway to reveal "events" as a post type ... selinkocagoncu Hide left-right arrow buttonsClosed   Stachethemes Event Calendar   Updated November 4, 2024 at 4:09pm   4 Most recent comment from Zhivko Bozhilov:Hi, I am afraid this can be done with css only: .mobile .stec-top-menu-datepicker-mobile-no-datepicker { display: none !important; } selinkocagoncu Translating STEC in a multilingual site without language switching pluginsClosed   Stachethemes Event Calendar   Updated November 1, 2024 at 1:17pm   6 Most recent comment from selinkocagoncu:Thank you! That is information I did not have! Much appreciated!! Santiago CSV Cron Job Import / ICS documentation   Stachethemes Event Calendar   Updated October 23, 2024 at 2:43pm   9 Most recent comment from Michela:Since this code isn't working anymore, do you have a different solution?Thanks selinkocagoncu Filtering and displaying only events ending this weekClosed   Stachethemes Event Calendar   Updated October 22, 2024 at 2:40pm   4 Most recent comment from Zhivko Bozhilov:You can try the filter__max_date parameter: [stec filter__max_date="end_of_this_week"]