I have completed instructions below, to no resolve:
-Checked my field type settings to ensure users can edit the field is checked. It is.
-Checked user role settings to ensure subscribers have the ability to edit their profiles. That is set.
Please help! I need portal members to be able to edit ALL fields in their user profile.
Thanks!
Angela
]]>A little history: UM was working as it should. Then we activated a WooCommerce shopping cart. At that point we ran into issues with role conflicts between WC Customer and UM Member accounts and registration forms. We could not resolve the conflicts and deactivated the WooCommerce plugin. I do not know where during this process the problems with member profile approvals and editing began.
]]>My user profile info says I’m a WordPress consultant which I’m pretty sure I didn’t tick because I’m not a WordPress consultant, I’m pretty much a WordPress novice/enthusiast. I don’t seem to be able to edit this either. Do I just have to create a new user account with the correct info or is there a way to fix this in the user profile options. All I can see is being asked if I want to join a consultants list (not appropriate for my level of ‘expertise’:-)
Thanks!
A
<?php
/*
Plugin Name: user profile js
Plugin URI:
Description: Add javascript to edit user profile page
Author:
Version:
Author URI:
*/
function my_header_content(){
echo "<script>...</script>";}
add_action("edit_user_profile","my_header_content");
?>
Any help is appreciated
]]>