Can't see text in Quick Reply Box when typing !
4 posters
Page 1 of 1
Can't see text in Quick Reply Box when typing !
Technical Details
Forum version : #phpBB3
Position : Founder
Concerned browser(s) : Mozilla Firefox, Google Chrome
Who the problem concerns : All members
When the problem appeared : Not sure but it's been a problem for awhile now
Forum link : http://boincblackops.forumotion.com
Description of problem
I/we can't see the text when typing in the Quick Reply Box, if I click on Preview first then I can see what I'm typing. Probably has something to do with the color of the Text ? but I don't know how to change it so the text can be seen.Last edited by Steve Bohl on September 23rd 2017, 8:54 pm; edited 1 time in total
Re: Can't see text in Quick Reply Box when typing !
It would be important to be able to see that area in your forum, some forum where you can write that is visible to guests
Re: Can't see text in Quick Reply Box when typing !
Add this to your JavaScripts.
Title: Whatever you please.
Placement: In the topics
If you want to change the color of the text, you can change the part of the code.
Title: Whatever you please.
Placement: In the topics
- Code:
$(function() {
$(function() {
$(".sceditor-container iframe")
.contents()
.find("head")
.append(
"<style>body,html,code:before,p,table{color:#000 !important;}</style>"
);
});
});
If you want to change the color of the text, you can change the part of the code.
Re: Can't see text in Quick Reply Box when typing !
I put the code in the Java script & submitted it, is it supposed to stay there ? if it is it didn't & there's no change to be able to see the Text in the Quick Reply Box ...
EDIT: Changed the color but still nothing.
EDIT: Changed the color but still nothing.
Last edited by Steve Bohl on September 23rd 2017, 8:33 pm; edited 1 time in total
Re: Can't see text in Quick Reply Box when typing !
can you PM me a test account so i can take a look ?
Re: Can't see text in Quick Reply Box when typing !
Hmm not sure why you can't see it i have just tested this and i have no problem
Try and clear your browser cache
Try and clear your browser cache
Last edited by APE on September 23rd 2017, 8:56 pm; edited 1 time in total
Re: Can't see text in Quick Reply Box when typing !
I tested it again & can see the text now, didn't give it enough time to take hold I guess ... Problem Solved, Thanks
Re: Can't see text in Quick Reply Box when typing !
Problem solved & topic archived.
|
Similar topics
» Quick reply box text color
» Quick Reply Text Color
» text Shadow On The Quick Reply
» Change quick reply text color..
» Change color of "Quick Reply:" text via CSS
» Quick Reply Text Color
» text Shadow On The Quick Reply
» Change quick reply text color..
» Change color of "Quick Reply:" text via CSS
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum