Notifications
Clear all
How-To and Troubleshooting
3
Posts
2
Users
1
Reactions
1,322
Views
Topic starter
04/04/2019 7:20 pm
hi tnx for the very good plugin how can i to show just quicktags (spoiler) plz help me?
04/04/2019 7:57 pm
Hi @edfa61e890,
First of all, thank you for using wpDiscuz and for contacting us.
As far as I understand you'd like to remove all quicktags escape the spoiler. If so please navigate to Dashboard > Comments > Settings > styling admin page, add the following code in "Custom CS code" textarea, save it delete all caches and press CTRL+F5 on the frontend.
div#qt_wc-textarea-0_0_toolbar > input[type=button]:not(#qt_wc-textarea-0_0_wpdiscuz_spoiler) {
display: none !important;
}
edfa61e890 reacted
Topic starter
04/04/2019 10:29 pm
oh thnks bro , thats solved my problem