Apr 26, 2021 3:32 pm
Is there a way to offer (or automatically) create a registered site user when someone subscribes to the comments?
Or, require registration to subscribe to comments (not preferred option).
We are using the BuddyBoss platform.
Would any of this functionality be available through the subscription add-on?
1 Reply
Apr 27, 2021 6:41 am
I may suggest you hide subscription form for guests using the CSS code below:
body:not(.logged-in) #wpdcom .wpd-sbs-toggle{ display: none !important; }
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.