-
Author
-
July 19, 2016 at 03:21 #129549dsnicheParticipant
Is there a way to hide the Profile > View display on the member profile page?
It’s just repeating the information that’s already shown at the top of the page.
Maybe make it so that when you navigate there “Edit” is shown as the default rather than “View”?
Thank you.
July 20, 2016 at 21:16 #129686LauraModeratorHello, you can make that activity is the default page but not the edit one as is a subnav
If you want to change the default tab at the profile try https://codex.buddypress.org/getting-started/guides/change-members-profile-landing-tab/ but change profile for activityHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
July 21, 2016 at 01:21 #129727dsnicheParticipantI see. My problem is the profile information shows up twice in the same page.
Is it possible then to just hide the profile tabs at the top in the area with the blue background? This way the profile info only shows up once and that’s in the lower (white) part of the profile page.
I still want the profile picture, profile username, private message button in the same place, so just leave the rest of that area alone aside from removing the tabs.
I added a screenshot to show what I mean.
Attachments:
You must be logged in to view attached files.July 21, 2016 at 20:31 #129802LauraModeratorHello, try adding this to style.css of child theme
COPY CODE#profile .seven.columns { display: none; } #profile .five.columns { margin: 0 auto; float: none; }
Let me know if it works 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
July 23, 2016 at 00:58 #129900dsnicheParticipantHi Laura, that works to remove the profile detail tabs. But the profile photo, profile name, and messaging button are now aligned in the center. What can I add to align those other elements to the left? Thank you.
July 25, 2016 at 20:58 #130147LauraModeratorHello, can you share admin credential so i can check it out?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
July 26, 2016 at 23:47 #130333dsnicheParticipantLaura could you please set the previous reply I posted with the admin credentials as private or delete it? I forgot to tick the private reply box and I don’t see any option to edit after posting.
July 27, 2016 at 22:49 #130453LauraModeratorHello, try using this
COPY CODE.profile .seven.columns { display: none !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionLaura 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 🙂
July 28, 2016 at 00:01 #130469love2playgamesParticipantHi Laura,
How can I keep those EMPTY profile tabs stay on the profile if no info?
A mean if the members DO NOT input their profile information, example: age , city, single, etc, I realized all those tabs is invisible? This will make the section looks plain and ugly!!!
I am wondering is there a code I can use even if the members DO NOT put their profile info? But at least those tab boxes still being shown BUT just empty fields.
Please advise, thanks
Attachments:
You must be logged in to view attached files.July 28, 2016 at 20:28 #130563LauraModeratorHello, that is no available right now, but maybe a developer could do it for you 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
August 1, 2016 at 06:18 #130842LauraModeratorGlad to help! 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
August 9, 2016 at 06:07 #131754dsnicheParticipantHi Laura, sorry to bug you again. But I just noticed that the profile tabs appear again in the blue area when I navigate to Buddypress subnav tabs other than the main one.
A screenshot is attached. I’ve made “Profile” my main Buddypress tab. If I go to “Messages” or “Settings” tab then the profile tabs appear again in the top blue profile area.
Attachments:
You must be logged in to view attached files.August 10, 2016 at 05:15 #131874LauraModeratorHello, please share access to admin credentials 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
August 15, 2016 at 18:23 #132510LauraModeratorHello, added solution to your quick css, the code is
COPY CODE#profile .seven.columns { display: none !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
August 16, 2016 at 01:28 #132597dsnicheParticipantThanks Laura! I’m a little confused because that’s the same code that you gave me before, but for some reason it works now. 🙂
August 17, 2016 at 19:10 #132883LauraModeratorHello, the difference is that the first one was .profile and this one is #profile ( change from class to ID 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
-
AuthorPosts
You must be logged in to reply to this topic.