Notifications
Clear all

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.

 

wpForo 1.x.x [Solved] Text color not work

9 Posts
4 Users
1 Reactions
3,357 Views
OMTesla
Posts: 217
Topic starter
(@omtesla)
Active Member
Joined: 9 years ago

Oh you are right i was blind sorry 😀

Posts: 24
(@pierreto)
Eminent Member
Joined: 9 years ago

I have same problem, perhap's it's can be good to change this, beacause it's not user friendly !

First small problem i find in your perfect forum 😉

Posts: 2
(@lenkavv)
New Member
Joined: 8 years ago

I am having a similar problem. I tried to write a post in forum and selected text and colorized it in the WYSIWYG. After post submission the text is showing w/o color, seems like style=color has strippted from span tag. Is this a bug or there is an option that I forgot to switch off/on? I even went to database and confirmed that the post body does not have a color tag. Please help.

Posts: 2
(@lenkavv)
New Member
Joined: 8 years ago

fixed by adding the line below to wp-content/plugins/wpforo/wpf-includes/functions.php after $allowed_html['p']['dir'] = TRUE; 

$allowed_html['span']['style'] = TRUE;
Page 2 / 2