Remove the "website" field from the comment section?

Posted in: Newspaper
Post count: 30

Hello, i have view this article for remove website field from comment section:
https://forum.tagdiv.com/topic/how-to-remove-website-box-from-comment-section/

it works for desktop version, not for mobile plugin.
what should i comment in the plugin?
thanks

Post count: 35449

Hi,

Please provide me a link were I can inspect this website field from forum, in this way I will be able to provide you the right answer.

Thank you for your understanding!

Post count: 30

DESKTOP VERSION -> OK (removed from comment.php)

MOBILE VERSION (i use plugin mobile tagdiv)

  • This reply was modified 7 years by geniovi.
Post count: 35449

Hi,

Unfortunately I need a link were I can inspect this problem, I can not get the information I need from some screenshots, sorry!
Please provide a link!

Thank you for your understanding!

Post count: 30

Site: https://bit.ly/2NAcWLA
in a newspaper->includes->wp_booster->comments.php i comment out part of code with “url =>” and it works in a desktop version

Post count: 35449

Hi,

If you are using the mobile theme all you need to do is to set this custom css in Theme panel> Mobile Theme> Custom code / css –
.comment-form .td-form-url {
display: none;
}

or you can comment in wp-content/themes/Newspaper/mobile/comments.php
-> https://www.screencast.com/t/lXMwafFzqEeE

Thank you!

Post count: 30

Perfect. Thanks!

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