Editor Swicher Hides Messages.. WOOT ? O_o
3 posters
Page 1 of 1
Editor Swicher Hides Messages.. WOOT ? O_o
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 ?
Last edited by SpyroDragon on August 23rd 2015, 3:09 am; edited 1 time in total
Re: Editor Swicher Hides Messages.. WOOT ? O_o
So when you are using WYSIWYG mode the text is black?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Editor Swicher Hides Messages.. WOOT ? O_o
I believe so yes.. Check yourself to make sure.. Spyrodragon.com
Re: Editor Swicher Hides Messages.. WOOT ? O_o
CSS Stylesheet:
- Code:
body, code::before, html, p, table {
color: YOUR COLOR;
}
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Editor Swicher Hides Messages.. WOOT ? O_o
I put it in as
and also tried
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
- 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
Re: Editor Swicher Hides Messages.. WOOT ? O_o
Try this:
- Code:
.sceditor-container textarea { color:#fff !important; }
Guest- Guest
Re: Editor Swicher Hides Messages.. WOOT ? O_o
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
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>")})});
Re: Editor Swicher Hides Messages.. WOOT ? O_o
Topic solved and archived
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» New : Add GIFs in your messages via a new button in the editor
» Avatar hides some part of a post
» JS hides the menu buttons for the mobile version.
» The code hides the login button in the admin panel.
» The Editor Tools Are Missing From The Full Message Editor!
» Avatar hides some part of a post
» JS hides the menu buttons for the mobile version.
» The code hides the login button in the admin panel.
» The Editor Tools Are Missing From The Full Message Editor!
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum