Subhro
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Remove top left corner wordpress logo from block editorYes, I want to remove that logo. Or if possible I want to add another separate logo. Can you please tell me how to do that.
Forum: Developing with WordPress
In reply to: How to remove unnecessary contact fields from profile page?Last question for this ticket, I want to remove the wordpress logo in the top left corner in the block editor while writing new posts or page articles. How to do that?
screenshot: https://paste.pics/176a0f05c8c096acf12514d05a5e7e29
Forum: Developing with WordPress
In reply to: How to remove unnecessary contact fields from profile page?Alright! Thanks I’ll post a topic at their support forum.
Forum: Developing with WordPress
In reply to: How to remove unnecessary contact fields from profile page?I found that it is from Powerkit plugin.
Forum: Developing with WordPress
In reply to: How to remove unnecessary contact fields from profile page?Alright! Then I’ll disable plugins one by one and check through it.
Forum: Developing with WordPress
In reply to: How to remove unnecessary contact fields from profile page?Am seeing this right away since beginning after installation of wordpress. And am not using any member/user management plugin.
Update:
I have added this code:add_action("um_submit_form_login","um_011420_submit_form_error"); function um_011420_submit_form_error( $post_form ){ if( isset( $post_form['user_security_key'] ) ){ // register the error notice UM()->form()->add_error('user_security_key', __( 'Security key can't be blank.', 'ultimate-member' ) ); } }and it has made the field work in login form. But now i need help for the error message (when user input wrong entry in the field).
Can you please send the hook code for showing the error message when the input is wrong in the field (user_security_key).
It would be of a great help!
Thank for reverting back!
I am not very good with php.But i added your code and it responded with a syntax error. Can you please check it.I will be adding a custom text field while i will put meta as user_security_key so please give me a code which i can add so that UM login can handle the field in login form.
Thank you in advance.