Text is not visible on full reply & messed up emoticon box position
4 posters
Page 1 of 1
Text is not visible on full reply & messed up emoticon box position
Hello Guys, Good Evening.
Recently i've been installed PunBB themes on my forum and its works fine actually, but there's still a few bugs on it.
1. Text is not visible when using full reply / creating topic
( quick reply works fine with @Draxion code in https://help.forumotion.com/t153920-can-t-see-text-in-quick-reply-box-when-typing )
Here's the preview of the issues :
Full Reply :
Quick Reply works fine :
and the second issues is location of emoticon box.
Emoticon Box :
I want to move the emoticon box from that location onto left beside of square message.
Here :
My Forum Url :
Sorry if i making too many request of help and sorry due the language error cuz english is not my primary language.
Every help from you guys will be greatly appreciated!!
Recently i've been installed PunBB themes on my forum and its works fine actually, but there's still a few bugs on it.
1. Text is not visible when using full reply / creating topic
( quick reply works fine with @Draxion code in https://help.forumotion.com/t153920-can-t-see-text-in-quick-reply-box-when-typing )
Here's the preview of the issues :
Full Reply :
Quick Reply works fine :
and the second issues is location of emoticon box.
Emoticon Box :
I want to move the emoticon box from that location onto left beside of square message.
Here :
My Forum Url :
- Spoiler:
Sorry if i making too many request of help and sorry due the language error cuz english is not my primary language.
Every help from you guys will be greatly appreciated!!
Last edited by ArmorKiller on November 11th 2017, 1:00 pm; edited 1 time in total
Re: Text is not visible on full reply & messed up emoticon box position
Hi, @ArmorKiller
Could you please allow a section in your forum for guests to create new topics so we can check what's wrong and be able to give you an appropriate answer?
Thank you
Could you please allow a section in your forum for guests to create new topics so we can check what's wrong and be able to give you an appropriate answer?
Thank you
Guest- Guest
Re: Text is not visible on full reply & messed up emoticon box position
Re: Text is not visible on full reply & messed up emoticon box position
Okay. Let's start
For a clear text when you write:
Add this in your javascript pages
ACP(Admin Control Panel) > Modules > HTML & JAVASCRIPT > Javascript codes management > Javascript Codes.
Edit the #FFFFFF for the color you want.
For the emoticon box, try to add this CSS:
ACP(Admin Control Panel) > Display > Pictures and Colors > Colors > CSS
Best regards,
mpelmmc
For a clear text when you write:
- Code:
$(function(){$(function(){$('.sceditor-container iframe').contents().find('head').append('<style type="text/css">body, p {color:#FFFFFF;}</style>')});});
Add this in your javascript pages
ACP(Admin Control Panel) > Modules > HTML & JAVASCRIPT > Javascript codes management > Javascript Codes.
Edit the #FFFFFF for the color you want.
For the emoticon box, try to add this CSS:
ACP(Admin Control Panel) > Display > Pictures and Colors > Colors > CSS
- Code:
#smiley-box iframe {
margin-top: -350px;
}
Best regards,
mpelmmc
Guest- Guest
Re: Text is not visible on full reply & messed up emoticon box position
@mpelmmc Thankss! My Emoticon Box is solved. But the code for full reply text color isnt working
Re: Text is not visible on full reply & messed up emoticon box position
What if you erase in your forum the code you mentioned in the first post? The one Draxion made.
Guest- Guest
Re: Text is not visible on full reply & messed up emoticon box position
@mpelmmc still not work i've tried to remove the draxion code and change it with yours. but it only effect to the quick reply, not the full reply.
Re: Text is not visible on full reply & messed up emoticon box position
You will have to remove the code gave by Draxion Not really sure why you want to use JavaScripts to change the colour it only slows your forum down
if it was me I would have just used CSS files and add them at the top of your CSS file page
Here is the one you want if using CSS files:
FIND:
Replace with:
If you can't find the top code then just add the replace code at the top or bottom of your CSS files then save
if it was me I would have just used CSS files and add them at the top of your CSS file page
Here is the one you want if using CSS files:
FIND:
- Code:
body, code::before, html, p, table {
color: #111;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 13px;
margin: 0;
padding: 0;
}
Replace with:
- Code:
body, code::before, html, p, table {
color: #f2eded;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 13px;
margin: 0;
padding: 0;
}
If you can't find the top code then just add the replace code at the top or bottom of your CSS files then save
Re: Text is not visible on full reply & messed up emoticon box position
@APE i've tried but still not work is there any code javascript? i thought modified from the CSS is not giving effect at all for this issues
Re: Text is not visible on full reply & messed up emoticon box position
try and turn off you javascripts and see if it makes any change.
Re: Text is not visible on full reply & messed up emoticon box position
@APE already did that, but still not work. i think its from the template maybe..
i've tried the template to my others forum and its works well.. im wondering which one from the template > general is effecting to the reply box?
i've tried the template to my others forum and its works well.. im wondering which one from the template > general is effecting to the reply box?
Re: Text is not visible on full reply & messed up emoticon box position
Hello @ArmorKiller,
Try adding this code in your CSS:
to the hex color you want.
Try adding this code in your CSS:
- Code:
#textarea_content .sceditor-container textarea, #textarea_content iframe {
color: #000!important;
}
|
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Text is not visible on full reply & messed up emoticon box position
@Luffy still not work like i've been told before i think this issues can be problem with javascript code but not with css cuz i already tried somany css code from the similliar issues like me in here but nothing works
Re: Text is not visible on full reply & messed up emoticon box position
Add the CSS code and clear your browser's cache and history.
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: Text is not visible on full reply & messed up emoticon box position
Are you click the submit button or save button under your CSS?
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: Text is not visible on full reply & messed up emoticon box position
@SLGray i clicked submit and still got nothing. any ideas?
Re: Text is not visible on full reply & messed up emoticon box position
Please send me a PM with a test account for your forum.
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: Text is not visible on full reply & messed up emoticon box position
@SLGray already pm you, please check it
Re: Text is not visible on full reply & messed up emoticon box position
PM received.
I really do not know why the text is not white since there is a line for it already in the CSS styelesheet, unless you added it in the section where I saw it.
Where did you get the theme from? You might need to contact the designer of the theme.
I really do not know why the text is not white since there is a line for it already in the CSS styelesheet, unless you added it in the section where I saw it.
Where did you get the theme from? You might need to contact the designer of the theme.
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: Text is not visible on full reply & messed up emoticon box position
Hello do you mind if i take a look with your test account you sent SLGray ?
I will not change anything with out your say so
If that is ok please PM me with the test account info.
APE.
I will not change anything with out your say so
If that is ok please PM me with the test account info.
APE.
Re: Text is not visible on full reply & messed up emoticon box position
ok i have looked over your forum and i have looked over all your codes and i am so so lost my self.
What i have found:
You have a javascript from I don't know where running that is giving this problem for all i can tell.
if you look in this screen shot when i press the JS it is running
as i change the code the text then changes to white.
Now i have looked over your CSS files and this code is not there i have also looked over your Javascripts and again this is not showing at all.
Can you tell me where you got this Skin ?
as i would like to run more tests on my test forum to see if i can work this out more better then making the change on your forum.
I clicked the JS code here to see the code running
What i have found:
You have a javascript from I don't know where running that is giving this problem for all i can tell.
if you look in this screen shot when i press the JS it is running
as i change the code the text then changes to white.
Now i have looked over your CSS files and this code is not there i have also looked over your Javascripts and again this is not showing at all.
Can you tell me where you got this Skin ?
as i would like to run more tests on my test forum to see if i can work this out more better then making the change on your forum.
I clicked the JS code here to see the code running
Re: Text is not visible on full reply & messed up emoticon box position
@APE Sir, check your pm i already sent the detail on there. thanksss
Re: Text is not visible on full reply & messed up emoticon box position
I sent the information to APE already.
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: Text is not visible on full reply & messed up emoticon box position
Thanks guys I have been to the site where you got the codes and skin from.
I have sent your a PM back about what I found.
The skin is really nice but sadly the site just gives me problems with 100's of popup's and blocks my firefox even with ad blocker installed.
I have sent your a PM back about what I found.
The skin is really nice but sadly the site just gives me problems with 100's of popup's and blocks my firefox even with ad blocker installed.
Similar topics
» Replace text to emoticon using javascript
» Replace text to emoticon (on Forumotion)
» New Chatbox
» Text position
» How to fade background image so links/text is visible? (USING jQuery)
» Replace text to emoticon (on Forumotion)
» New Chatbox
» Text position
» How to fade background image so links/text is visible? (USING jQuery)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum