January 23, 2022 6:59 pm
Hello, on my forum all the icons seem to be working except the ones when I click on create topic or comment. It's supposed to be the icons where you can see Bold, Italic, Font size, etc. See the screenshot
Forum Page URL
4 Replies
January 25, 2022 1:41 pm
The "Great top" and "Reply" permissions are disabled, and we cannot see the editor to help you. We need to see the editor to inspect this problem. In most case this issue custom from custom CSS which sets font for all elements. This is a font conflict. So just review all your custom CSS codes or let a new registered user to see the topic/post editor.
January 25, 2022 7:19 pm
add this to custom css
i.mce-i-aligncenter, i.mce-i-alignjustify, i.mce-i-alignleft, i.mce-i-alignright, i.mce-i-backcolor, i.mce-i-blockquote, i.mce-i-bold, i.mce-i-bullist, i.mce-i-charmap, i.mce-i-dashicon, i.mce-i-dfw, i.mce-i-forecolor, i.mce-i-fullscreen, i.mce-i-help, i.mce-i-hr, i.mce-i-indent, i.mce-i-italic, i.mce-i-link, i.mce-i-ltr, i.mce-i-numlist, i.mce-i-outdent, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-redo, i.mce-i-remove, i.mce-i-removeformat, i.mce-i-spellchecker, i.mce-i-strikethrough, i.mce-i-underline, i.mce-i-undo, i.mce-i-unlink, i.mce-i-wp-media-library, i.mce-i-wp_adv, i.mce-i-wp_code, i.mce-i-wp_fullscreen, i.mce-i-wp_help, i.mce-i-wp_more, i.mce-i-wp_page { font: normal 20px/1 dashicons !important; } .mce-ico { font-family: tinymce !important; }
Dashboard > Forums > Settings > Style (custom css)