Title: tabroughton's Replies | WordPress.org

---

# tabroughton

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Oversized map controls (dynamic map)](https://wordpress.org/support/topic/oversized-map-controls-dynamic-map/)
 *  Thread Starter [tabroughton](https://wordpress.org/support/users/tabroughton/)
 * (@tabroughton)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/oversized-map-controls-dynamic-map/#post-11100043)
 * HI [@timrv](https://wordpress.org/support/users/timrv/) [@duisterdenhaag](https://wordpress.org/support/users/duisterdenhaag/)
   [@ddrj](https://wordpress.org/support/users/ddrj/) (and others who are interested)
 * I’m sure the devs know but it’s the `margin:0 !important;` causing the issue 
   in `/events-manager/includes/css/events_manager.css` (my version 5.95)
 *     ```
       .em-location-map img, .em-locations-map img, #em-map img { 
       		max-width:none !important; 
       		background:none !important; 
       		border:none !important; 
       		margin:0 !important; 
       		padding:0 !important; 
       		height:auto; 
       		width:auto;
       	}
       ```
   
 * I’ve fixed this in my theme css so that other controls layouts hopefully aren’t
   changed:
 *     ```
       .gm-style button img{ 
         margin: 11px !important; 
       }
       ```
   
 * Possibly better than commenting out in the events_manager css.
 * It’s not ideal of course and might not work for other’s configurations/style 
   of map. Also changes some styling like the “x” on the location balloon though
   it’s original style is 12px in my case and the events_manager css is affecting
   that too so my fix is near enough (and better than not having it).
 * Seems like a straight forward fix, though the devs will know why that rule in
   the events manager css is there in the first place I guess…
 * Tom
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Deleted instances of recurring events reappear when using events_list shortcode](https://wordpress.org/support/topic/deleted-instances-of-recurring-events-reappear-when-using-events_list-shortcode/)
 *  Thread Starter [tabroughton](https://wordpress.org/support/users/tabroughton/)
 * (@tabroughton)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/deleted-instances-of-recurring-events-reappear-when-using-events_list-shortcode/#post-11093064)
 * I found reference to it here now: (Ghost events)
 * [https://wp-events-plugin.com/blog/2017/05/17/events-manager-5-7-2-multisite-bugfixes/](https://wp-events-plugin.com/blog/2017/05/17/events-manager-5-7-2-multisite-bugfixes/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Deleted instances of recurring events reappear when using events_list shortcode](https://wordpress.org/support/topic/deleted-instances-of-recurring-events-reappear-when-using-events_list-shortcode/)
 *  Thread Starter [tabroughton](https://wordpress.org/support/users/tabroughton/)
 * (@tabroughton)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/deleted-instances-of-recurring-events-reappear-when-using-events_list-shortcode/#post-11093038)
 * [@timrv](https://wordpress.org/support/users/timrv/) I have found a solution,
   under the option to reset time zones is also an option to “remove orphaned events”
 * As I’d just backed everything up I gave it a go.
 * Sure enough it removed 106 events, all events on the site that are meant to be
   there are still there and the ones that shouldn’t be are gone.
 * Maybe others have ran into this before then! 🙂 So glad that button is there.
 * Tom
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Deleted instances of recurring events reappear when using events_list shortcode](https://wordpress.org/support/topic/deleted-instances-of-recurring-events-reappear-when-using-events_list-shortcode/)
 *  Thread Starter [tabroughton](https://wordpress.org/support/users/tabroughton/)
 * (@tabroughton)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/deleted-instances-of-recurring-events-reappear-when-using-events_list-shortcode/#post-11093030)
 * EM Version 5.9.5
    PHP v 7.0.31 I have reset the time zones.
 * It hasn’t made any difference.
 * Replicate:
    1. Create recurring event (eg. every 1 week on monday 10am – 12pm) between 2 dates(
       say 1st Feb – 1st April
    2. list as single events and delete all instances in march
    3. create a page containing shortcode events_list
    4. edit recurring event (eg. change featured image) and update
    5. deleted events are not listed under single events in admin but they are there
       in page containing shortcode
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Placeholder for just a start date](https://wordpress.org/support/topic/placeholder-for-just-a-start-date-2/)
 *  Thread Starter [tabroughton](https://wordpress.org/support/users/tabroughton/)
 * (@tabroughton)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/placeholder-for-just-a-start-date-2/#post-10978536)
 * Thanks Patrick,
 * Wow – blown away by how amazing your plugin is 🙂
 * In your example, how does the placeholder know to select the start date?
 * The event will have a start and end date (different days) and it’s only start
   date that I want to display. I’ve tested your suggestion of course and sure enough
   it’s perfect. But what I was wondering, out of curiosity, is how does it know
   to only show the first date of the event.
    -  This reply was modified 7 years, 5 months ago by [tabroughton](https://wordpress.org/support/users/tabroughton/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Responsive Recent Post Slider/Carousel] Placeholder for just a start date](https://wordpress.org/support/topic/placeholder-for-just-a-start-date/)
 *  Thread Starter [tabroughton](https://wordpress.org/support/users/tabroughton/)
 * (@tabroughton)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/placeholder-for-just-a-start-date/#post-10978007)
 * Sorry I’ve posted this in the wrong plugin project!
    -  This reply was modified 7 years, 5 months ago by [tabroughton](https://wordpress.org/support/users/tabroughton/).

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