Hi, Ive lost the text editor on my site. The line you see above with the font, styles ect. Could I have turned it off? Can anyone offer a suggestion, the site is https://wikitrafficticket.com/community/
Thanks, C.
Not sure what a "text editor" is, but try to remove this from your site:
<!-- This page is cached by the Hummingbird Performance plugin v2.4.1 -
https://wordpress.org/plugins/hummingbird-performance/. -->
Hi @connor,
Still the same issue with the active theme. As I've already mentioned it adds {display:none} CSS role for all buttons. See the screenshot below.
Put the CSS code below in the "Custom CSS Code" located in the Dashboard > Forums > Settings > Style Tab:
a.button, input[type=submit], button {
display: inline-block !important;
}
Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.
The CSS code above will solve the issue. However, I'd recommend you contact the theme support and ask them to remove that code.
Great, thank you once again, much appreciated!!