Title: timonw's Replies | WordPress.org

---

# timonw

  [  ](https://wordpress.org/support/users/timonw/)

 *   [Profile](https://wordpress.org/support/users/timonw/)
 *   [Topics Started](https://wordpress.org/support/users/timonw/topics/)
 *   [Replies Created](https://wordpress.org/support/users/timonw/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/timonw/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/timonw/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/timonw/engagements/)
 *   [Favorites](https://wordpress.org/support/users/timonw/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meta Box] WP Query taxonomy in two different custom fields](https://wordpress.org/support/topic/wp-query-taxonomy-in-two-different-custom-fields/)
 *  Thread Starter [timonw](https://wordpress.org/support/users/timonw/)
 * (@timonw)
 * [2 years ago](https://wordpress.org/support/topic/wp-query-taxonomy-in-two-different-custom-fields/#post-17799612)
 * Thank you. That solved the problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meta Box] timeformat i doesn’t work](https://wordpress.org/support/topic/timeformat-i-doesnt-work/)
 *  Thread Starter [timonw](https://wordpress.org/support/users/timonw/)
 * (@timonw)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/timeformat-i-doesnt-work/#post-17509448)
 * I found out it’s mm, not i.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Warm Cache] One sitemap is not opened](https://wordpress.org/support/topic/one-sitemap-is-not-opened/)
 *  Thread Starter [timonw](https://wordpress.org/support/users/timonw/)
 * (@timonw)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/one-sitemap-is-not-opened/#post-6854872)
 * Toggling the flush-settings worked for me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Maker by dFactory] start & end: same day, same hour](https://wordpress.org/support/topic/start-end-same-day-same-hour/)
 *  Thread Starter [timonw](https://wordpress.org/support/users/timonw/)
 * (@timonw)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/start-end-same-day-same-hour/#post-6739046)
 * Hallo,
    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,
    Timon
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] All-Day as default](https://wordpress.org/support/topic/all-day-as-default/)
 *  Thread Starter [timonw](https://wordpress.org/support/users/timonw/)
 * (@timonw)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/all-day-as-default/#post-6806173)
 * I’m sorry, wrong forum.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Upload Dir] Activate Select Post Type](https://wordpress.org/support/topic/activate-select-post-type/)
 *  [timonw](https://wordpress.org/support/users/timonw/)
 * (@timonw)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/activate-select-post-type/#post-6502724)
 * I have the same problem. Did you find a solution?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Maker by dFactory] Override templates un theme folder](https://wordpress.org/support/topic/override-templates-un-theme-folder/)
 *  [timonw](https://wordpress.org/support/users/timonw/)
 * (@timonw)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/override-templates-un-theme-folder/#post-5652603)
 * I’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)