Notifications
Clear all

[Solved] Private Messaging HTML display

3 Posts
2 Users
1 Likes
629 Views
Posts: 2
Customer
Topic starter
(@herwin-wielink)
Member
Joined: 4 years ago

The Private Messaging text editor allows for adding HTML elements like (un)ordered lists. However in the display of the messages this layout is removed, and the ordered list is just shown as flat text. Is this intended or is there an option to enable this? (like allowing embedded content in PM's?) Thanks! 

2 Replies
Astghik
Posts: 5912
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

@herwin-wielink,

Use the CSS code below to solve the issue: 

#wpforo #wpforo-wrap .wpforo-messages-content ol li {
list-style: decimal !important;
}
#wpforo #wpforo-wrap .wpforo-messages-content ul li {
list-style: circle;
}

The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Styles Tab.  

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.    

Important: We see the license of the addon is expired.  Please note all our products subject to yearly licenses for future updates. You can still use the version you have for an unlimited time. However, you'll not get the new versions and we do not provide support in such cases. 

Please read the license agreement here: https://gvectors.com/terms-and-conditions/#gaining-download-access

Reply
1 Reply
Customer
(@herwin-wielink)
Joined: 4 years ago

Member
Posts: 2

@astghik thanks for the quick reply. I got it working. As for the license, indeed it expired last week. Thanks for pointing that out, I will have a look at that as well.

Reply
Share:
Scroll to top