Okay

Public Tickets

redbear Cant add locations (urgent)Closed   Stachethemes Event Calendar   Updated December 12, 2019 at 4:25pm   3 Most recent comment from Zhivko Bozhilov:Hi,Could you provide me with steps how to reproduce the problem? rtackabury Relocating the location on Single PageClosed   Stachethemes Event Calendar   Updated December 12, 2019 at 1:55pm   2 Most recent comment from Zhivko Bozhilov:Hi,Open your theme functions.php file and at the bottom add following: add_action('stec_single_after_content', function() {    ?>            (function ($) {            $(functi ... jefpaterson8 Single Event Display / Coming SoonClosed   Stachethemes Event Calendar   Updated December 12, 2019 at 4:57am   1 Most recent comment from jefpaterson8:What's missing are any really good ways to display a single event via shortcode. For example, a banner at the top of my homepage to promote either the next event, or the next featured event, with ... jefpaterson8 Featured Events OnlyClosed   Stachethemes Event Calendar   Updated December 11, 2019 at 7:31pm   1 Most recent comment from jefpaterson8:"Display Featured Events Only" is one of the "Awesome Features" according to the promo website. However, the only reference for actually using this awesome feature seems be a note buried in the cha ... Ken Thompson Recurring EventsClosed   Stachethemes Event Calendar   Updated December 11, 2019 at 7:15pm   3 Most recent comment from jefpaterson8:This is a promoted "AWESOME  FEATURE" (* REPEATING EVENTS: Repeat Events on Weekdays and Weekends)! Yet it took me an hour scanning docs and videos to find these instructions. Maybe I came across a ... ricardoont Remove directions feature from single pageClosed   Stachethemes Event Calendar   Updated December 11, 2019 at 7:07pm   2 Most recent comment from Zhivko Bozhilov:Hi,Open your theme functions.php file and add this code: add_action('stec_single_after_content', function() {    ?>            (function($){            $('.stec-layout-sin ... ClientsInAbundance Revolution Slider IntegrationClosed   Stachethemes Event Calendar   Updated December 10, 2019 at 7:41pm   6 Most recent comment from ClientsInAbundance:Ok I understand, and appreciate you looking into this for me.Obviously I'm running into some issues with the single page template with my theme so hopefully that can be sorted.Thanks again AtelierAlves Import events from Modern Events CalendarClosed   Stachethemes Event Calendar   Updated December 10, 2019 at 2:08pm   6 Most recent comment from Zhivko Bozhilov:Hi,I think we could implement the same system az MEC did (import from X calendar) but that would take some time. I'll add it to my to-do list and will start with "import from MEC". Brewstar Update failedClosed   Stachethemes Event Calendar   Updated December 10, 2019 at 1:59pm   12 Most recent comment from Zhivko Bozhilov:The problem was on our side in the authorization process. The updater should be working now. Patrick QR Code in E-MailsClosed   Stachethemes Event Calendar   Updated December 8, 2019 at 5:34pm   4 Most recent comment from Zhivko Bozhilov:Okay, I'll look at this issue. The filter does not accept empty values.Meanwhile you can stop the qr core by opening filestachethemes_event_calendarassetsphpclass.wc.booking.phpand comment lines ... Jonathan Marboux Boxgrid view and default event valuesClosed   Stachethemes Event Calendar   Updated December 8, 2019 at 10:49am   4 Most recent comment from Zhivko Bozhilov:1. These hints can be translated with gettext editor (poedit for example) or some free plugin like Loco Translate. They are translated under text domain "stec". Screenshot attached. 2. Add this filter ... tomtyterry Displaying more than 3 events in monthly calendar viewClosed   Stachethemes Event Calendar   Updated December 8, 2019 at 10:17am   2 Most recent comment from Zhivko Bozhilov:Hi,The design at the moment is such that only 3 events can be displayed and all extra events will be shown as +n at the bottom. Week view does not have this restriction. To remove sunday and saturday ... pca-ggr-webmaster With Multiple Calendars, where does IMPORT happen?Closed   Stachethemes Event Calendar   Updated December 5, 2019 at 8:20pm   6 Most recent comment from Zhivko Bozhilov:From the green button "Switch Calendar" at the top right corner. Matt Connolly Category for Cronjob importClosed   Stachethemes Event Calendar   Updated December 5, 2019 at 4:46pm   3 Most recent comment from Zhivko Bozhilov:Hi,You can add filter for this in your theme functions.php file: // Imported events will added to categories 1,2 and 3. add_filter('stec_before_import_event', function($data){     $event = ... redbear Openstreetmaps instead of Google Maps?Closed   Stachethemes Event Calendar   Updated December 2, 2019 at 3:06pm   2 Most recent comment from Zhivko Bozhilov:Hi,I'll check if it's possible and perhaps we could add it in the future as an alternative.