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.

Color on message box has changed color, I can't fix it. Pleas help

3 posters

Go down

In progress Color on message box has changed color, I can't fix it. Pleas help

Post by rebstew187 Tue 17 Sep - 0:32

Hope someone can help. The forum in question is scroungers.net The forum was made years ago and I'm not that computer smart to figure this out. I changed the colors around to where the forum had a black back ground and we used white letter. Just a basic flip flop in colors. A few month ago I guess something went on with our server but the box you type messages in turned white. It was black. With the white box you couldn't see the whiter words. I tried to switch a few things around but I can't figure it out. I turned our words green so at least we could see what we are typing but people using cell phones and some other things are having a hard time working everything. 

What I need is for the message box that you type in to just be black. That would solve all these issues. I went to the color and text size section and tried to do it but just didn't have any luck. I have tried many times. I'm not sure if I'm just over looking something or what.
 Please help. http://www.scroungers.net/forum
avatar
rebstew187
New Member

Posts : 11
Reputation : 1
Language : english

Back to top Go down

In progress Re: Color on message box has changed color, I can't fix it. Pleas help

Post by Ape Tue 17 Sep - 0:56

Good evening, I think your find that this was down to the new editor settings that FM gave us the other month
you may find the fix here
https://help.forumotion.com/t124616-new-editor-for-forumotion-forums
if not let me know and i will see if i can find a code to add in your CSS files to fix this







EDIT: Give this a try

Add this to the top of your CSS files
ACP >> Display Tab >>  Color on message box has changed color, I can't fix it. Pleas help Images_couleurs Pictures and Colors >> Colors >> CSS stylesheet
Code:
.sceditor-container iframe, .sceditor-container textarea {  
background-color: #000000!important;}
 SAVE.


Ape Neutral
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

In progress Re: Color on message box has changed color, I can't fix it. Pleas help

Post by rebstew187 Tue 17 Sep - 5:11

Thanks so much for your help. It did work but now I have another issue. The text is dark grey or almost black and I can't figure out which one turns it back to red text just for the message box. I have the forum all screwed up now.Color on message box has changed color, I can't fix it. Pleas help Whistle
avatar
rebstew187
New Member

Posts : 11
Reputation : 1
Language : english

Back to top Go down

In progress Re: Color on message box has changed color, I can't fix it. Pleas help

Post by SLGray Tue 17 Sep - 6:48



Color on message box has changed color, I can't fix it. Pleas help 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 : 51464
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: Color on message box has changed color, I can't fix it. Pleas help

Post by rebstew187 Tue 17 Sep - 7:26

The text is still showing up black. Here is what I have. Maybe I'm doing something wrong. I'll leave the forum the way it is now so you can see what I mean too.

.sceditor-container iframe, .sceditor-container textarea 
 div.sceditor-container textarea {
    background-color: #000000 !important;
}
div.sceditor-container {
    background-color: #000000 !important;
}.sceditor-container iframe, .sceditor-container textarea {
    color: #FFFFFF !important;
}
avatar
rebstew187
New Member

Posts : 11
Reputation : 1
Language : english

Back to top Go down

In progress Re: Color on message box has changed color, I can't fix it. Pleas help

Post by SLGray Tue 17 Sep - 7:30

Add it to the top of your CSS stylesheet.


Color on message box has changed color, I can't fix it. Pleas help 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 : 51464
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: Color on message box has changed color, I can't fix it. Pleas help

Post by rebstew187 Tue 17 Sep - 7:39

I did. I still have black text in my message box.

http://www.scroungers.net/t6304-forum-test
Yes I did save it.
avatar
rebstew187
New Member

Posts : 11
Reputation : 1
Language : english

Back to top Go down

In progress Re: Color on message box has changed color, I can't fix it. Pleas help

Post by SLGray Tue 17 Sep - 7:40

Wait a minute, are you talking about the posted color or the color when you are exactly typing it?


Color on message box has changed color, I can't fix it. Pleas help 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 : 51464
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: Color on message box has changed color, I can't fix it. Pleas help

Post by rebstew187 Tue 17 Sep - 9:41

 The color when I'm actually typing. I need it to be red or white. Right now the background is black and so is the letters I'm typing on it.
avatar
rebstew187
New Member

Posts : 11
Reputation : 1
Language : english

Back to top Go down

In progress Re: Color on message box has changed color, I can't fix it. Pleas help

Post by rebstew187 Tue 17 Sep - 9:42

After I hit send the text are the right color on the forum. Just when it's being typed you can't see it. Black on black.
avatar
rebstew187
New Member

Posts : 11
Reputation : 1
Language : english

Back to top Go down

In progress Re: Color on message box has changed color, I can't fix it. Pleas help

Post by rebstew187 Tue 17 Sep - 16:25

Anyone??
avatar
rebstew187
New Member

Posts : 11
Reputation : 1
Language : english

Back to top Go down

In progress Re: Color on message box has changed color, I can't fix it. Pleas help

Post by Ape Tue 17 Sep - 17:05

Hello again  Please give this a try Wink

Go to Modules> Manage javascript codes
- Make sure the "Enable Javascript codes management" is checked on YES
- Create a new code. Give it a name ("color wysiwyg" for example)
- Check "on all pages" for investment
- Then in the text box paste this code:

Code:
$(function(){$(function() {  if(!$.fn["sceditor"]) return;  $("#text_editor_textarea").sceditor('instance').css('body { color: red; }')  })});
 Change the color word RED to the color you need or like best Wink

Ape Neutral


Color on message box has changed color, I can't fix it. Pleas help Left1212Color on message box has changed color, I can't fix it. Pleas help Center11Color on message box has changed color, I can't fix it. Pleas help Right112
Color on message box has changed color, I can't fix it. Pleas help Ape_b110
Color on message box has changed color, I can't fix it. Pleas help Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

In progress Re: Color on message box has changed color, I can't fix it. Pleas help

Post by SLGray Tue 17 Sep - 21:06

rebstew187 wrote: The color when I'm actually typing. I need it to be red or white. Right now the background is black and so is the letters I'm typing on it.
rebstew187 wrote:After I hit send the text are the right color on the forum. Just when it's being typed you can't see it. Black on black.
rebstew187 wrote:Anyone??
Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!


Color on message box has changed color, I can't fix it. Pleas help 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 : 51464
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