This topic has 9 replies, 2 voices, and was last updated 7 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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #164461
     SBRoberts
    Participant
    This reply has been set as private.
    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #164802
     SBRoberts
    Participant
    This reply has been set as private.
    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #165260
     SBRoberts
    Participant
    This reply has been set as private.
    #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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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?