Okay

Public Tickets

formidaweb 2/3 image upload buttons (frontend) not workingClosed   Stachethemes Event Calendar   Updated September 15, 2020 at 6:02pm   5 Most recent comment from formidaweb:Confirm that now everything is ok. After reactivation the settings reappear and everything is ok. Thanks :) Ticket closed :) michaelrabkin Custom RSVP emailsClosed   Stachethemes Event Calendar   Updated September 15, 2020 at 3:08pm   2 Most recent comment from Zhivko Bozhilov:From Dashboard -> St. Event Calendar -> General -> Email Notifications."Notify user their RSVP has been accepted" Matthew S Brown Front End SubmissionsClosed   Stachethemes Event Calendar   Updated September 10, 2020 at 3:45pm   8 Most recent comment from Zhivko Bozhilov:Open your theme or child-theme functions.php file and add following filter: // STEC MOD: Set google maps marker to pinadd_action('wp_footer', function() {    global $post;    if (!is_a($ ... michaelrabkin Filter by calendarClosed   Stachethemes Event Calendar   Updated September 10, 2020 at 8:54am   2 Most recent comment from Zhivko Bozhilov:Hi,Keep the top menu enabled by adding in your shortcode show_top=1. [stachethemes_ec show_top=1] marketing_wpbowls Import EventsClosed   Stachethemes Event Calendar   Updated September 9, 2020 at 12:04pm   2 Most recent comment from Zhivko Bozhilov:Hi,All Day accepted values are 0 or 1 (no/yes).RRULE (recurrence rule) defines the repeat pattern.Example rrule string: FREQ=DAILY;INTERVAL=1 which means repeat every day.Check RRULE tool generator ... Brewstar Update event in adminClosed   Stachethemes Event Calendar   Updated September 7, 2020 at 2:34pm   3 Most recent comment from Zhivko Bozhilov:Hi,Interesting finding. I'll update code in the next update. Matthew S Brown Code EditingClosed   Stachethemes Event Calendar   Updated September 7, 2020 at 2:33pm   3 Most recent comment from Matthew S Brown:Thanks Again. Fixed..But this worked real easy.https://wordpress.org/plugins/real-time-find-and-replace/ Matthew S Brown Editing EventsClosed   Stachethemes Event Calendar   Updated September 7, 2020 at 1:47pm   3 Most recent comment from Matthew S Brown:Thank You.It took me a minute to find it, but it was in the Calendar setting. iHuman BUG: emails templates deletedClosed   Stachethemes Event Calendar   Updated September 7, 2020 at 1:15pm   2 Most recent comment from Zhivko Bozhilov:Hi,Thank's for providing steps to reproduce this bug.It will be fixed in the next update.Fix:Open file stachethemes_event_calendarviewadmingeneralindex.phpand delete line 266:             ... Claudia Calendar displayClosed   Stachethemes Event Calendar   Updated September 7, 2020 at 1:10pm   2 Most recent comment from Zhivko Bozhilov:Hi,You could insert the shortcode attribute show_top=0 which will remove the top menu of the calendar. [stachethemes_ec show_top=0] Brewstar Show more than 3 events in calenderClosed   Stachethemes Event Calendar   Updated September 4, 2020 at 10:30am   3 Most recent comment from Brewstar:Ok, thx! iHuman Disabling plugin deletes locations and categoriesClosed   Stachethemes Event Calendar   Updated September 2, 2020 at 5:42pm   5 Most recent comment from iHuman:Thank you Bob Benz Builder, chron, import questionsClosed   Stachethemes Event Calendar   Updated September 1, 2020 at 4:43pm   2 Most recent comment from Zhivko Bozhilov:Hi,- You can read about Wordpress' cron here. It is not the same as system cron. Basically each time your site is visited wordpress checks if 1 hour has passed since the last execution. If your s ... MEDIAMACHINE Edit or translate the "​Fill out this field"Closed   Stachethemes Event Calendar   Updated September 1, 2020 at 4:14pm   2 Most recent comment from Zhivko Bozhilov:This text is coming from the browser itself. I assume it is already translated for the user. MEDIAMACHINE ​ Default calendar for submission ​formClosed   Stachethemes Event Calendar   Updated September 1, 2020 at 4:13pm   4 Most recent comment from Zhivko Bozhilov:Okay, great.You could remove the selector altogether and replace it with hidden input. I'll make this default behaviour in the future update.