BuddyBoss Home – Web › Support Forums › Plugins › BuddyPress Member Types › Duplicate member types in menu
- This topic has 15 replies, 3 contibutors, and was last updated 8 years, 7 months ago by Alyssa.
Question
April 5, 2016 at 2:02 pm #66979@gamer456148Hi if you got my site at andsocialrew.net, you will see that the problem is in my menu the member types appear twice, I only needed to appear once. I want this fixed because it is confusing to the students and the design of the site. See the attached.
Answers
April 5, 2016 at 2:14 pm #66981@gamer456148I had to deactivate the plugin on my site, but I want to know how I can activate this plugin and it won’t show the member type twice on the directory as seen in the screenshot, I know other users had this problem but don’t know how it is fixed and am willing to give you login details if needed or we you can tell me the solution here.
April 6, 2016 at 12:08 pm #67105@
Anonymoushi @gamer456148
sorry for inconveniencePlease send you login details from our contact page, we will check at your site.
RegardsApril 7, 2016 at 5:38 am #67200@gamer456148I sent a message, let me know when it is fixed. Thank you.
April 7, 2016 at 7:57 am #67218@
AnonymousHi @gamer456148
sorry we haven’t received your mail yet.
Please send it from our contact page and also include this thread url for reference.Regards
Varun DubeyApril 7, 2016 at 9:49 am #67261@gamer456148@vapvarun I did send it though via the contact us form, it said my message has been sent and I entered the login as well on the form.
April 7, 2016 at 9:51 am #67262@
AnonymousSorry @gamer456148
Please send it again and also include this thread url for reference.
RegardsApril 7, 2016 at 10:01 am #67263@gamer456148I resubmitted the form @vapvarun
April 10, 2016 at 2:33 pm #67636@gamer456148Still the issue isn’t fixed
April 13, 2016 at 6:18 pm #68162@gamer456148@vapvarun It has been over a week and the issue still isn’t resolved and I am still awaiting to hear back
April 15, 2016 at 12:24 pm #68469@
Anonymoushi @gamer456148,
Sorry It was not able to get your mails, we have also check our all contact form entries ( https://www.buddyboss.com/contact/) . It was not inside it.
Please try to send a private message from my profile.Regards
Varun DubeyApril 15, 2016 at 12:40 pm #68474@gamer456148@vapvarun I sent you a message
April 15, 2016 at 12:41 pm #68476@
AnonymousThanks i have received it
We will update your shortly
Regards
Varun DubeyApril 17, 2016 at 6:08 am #68657@alyssa-buddyboss
AlyssaParticipantHwdy Andrew!
After switch to one of the default themes, like Twenty Fifteen, for a few minutes; At that point, you should not have a members type twice on your site. You can let the theme authors know, they might be able to fix things for you.
OR
You’ll need to paste this code in your child theme’s functions.php file, or in a functionality plugin. I know it’s a little “hacky” but that will suffice!
/** * Remove the members directory member types * added by BuddyPress Members Types plugin. */ function remove_bpt_members_type_dir() { global $BUDDYBOSS_BMT; remove_action( 'bp_members_directory_member_types', array( $BUDDYBOSS_BMT->component, 'bpt_members_directory' ) ); } add_action( 'bp_init', 'remove_bpt_members_type_dir' );
I hope this helps. Please get in touch again if you have any questions.
April 17, 2016 at 6:58 am #68658@gamer456148@paresh Can you or Varun login and fix it for me. I tried fixing it and it didn’t work. I just want the plugin working with this theme. If you know how to fix it then please do so. @vapvarun
- The question ‘Duplicate member types in menu’ is closed to new replies.