The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
How can I disable w...
 
Share:
Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] How can I disable wordpress site login on plagin

7 Posts
3 Users
0 Reactions
5,465 Views
Posts: 1
Topic starter
(@useranik12)
New Member
Joined: 5 years ago

I want to disable wp login on comment section 

6 Replies
Asti
Posts: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

Hi @useranik12,

You should disable the 'Show "Login" link on comment form' option. The option is located in the Dashboard > wpDiscuz > Settings > User Authorization and Profile Data admin page. 

More info here: https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/user-authorization-and-profile-data/#show-%E2%80%9Clogin%E2%80%9D-link-on-comment-form

3 Replies
(@citizens-journal)
Joined: 4 years ago

New Member
Posts: 3

In the latest release, shutting off the login link will still not let us disable the login requirement. Please help.

WPDiscuzLoginDisable
(@citizens-journal)
Joined: 4 years ago

New Member
Posts: 3

More:

We can do comments if already logged in, but not if we aren't.

Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8075

@citizens-journal

We can do comments if already logged in, but not if we aren't.

Please clarify a bit. It'd be better if you leave some example URL to allow us better understand the issue. 

Posts: 3
(@citizens-journal)
New Member
Joined: 4 years ago

OK.

Here's a sample post to attempt a reader comment:
https://www.citizensjournal.us/fda-panel-votes-to-recommend-johnson-johnsons-coronavirus-vaccine-for-emergency-authorization/

 

If you aren't logged in to WP, it tells you to (see attachment)

PleaseLogin

, but we have the login link turned off (see image in one of my previous comments above)

We are using the latest WPDiscuz release, with WP 5.5.3.

1 Reply
Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8075

@citizens-journal,

You can use the CSS code below:

#wpdcom .wpd-form-wrap .wpd-login-to-comment {
    display: none;
}

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.

Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.

Share: