YesPapa
Forum Replies Created
-
It sounds good for me. Do you check the “Enable registration for this event” checkbox?
I have another question : I want to translate (change) the “Book Now” text button. I try to do it by two ways “Loco Translate” plugin and PoEdit. I don’t know why but it doesn’t work.
Is it a way to have his own translated files in the child theme or elsewhere? Using template files?
Thank you.
It is working for me. Just add the code to “Default event list format” form in the settings page.
Work great and link to the user profile default page. Is there a way to link to :
domain.com/members/user-1/profile/ instead of domain.com/members/user-1/
Thank you.
Work great and link the user profile default page. Is there a way to link to :
domain.com/members/user-1/profile/ instead of domain.com/members/user-1/
Thank you.
Yep. It is the buddypress profile I want to link.
Forum: Plugins
In reply to: [WP Idea Stream] IdeaStream Main Page TitleOk I found it in core “template-function.php” file. So I can remove the line but I am not sure It is a good way. Perhaps another to do it?
One question: What is the purpose to have put a link on the post title?
Forum: Plugins
In reply to: [WP Idea Stream] IdeaStream Main Page TitleAny idea about how to do this correctly?
Thank you.
Ok. I found this :
if($EM_Booking->status == 1 && !in_array($EM_Booking->get_person()->ID, $people) ){ $people[] = $EM_Booking->get_person()->ID; echo '<li><a href='.bp_core_get_user_domain( $EM_Booking->get_person()->ID ).'>'. get_avatar($EM_Booking->get_person()->ID, 50) .'</a></li>'; }elseif($EM_Booking->status == 1 && $guest_bookings && $EM_Booking->get_person()->ID == $guest_booking_user ){ echo '<li><a href='.bp_core_get_user_domain( $EM_Booking->get_person()->ID ).'>'. get_avatar($EM_Booking->get_person()->ID, 50) .'</a></li>'; }
It is working perfectly but the link goes to the attendees default page.
Is there a way to link to the attendees profile page instead of the attendees default page?
Thank you.
Thank you.
Ok.
I think I report a wrong bug. Is it possible to delete this subject until I am such of this.
Thank you.
Any idea?
Is it possible to extend the search?
Thank you.
Forum: Plugins
In reply to: [The Events Calendar] Highlight wrong menu item when activeSame thing for me. When I click to the “Calendar Page” menu, it activate the “Blog” menu and not the “Calendar Page” menu. I try with the default wordpress theme and it is the same issue (with no other plugins activated).
How can I fix the behaviour ?
Thanks.
Forum: Plugins
In reply to: [Polylang] Polylang don't display in Appearance/MenusThanks. First line!