- This topic has 3 replies, 2 voices, and was last updated 5 years ago by
Support Team.
-
AuthorPosts
-
September 25, 2018 at 10:39 am #8081
bleuvert
ParticipantHello WP travel support team
I’ve a issure about the conflict between Buddypress and WP travel plugin.
I installed buddypress under travel log theme, but there was a problem with WP travel.
When WP travel is actived, the dashboard bar cannot appear after the subscriber user logged in,and the user couldn’t edit their profiles in the dashboard.
But after I desactived the WP travel , the dashboard display normal and the subscribers user can edit their profils after log in.Why this issure? Can you give some advices?
The photo url https://mmdgo.com/photo-wp-travel-buddypress/
Thanks for your answers.
September 26, 2018 at 5:51 am #8084Support Team
KeymasterHello @bleuvert,
The issue regarding the Admin bar hidden conflict with Buddypress plugin and WP Travel plugin is actually caused as WP Travel plugin has disabled the WP Admin bar from the front end to match the user profile functionalities that WP Travel plugin.
However, you can alter the settings easily by using the custom Hook to let your users have access to wp-admin area and edit their profile by adding the code below in your child theme’s functions.php file :
add_filter( 'wp_travel_disable_admin_bar', '__return_false' );
This will allow the WP Admin bar display in the frontend for users and lets them edit profile.
If you have any queries/issues or requests further, please feel free to write back to us.
Best Regards !!
September 28, 2018 at 5:19 am #8097bleuvert
ParticipantHello support team
Could you explain more about how to using the custom Hook to let users have access to wp-admin ?
I’ve just add_filter( ‘wp_travel_disable_admin_bar’, ‘__return_false’ ); to my child theme’s functions.php file, but it still remain the same issue.
Thanks for your answers.
September 28, 2018 at 8:41 am #8100Support Team
KeymasterHello @bleuvert,
Adding the hook to your child theme’s functions.php file should remove the back-end restrictions to all the user roles added by WP Travel plugin.
Also, while we have tested the filter hook on our side with the BuddyPress plugin, the filter hook is working correctly.
If you are still having trouble with the wp-admin bar access, please provide us your website Login credentials to our official support email wensolution@gmail.com so that we can log into your website admin area and test/fix the issues accordingly.
Best Regards !!
-
AuthorPosts
- The forum ‘WP Travel’ is closed to new topics and replies.