How to hide the “Home” tab under Profile (member navigation items)
-
Hello there! I’m new to “BuddyPress” and i’m trying to disable the “Home” button under profile. The member navigation item. Right now i’ve disbled it (display: none) but when i click on a member under “Members” page then it navigate to the “Home” url. I want it to navigate to the “Profile” tab. It should be the only tab there. The settings could you disable in the wordpress admin site.
Can anyone help me, to find a good solution for this?
Best Greetings
Alex
-
I think i’ve found a solution here:
But but but, it doesn’t work. I’ve done what they’ve written. Exact same.
Hi,
Please check this link: https://wptavern.com/how-to-change-the-default-members-landing-tab-in-buddypress
Thanks
I’ve seen that post and tried it. But sadly without luck..
I’ve tried to pick a basic WP theme like “Twenty Fifteen” to check if it was my WP theme.
I am getting frustrated that it doesnt work.. Do you have discord maybe? Then we can speak and i can share screen. Much easier, if u can so.
If you can check once with this plugin https://www.buddyboss.com/purchase/buddypress-reorder-tabs/ once then it will be great.
Thanks
I’ve been writing with a worker from BuddyBoss and he wasn’t to much help. He just linked the same as you did and then told me to make a forum here on BuddyPress to get the correct information..
So this plugin didn’t work for you right? Which template you are using legacy or Nouveau?
Please let me know which template you are using?
I’m using GeneratePress theme.
That’s ok.
I am talking about this : http://prntscr.com/kvj2s8
I might need a theme that supports BuddyPress more. I’ve made a search for themes and marked BuddyPress as a Feature. Then it maybe work?? Let me try.
BuddyPress Nouveau is the option.
It looks worse, but works when i tried the second option called “BuddyPress Arv”. Dont know the difference thou.
BuddyPress Nouveau is the new template pack and it’s coding is different from the legacy(old template pack). The code that you were trying is all written for legacy only.
For this new template pack go to dashboard then appearance->customize->BuddyPress Nouveau and see there if there is an option to change the default profile tab.
cheers. Thank you mate. Saved my day!
Perfect 🙂
I’ve just found a new problem. The first one you helped me with (The member page was only for registered) it works fine but the problem is when you press register you only get some few input fuilds which is not enough data. Can you help me make the “Register here” link redirect to my register page instead of. You can check it here: http://www.legit-check.dk/medlemmer/
Hi,
We can achieve this by using this jquery code:
jQuery('#bplock-register-tab').on('click',function(){ jQuery('.bplock-register-form-container').hide(); window.location.href= "http://www.legit-check.dk/registrer/"; });
Thanks
Where do i place that code? Which file? Got tons of “Functions.php” and more..
Please install this plugin https://wordpress.org/plugins/custom-css-js/ and add a new js code.
Thanks
I can only find CSS, JS and HTML Code no JQ.
I have already mentioned that,
add a new js code.
Please add a new js code.
Alright, it works now. But you do see the input fields a short moment change before you get redirected. Under http://www.legit-check.dk/medlemmer/ when you press the text “Registrer” at “Registrer her!”
- You must be logged in to reply to this topic.