Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
I have a strange problem. In the lower left corner of the message field I always see the character "p" displayed. The character cannot be removed. I am not sure it is directly related to wpForo, since I also have it with *this* forum, not only with my own forum. Is this a browser problem perhaps? Any ideas? See attached screenshot.
Aha I see, so that is a bit naive from me, sorry. Still I don't want the symbol to be there, so I will have a look elsewhere if it can be removed. Thanks Robert.
I could still use some help on this. In the example you show it is pretty clear that the "p"is not part of the main text, but in the standard wpforo installs (in our situation at least) I find it confuding to the user. Most of our users are computer illeteartes, I might add. I don't find any place in the standard WordPress where I can change this, and googling does not bring me much further, either. Can you please steer me in the right direction here?
Please navigate to Dashboard > Forums > Settings > Styles admin page and put this CSS code in Custom CSS Code textarea, then save it, delete all cache and do Ctrl+F5 on forum front:
#wpforo #wpforo-wrap .mce-statusbar.mce-container.mce-panel.mce-stack-layout-item.mce-last .mce-container-body.mce-flow-layout{
display:none;
}