timonw
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [Meta Box] WP Query taxonomy in two different custom fieldsThank you. That solved the problem.
Forum: Plugins
In reply to: [Meta Box] timeformat i doesn’t workI found out it’s mm, not i.
Forum: Plugins
In reply to: [Warm Cache] One sitemap is not openedToggling the flush-settings worked for me.
Forum: Plugins
In reply to: [Events Maker by dFactory] start & end: same day, same hourHallo,
until this is solved…
I would like to have all events an all-day-event. Is there a possibility to set “all-day” as default, so that I can hide the checkbox via CSS?
Perhaps via function.php?Thanks,
TimonForum: Plugins
In reply to: [The Events Calendar] All-Day as defaultI’m sorry, wrong forum.
Forum: Plugins
In reply to: [Custom Upload Dir] Activate Select Post TypeI have the same problem. Did you find a solution?
Forum: Plugins
In reply to: [Events Maker by dFactory] Override templates un theme folderI’ve added the following code to my “content-single-event.php” before the “do_action(’em_after_single_event_title’)”. But Google Maps is still visible. What am I doing wrong?
function df_add_and_remove_actions() { remove_action('em_after_single_event_title', 'em_display_google_map', 40); } add_action('wp' , 'df_add_and_remove_actions');I also tried just
remove_action('em_after_single_event_title', 'em_display_google_map', 40);
Viewing 7 replies - 1 through 7 (of 7 total)