Thanks

Posted in: Newsmag
Post count: 7

The answer I gave you last time was very helpful. Thank you. I want to edit a new part again, but I want to delete various SNS fields from my profile. Where should I edit this part?
https://imgur.com/SBrfMwH

Post count: 35449

Hi,

If you want to delete the fields from WordPress you can do it only if you make changes in theme files, unfortunately these will be lost when you’ll make a theme update.

Also if you want to remove these fields only from the frontend of our website (not WordPress), you can set a custom css and this will not be lost.

The file path for that code that you need to remove is this: -> wp-admin/user-edit.php

Thank you for your understanding!

Post count: 7

thanks for anwser
but I want to delete the item from the back end, not the front end.

Post count: 35449

Hi,

A better solution is to use a custom code to remove these fields, the code need to be set in theme functions.php from here -> wp-content\plugins\td-composer\legacy\Newsmag\functions.php -> https://i.imgur.com/sYAF2MN.png the code can be get from here for each filed you want to remove you need to add this line of code unset( $contactmethods[‘name-of-filed-to-remove’] ); like this -> https://i.imgur.com/WtivfOJ.png -> https://i.imgur.com/2yui8sk.png

Hope this will help you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.