• Resolved backpackingseries

    (@backpackingseries)


    Hello,

    Your plugin is very helpful for sites that do not need to deal with heavy user profiles but still need IDs. Thank you.

    Could you please suggest how to remove the ‘Account’ and ‘Profile’ links from the ‘Change Password’ form? I tried restricting access to these areas by removing their respective pages. But, the ‘Change Password’ form carries the links. Please advise.

    Kind regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can add css to hide it.

    
    .uwp-changepsw {
    display: none;
    }
    Thread Starter backpackingseries

    (@backpackingseries)

    Thank you for the response.

    I am not familiar with coding. So I do not know where and how to add this snippet. Could you please advise?

    Meanwhile, I found a work-around to map the ‘Account’ to another page in the General settings page. Though it works, I would like to remove the link altogether.

    PS: I read somewhere that using the CSS style {display: none} can impact SEO of the site (since it is commonly used by spammers) and is a recommended ‘no-go’. I am not sure whether it is true in this case.

    I am not familiar with coding. So I do not know where and how to add this snippet. Could you please advise?

    Use this plugin.

    https://wordpress.org/plugins/simple-custom-css/

    PS: I read somewhere that using the CSS style {display: none} can impact SEO of the site (since it is commonly used by spammers) and is a recommended ‘no-go’. I am not sure whether it is true in this case.

    Merely using display:none will not automatically trigger a penalty. The key is whether or not there is a mechanism - either automatic or one that is invoked by the user - to make the content visible. Google is becoming very adept at processing JavaScript to find and interpret such mechanisms. If you use valid HTML, CSS, and JavaScript you have nothing to worry about. Good luck!

    https://productforums.google.com/forum/?hl=en#!category-topic/webmasters/crawling-indexing–ranking/9IJHC83yge8

    Thread Starter backpackingseries

    (@backpackingseries)

    Thanks very much for that quick help!

    Cheers

    You are welcome 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove ‘Account’ and ‘Profile’ links from ‘Change Password’ Form’ is closed to new replies.