We are planning to use Discuz to enable people to leave messages of condolences on our memorial site as well as to leave comments on our post.
The "Be the First to Comment" placeholder is inappropriate on Memorial pages - see:
I had changed it before using Custom CSS but this seems to have moved/disappeared in V7.
Can you indicate where/how I can edit/remove it, preferably in a way which will not be brought back with updates.
Either removing it altogether would be fine -- or changing it to to "Be the First to Post" or "Be the First to Post a Message of Condolence" preferable.
Best wishes
Hi @tobydoyle,
1. To remove the placeholder text you can use the following JS code.
jQuery("#wpdcom .ql-editor.ql-blank").removeAttr("data-placeholder");
The code should be added in the current active theme js files.
2. To change the text just navigate to the Dashboard > Comments > wpDiscus > Phrases admin page, find and change each phrase you need.
Perfect. Thank you. The new version looks like a significant enhancement/improvement in terms of customisation and fuctionality