This topic has 9 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #163945
     SBRoberts
    Participant

    Hello!

    I’ve looked at the 7th Queen tutorial about changing the icons for the user profile tabs but I would like to customize the tabs further. To be specific, I would like to get rid of some tabs, add some tabs that take the user to a separate page and simply rename/re-icon some. Is there any way to do this?

    #164093
     Laura
    Moderator

    Hello, if you can share the details i can guide you and help you with the changes 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #164159
     SBRoberts
    Participant

    are you referring to login details or details of the exact changes I would like to make?

    Spencer

    #164377
     Laura
    Moderator

    Hello, wp-admin access 🙂 I can help you and guide you

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #164461
     SBRoberts
    Participant

    My wp access is spencerrca@gmail.com
    password: lemon

    Let me know if there’s any way I can help out.

    Spencer

    #164554
     Laura
    Moderator

    Hello, please let me know which changes, which tabs ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #164802
     SBRoberts
    Participant

    Hi there,

    the changes I would like to make are as follows

    Orders tab – rename to Account – link to “Account” page – Use Fontello Icon E90E
    Forums – Remove
    Articles – Remove
    Media – Remove

    I am happy to make these changes myself if you can direct me in some sense. I would hate to trouble you.

    Spencer

    #165061
     Laura
    Moderator

    Hello 🙂
    For the orders, hide the tab with this css at style.css

    COPY CODE
    
    li#orders-personal-li {
        display: none !important;
    }
    

    Install https://wordpress.org/plugins/buddypress-custom-profile-menu/
    Place an empty page and name it Account select it there. And with a redirection plugin, redirect it to the account page or place the account shortcode at the page.

    To hide the other elements, add this to style.css of child theme

    COPY CODE
    
    li#forums-personal-li {
        display: none;
    }
    li#articles-personal-li {
        display: none;
    }
    li#media-personal-li {
        display: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #165260
     SBRoberts
    Participant

    Hi there,

    Thanks! this did the trick perfectly.

    Spencer Roberts

    #165631
     Laura
    Moderator

    Glad it worked 🙂 If you can rate us 5 stars at themeforest that would help a lot 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?