Notifications
Clear all

[Solved] Letter "P"?

5 Posts
2 Users
2 Likes
397 Views
Posts: 13
Topic starter
(@annealex)
Active Member
Joined: 1 year ago

Probably a dumb question but a user asked about it. What is the letter P that shows up in the bottom left corner when you go to write a new topic or reply? Screenshot attached.

4 Replies
Posts: 93
(@nutritionchat)
Estimable Member
Joined: 4 years ago

p = paragraph. You might also see div, etc - tags for the editor.

Makes more sense in code mode :

 

3 Replies
(@annealex)
Joined: 1 year ago

Active Member
Posts: 13

@nutritionchat thanks! So it is correct for those tags to be displayed?

(@nutritionchat)
Joined: 4 years ago

Estimable Member
Posts: 93

@annealex ... yes, it's normal default behaviour - a feature for more advanced posters, really. Here's a CSS snippet to hide it >

Posted by: @tutrix

Posted by: @themegroup

is there a way to turn the HTML tags off in the bottom left corner? The user base for this particular forum aren't overly tech savvy and the tags will confuse them.

add this to custom css

#wpforo #wpforo-wrap .mce-path-item {display: none !important;}

Dashboard > Forums > Settings > Colors & Styles (Custom CSS)

(@annealex)
Joined: 1 year ago

Active Member
Posts: 13