Title: winstart's Replies | WordPress.org

---

# winstart

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 27 total)

1 [2](https://wordpress.org/support/users/winstart/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/winstart/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] wordfence 2FA redirect](https://wordpress.org/support/topic/wordfence-2fa-redirect/)
 *  Thread Starter [winstart](https://wordpress.org/support/users/winstart/)
 * (@winstart)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/wordfence-2fa-redirect/#post-17018549)
 * I’ve removed wordfence because we had to move on, I’m sorry. What I’ve tested
   is that if the redirect page after login either public of password protected 
   is, then it works good. But with the private page not, the I get that I’m lost
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wordfence Security - Firewall, Malware Scan, and Login Security] wordfence 2FA redirect](https://wordpress.org/support/topic/wordfence-2fa-redirect/)
 *  Thread Starter [winstart](https://wordpress.org/support/users/winstart/)
 * (@winstart)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/wordfence-2fa-redirect/#post-17015782)
 * it looks like it has to do with the setting of the page to private. Is there 
   anything we can do to solve that problem. Because it looks like the page doesn’t
   recognize I am a administrator after login in with the 2FA of Wordfence
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Popups for Divi] closes before confirmation](https://wordpress.org/support/topic/closes-before-confirmation/)
 *  Thread Starter [winstart](https://wordpress.org/support/users/winstart/)
 * (@winstart)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/closes-before-confirmation/#post-13204055)
 * found the close button, but now it only should close when using this button
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] API EventMenager](https://wordpress.org/support/topic/api-eventmenager/)
 *  [winstart](https://wordpress.org/support/users/winstart/)
 * (@winstart)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/api-eventmenager/#post-10666379)
 * have the solution made for a customer
    have a look
 * 1. /wp-content/plugins/events-manager/classes/em-person.php:
 * function get_name(){
    //Start- Added by WINSTART /*$full_name = $this->first_name.””.
   $this->last_name ; $full_name = wp_kses_data(trim($full_name)); $name = !empty(
   $full_name) ? $full_name : $this->display_name; return apply_filters(’em_person_get_name’,
   $name, $this);*/ $name = $this->display_name; return apply_filters(’em_person_get_name’,
   $name, $this); //End- Added by WINSTART } 2. /wp-content/plugins/events-manager/
   templates/placeholders/attendees.php (tussen de <?php en <?php):
 * //Start- Added by WINSTART
    foreach( $EM_Bookings as $EM_Booking){ /* [@var](https://wordpress.org/support/users/var/)
   $EM_Booking EM_Booking */ if($EM_Booking->booking_status == 1 && !in_array($EM_Booking-
   >get_person()->ID, $people) ){ $people[] = $EM_Booking->get_person()->ID; echo‘
    - ‘. get_avatar($EM_Booking->get_person()->ID, 50) .’ <span>’.$EM_Booking->get_person()-
      >get_name().'</span>
    - ‘;
       }elseif($EM_Booking->booking_status == 1 && $EM_Booking->is_no_user() ){
      echo ‘
    - ‘. get_avatar($EM_Booking->get_person()->ID, 50) .’ <span>’.$EM_Booking->get_person()-
      >get_name().'</span>
    - ‘;
       } } //End- Added by WINSTART ?>
    -  <!– Start- Added by WINSTART –>
       <style> .event-attendees li{ list-style:
      none; margin-bottom: 10px; } .event-attendees li img{ vertical-align: middle;
      margin-right: 10px; } </style> <!– End- Added by WINSTART –>
    - 3. /wp-content/plugins/events-manager/templates/placeholders/attendeeslist.
      php
       (tussen de <?php en <?php): //Start- Added by WINSTART /*foreach( $EM_Bookings
      as $EM_Booking){ if($EM_Booking->booking_status == 1 && !in_array($EM_Booking-
      >get_person()->ID, $people) ){ $people[] = $EM_Booking->get_person()->ID; 
      echo ‘
    - ‘. $EM_Booking->get_person()->get_name() .’
    - ‘;
       }elseif($EM_Booking->booking_status == 1 && $EM_Booking->is_no_user() ){
      echo ‘
    - ‘. $EM_Booking->get_person()->get_name() .’
    - ‘;
       } }*/ //End- Added by WINSTART
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] google maps](https://wordpress.org/support/topic/google-maps-65/)
 *  [winstart](https://wordpress.org/support/users/winstart/)
 * (@winstart)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/google-maps-65/#post-10666359)
 * i place the map in the location descriptions. That works
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] also in widget/sidebar](https://wordpress.org/support/topic/also-in-widget-sidebar/)
 *  Thread Starter [winstart](https://wordpress.org/support/users/winstart/)
 * (@winstart)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/also-in-widget-sidebar/#post-10663382)
 * solved it by using a different random post widget, so it was not an event manager
   problem after all
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] also in widget/sidebar](https://wordpress.org/support/topic/also-in-widget-sidebar/)
 *  Thread Starter [winstart](https://wordpress.org/support/users/winstart/)
 * (@winstart)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/also-in-widget-sidebar/#post-10663280)
 * in fact the event in sidebar is placed instead of random text in the widget made
   with this code: [random-post category_name=”Spotlight op” numberposts=”1″]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Video Gallery - YouTube Playlist, Channel Gallery by YotuWP] chrome messing with grid](https://wordpress.org/support/topic/chrome-messing-with-grid/)
 *  Thread Starter [winstart](https://wordpress.org/support/users/winstart/)
 * (@winstart)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/chrome-messing-with-grid/#post-10487931)
 * correction, i guess its because i did 2 different video grids. One with 4 collumns
   and one with 3.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] no location found](https://wordpress.org/support/topic/no-location-found/)
 *  Thread Starter [winstart](https://wordpress.org/support/users/winstart/)
 * (@winstart)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/no-location-found/#post-9654243)
 * did the update, no change. When adding a new relation there is immediately that
   heey can’t find the location and entering data doesn’t seem to make any difference
   at all.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] no location found](https://wordpress.org/support/topic/no-location-found/)
 *  Thread Starter [winstart](https://wordpress.org/support/users/winstart/)
 * (@winstart)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/no-location-found/#post-9650156)
 * and what if it turns out to be a conflict, can we still solve it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AweBooking - Hotel Booking System] premium options](https://wordpress.org/support/topic/premium-options/)
 *  Thread Starter [winstart](https://wordpress.org/support/users/winstart/)
 * (@winstart)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/premium-options/#post-9547621)
 * ok don’t get any answer can’t wait any longer
    last chance need price breakdown
   and email form with extra fields please tell met when the premium options are
   ready otherwise i’ll have to choose another plugin don’t want to, but happy customer
   is a must for me
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AweBooking - Hotel Booking System] premium options](https://wordpress.org/support/topic/premium-options/)
 *  Thread Starter [winstart](https://wordpress.org/support/users/winstart/)
 * (@winstart)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/premium-options/#post-9537836)
 * any news??
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AweBooking - Hotel Booking System] minimum nights](https://wordpress.org/support/topic/minimum-nights/)
 *  Thread Starter [winstart](https://wordpress.org/support/users/winstart/)
 * (@winstart)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/minimum-nights/#post-9520338)
 * i truly understand all the work you have to do, but please let us know. We are
   using your fantastic plugin for years. We had all the options before you rewrote
   the app.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AweBooking - Hotel Booking System] premium options](https://wordpress.org/support/topic/premium-options/)
 *  Thread Starter [winstart](https://wordpress.org/support/users/winstart/)
 * (@winstart)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/premium-options/#post-9520313)
 * how are we doing, any progress??
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AweBooking - Hotel Booking System] make room available again](https://wordpress.org/support/topic/make-room-available-again/)
 *  Thread Starter [winstart](https://wordpress.org/support/users/winstart/)
 * (@winstart)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/make-room-available-again/#post-9508760)
 * thnx, this worked.
 * I think it is a wonderful plugin but when your used working with the older version
   with all the extra’s i’m having a challenge keeping my customer happy

Viewing 15 replies - 1 through 15 (of 27 total)

1 [2](https://wordpress.org/support/users/winstart/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/winstart/replies/page/2/?output_format=md)