-
Author
-
March 26, 2016 at 06:24 #112842BccrawfoParticipant
Hi,
I have two topics for questions:
1) Is there a way to remove the “edit profile” link from the “My Account” section of the [pmpro_account] shortcode? If not can you change the “edit profile” link so it links the user to the profile page instead of a wordpress dashboard style page?
2) Is there a way to remove the universal “search feature” [open search with magnifying glass icon] from the [bps_directory] display for results from the profile search forms?
Thank you for looking into this for me!
March 28, 2016 at 08:36 #113035LauraModeratorHello, can you share admin credentials 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 🙂
March 30, 2016 at 21:20 #113679LauraModeratorHello, for 1: Add this to style.css of child theme 🙂
COPY CODE.pmpro_actionlinks a:nth-child(1) { display: none; } form#bbp-search-form { 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 🙂
April 1, 2016 at 04:55 #113977BccrawfoParticipantI tried your code and it worked great, thanks again. I just noticed the “change password” link on the “My Account” section of the [pmpro_account] shortcode also takes the user to the WordPress dashboard. Is there a way to slightly change the code to have it remove “change password” too? Sorry I didn’t notice this sooner!
April 4, 2016 at 21:04 #114526LauraModeratorHello, try
COPY CODE.pmpro_actionlinks a { display: none; }
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
The forum ‘General questions’ is closed to new topics and replies.