Hi all,
I have BBPress with TinyMCE editor but it looks black and different than always. 
I would like to use it with the common format, like this ->
Why it looks bad? How can I change it?
This is my web https://www.farobursatil.com/Foro/trading-algoritmico/
Thanks!
-
This topic was modified 5 years by
zebal.
Hi zebal,
I just checked these two plugin and for me is working correctly -> https://i.imgur.com/Hg1OSPD.png
Thank you!
Hi Calin,
Sorry but something in your Theme is adding aggressive written styling for buttons.
https://support.dev4press.com/forums/topic/tinymce-editor-without-html-tags/
Could you please tell me how can I do to see the editor like you?
Thanks
Hi zebal,
I use the default WordPress style and I just installed the theme and these plugins -> https://i.imgur.com/guHifxT.png and that is all I’ve done. The results are these -> https://i.imgur.com/SZQlOKs.png,
Also the ling provide is not working for me, sorry!
Thank you!
Hi Calin,
This is not the problem. The TinyMCE editor works perfect inside wordpress/wp-admin.
The problem is when someone wants to reply in the forum. This Visual Editor is with a wrong CSS.
Please take a look this link to understand the problem –> https://support.dev4press.com/forums/topic/tinymce-editor-without-html-tags/#post-64454
And check what I telling you checking my website –> https://www.farobursatil.com/Foro/trading-algoritmico/
Hi,
In order to be able to see the form as you, I need an account to can sign in -> https://i.imgur.com/Pqb0Kb2.png in this way I will be able to provide a css to help you!
Thank you!
Hi,
Please try this custom css -> https://i.imgur.com/ZvBUd1m.png
#bbpress-forums button {
color: #222;
background: transparent;
}
#bbpress-forums button:hover .mce-ico, #bbpress-forums button:hover span {
color: #fff;
}
Set the code in theme panel> custom code> custom css.
hope this will help you!