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

  • Author
  • #112842
     Bccrawfo
    Participant

    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!

    #113035
     Laura
    Moderator

    Hello, 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 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 🙂

    #113217
     Bccrawfo
    Participant
    This reply has been set as private.
    #113679
     Laura
    Moderator

    Hello, 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 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 🙂

    #113974
     Bccrawfo
    Participant

    Thank you so much! Have a great day!

    #113977
     Bccrawfo
    Participant

    I 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!

    #114526
     Laura
    Moderator

    Hello, 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 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 7 posts - 1 through 7 (of 7 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?