Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to hide the “Home” tab under Profile (member navigation items)

  • @ajuuls

    Participant

    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

Viewing 25 replies - 1 through 25 (of 30 total)
  • @ajuuls

    Participant

    I think i’ve found a solution here:

    Change Default Members Profile Landing Tab

    But but but, it doesn’t work. I’ve done what they’ve written. Exact same.

    @prashantvatsh

    Participant

    @ajuuls

    Participant

    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.

    @prashantvatsh

    Participant

    If you can check once with this plugin https://www.buddyboss.com/purchase/buddypress-reorder-tabs/ once then it will be great.

    Thanks

    @ajuuls

    Participant

    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..

    @prashantvatsh

    Participant

    So this plugin didn’t work for you right? Which template you are using legacy or Nouveau?

    @ajuuls

    Participant

    Still not working

    @ajuuls

    Participant

    @prashantvatsh

    Participant

    Please let me know which template you are using?

    @ajuuls

    Participant

    I’m using GeneratePress theme.

    @prashantvatsh

    Participant

    That’s ok.

    I am talking about this : http://prntscr.com/kvj2s8

    @ajuuls

    Participant

    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.

    @ajuuls

    Participant

    BuddyPress Nouveau is the option.

    @ajuuls

    Participant

    It looks worse, but works when i tried the second option called “BuddyPress Arv”. Dont know the difference thou.

    @prashantvatsh

    Participant

    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.

    @prashantvatsh

    Participant

    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.

    @ajuuls

    Participant

    cheers. Thank you mate. Saved my day!

    @prashantvatsh

    Participant

    Perfect 🙂

    @ajuuls

    Participant

    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/

    @prashantvatsh

    Participant

    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

    @ajuuls

    Participant

    Where do i place that code? Which file? Got tons of “Functions.php” and more..

    @prashantvatsh

    Participant

    Please install this plugin https://wordpress.org/plugins/custom-css-js/ and add a new js code.

    Thanks

    @ajuuls

    Participant

    I can only find CSS, JS and HTML Code no JQ.

    @prashantvatsh

    Participant

    I have already mentioned that,

    add a new js code.

    Please add a new js code.

    @ajuuls

    Participant

    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!”

Viewing 25 replies - 1 through 25 (of 30 total)
  • You must be logged in to reply to this topic.
Skip to toolbar