Notifications
Clear all
Topic starter
19/11/2018 12:33 am
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?
This topic was modified 6 years ago 2 times by Zoker
11/12/2018 3:18 pm
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');
Β
Zoker reacted
Topic starter
11/12/2018 6:43 pm
Amazing, thank you!
Topic starter
02/08/2019 5:34 pm