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.
Hi there,
Great plugin! I only miss two things:
- Be able to lock top level comments to 1 per user (per post). So user can write exactly one comment. He can only edit this one comment. Of course he can comment on his or other comments, but only one top level comment. I use the comments as reviews and every user should only be able to write one review
- Be able to use two different placeholders for top level comment and reply:
So I want to use "Your review" on the top level comment and "Your reply" on the reply field
How can I archive those two things?
Thanks in advance!
PS: Will there be a black friday sale for the addons?
Hi @zoker,
I apologize for the late response.
There is not such a feature. However, we'll make some changes in the plugin, and in the next version, we'll provide some solution for you.
Be able to use two different placeholders for top level comment and reply:
add the following code in your theme's js file. Change the red mark color before using.
$('.wc-secondary-form-wrapper textarea').attr('placeholder', 'placeholder text here');
Amazing, thank you!