-
Author
-
June 11, 2017 at 02:46 #163945
SBRoberts
ParticipantHello!
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?
June 13, 2017 at 00:24 #164093Laura
ModeratorHello, 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 solutionJune 13, 2017 at 15:56 #164159SBRoberts
Participantare you referring to login details or details of the exact changes I would like to make?
Spencer
June 16, 2017 at 00:34 #164377Laura
ModeratorHello, 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 solutionJune 16, 2017 at 19:41 #164461SBRoberts
ParticipantMy wp access is spencerrca@gmail.com
password: lemonLet me know if there’s any way I can help out.
Spencer
June 19, 2017 at 00:03 #164554Laura
ModeratorHello, 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 solutionJune 20, 2017 at 23:44 #164802SBRoberts
ParticipantHi 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 – RemoveI am happy to make these changes myself if you can direct me in some sense. I would hate to trouble you.
Spencer
June 23, 2017 at 23:39 #165061Laura
ModeratorHello 🙂
For the orders, hide the tab with this css at style.cssCOPY CODEli#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 CODEli#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 solutionJune 26, 2017 at 17:48 #165260SBRoberts
ParticipantHi there,
Thanks! this did the trick perfectly.
Spencer Roberts
June 29, 2017 at 16:00 #165631Laura
ModeratorGlad 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 -
AuthorPosts
You must be logged in to reply to this topic.