winstart
Forum Replies Created
-
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
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
In reply to: [Popups for Divi] closes before confirmationfound the close button, but now it only should close when using this button
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] API EventMenagerhave the solution made for a customer
have a look1. /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 $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>
- ‘. get_avatar($EM_Booking->get_person()->ID, 50) .’ <span>’.$EM_Booking->get_person()->get_name().'</span>
- ‘. $EM_Booking->get_person()->get_name() .’
- ‘. $EM_Booking->get_person()->get_name() .’
‘;
}elseif($EM_Booking->booking_status == 1 && $EM_Booking->is_no_user() ){
echo ‘‘;
}
}
//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 ‘‘;
}elseif($EM_Booking->booking_status == 1 && $EM_Booking->is_no_user() ){
echo ‘‘;
}
}*/
//End- Added by WINSTARTForum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] google mapsi place the map in the location descriptions. That works
solved it by using a different random post widget, so it was not an event manager problem after all
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″]
correction, i guess its because i did 2 different video grids. One with 4 collumns and one with 3.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] no location founddid 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
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] no location foundand what if it turns out to be a conflict, can we still solve it?
Forum: Plugins
In reply to: [AweBooking - Hotel Booking System] premium optionsok 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 meForum: Plugins
In reply to: [AweBooking - Hotel Booking System] premium optionsany news??
Forum: Plugins
In reply to: [AweBooking - Hotel Booking System] minimum nightsi 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
In reply to: [AweBooking - Hotel Booking System] premium optionshow are we doing, any progress??
Forum: Plugins
In reply to: [AweBooking - Hotel Booking System] make room available againthnx, 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