AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Solved] P html code in lower left of reply box.

2 Posts
2 Users
0 Reactions
1,586 Views
memphisguru
Posts: 23
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@memphisguru)
Eminent Member
Joined: 8 years ago
[#61947]

After I realized what it was i didn't mind the code showing up. In  testing with site members I've had a steady stream of "why is there a P and how come i can't delete it" messages.

I found an old post about this for the 1.x WpForo

https://wpforo.com/community/how-to-and-troubleshooting-2/p-in-the-lower-left-corner-of-the-message-field/paged/2/

Comparing it to the default WordPress editor, but the WordPress editor makes it clear the P is not part of the reply by separating it from the reply content. 

I don't mind keeping it but would like to style it like the WordPress by separating it like a footer bar for the reply box, similar to the WordPress editor and maybe labeling it so non-techy members know to ignore it.

Where would I do that? Is there a template I can override?

 


1 Reply
Sofy
Posts: 5774
 Sofy
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@sofy)
Support Team
Joined: 8 years ago

Hi,

You can use the CSS code like the one provided below: 

#wpforo #wpforo-wrap .mce-statusbar.mce-container.mce-panel.mce-stack-layout-item.mce-last {
      background-color: #69c6c0;
}

Insert the CSS Code in the "Custom CSS Code" textarea in the wpForo > Settings > Colors & Styles admin page.


Share: