The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Editor Swicher Hides Messages.. WOOT ? O_o

3 posters

Go down

Solved Editor Swicher Hides Messages.. WOOT ? O_o

Post by SpyroDragon August 21st 2015, 8:20 am

Yea when you have text in my " post new thread " or " reply to topic " button, the thing im typing in right now, depending on the Editor , one will show the text, and one will hide the text.. is there a way to get the Text to show in both ?

Editor Swicher Hides Messages.. WOOT ? O_o Help_110


Last edited by SpyroDragon on August 22nd 2015, 11:39 pm; edited 1 time in total
SpyroDragon
SpyroDragon
Forumember

Posts : 455
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

Solved Re: Editor Swicher Hides Messages.. WOOT ? O_o

Post by SLGray August 21st 2015, 8:27 pm

So when you are using WYSIWYG mode the text is black?


Editor Swicher Hides Messages.. WOOT ? O_o Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Editor Swicher Hides Messages.. WOOT ? O_o

Post by SpyroDragon August 21st 2015, 10:38 pm

I believe so yes.. Check yourself to make sure.. Spyrodragon.com
SpyroDragon
SpyroDragon
Forumember

Posts : 455
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

Solved Re: Editor Swicher Hides Messages.. WOOT ? O_o

Post by SLGray August 21st 2015, 11:04 pm

CSS Stylesheet:
Code:
body, code::before, html, p, table {
    color: YOUR COLOR;
}


Editor Swicher Hides Messages.. WOOT ? O_o Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: Editor Swicher Hides Messages.. WOOT ? O_o

Post by SpyroDragon August 22nd 2015, 6:37 am

I put it in as

 
Code:
body, code::before, html, p, table {
    color:#5493B4;
}

and also tried

Code:
body, code::before, html, p, table {
    color: blue;
}



Both don't work.. either code don't work or I did something wrong.


or it might be wrong editor ..

Its the " What you see what you get "  editor
SpyroDragon
SpyroDragon
Forumember

Posts : 455
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

Solved Re: Editor Swicher Hides Messages.. WOOT ? O_o

Post by Guest August 22nd 2015, 6:52 am

Try this:


Code:
.sceditor-container textarea { color:#fff !important; }
avatar
Guest
Guest


Back to top Go down

Solved Re: Editor Swicher Hides Messages.. WOOT ? O_o

Post by SpyroDragon August 22nd 2015, 7:24 am

That don't work either..
SpyroDragon
SpyroDragon
Forumember

Posts : 455
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

Solved Re: Editor Swicher Hides Messages.. WOOT ? O_o

Post by Ange Tuteur August 22nd 2015, 10:30 am

It's WYSIWYG mode, right ? If so, you'll need a script to append a stylesheet to the iframe.

Administration Panel > Modules > Javascript codes management > Create a new script

Placement : In all the pages
Code:
$(function(){$(function(){$(".sceditor-container iframe").contents().find("head").append("<style>body,html,code:before,p,table{color:#fff!important;}</style>")})});
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Editor Swicher Hides Messages.. WOOT ? O_o

Post by SpyroDragon August 22nd 2015, 11:39 pm

works like a charm.. Ange tutor saves the day again. :wouhou:
SpyroDragon
SpyroDragon
Forumember

Posts : 455
Reputation : 2
Language : English

http://tlos.forumotion.net/

Back to top Go down

Solved Re: Editor Swicher Hides Messages.. WOOT ? O_o

Post by SLGray August 23rd 2015, 4:19 pm

Topic solved and archived


Editor Swicher Hides Messages.. WOOT ? O_o Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum