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.

Text is not visible on full reply & messed up emoticon box position

5 posters

Go down

In progress Text is not visible on full reply & messed up emoticon box position

Post by ArmorKiller November 11th 2017, 12:40 pm

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 :


FFFFFF - Text is not visible on full reply & messed up emoticon box position  110




Quick Reply works fine :

FFFFFF - Text is not visible on full reply & messed up emoticon box position  310


and the second issues is location of emoticon box.

Emoticon Box :


FFFFFF - Text is not visible on full reply & messed up emoticon box position  210

I want to move the emoticon box from that location onto left beside of square message.

Here :

FFFFFF - Text is not visible on full reply & messed up emoticon box position  410


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. Very Happy



Every help from you guys will be greatly appreciated!! Clap


Last edited by ArmorKiller on November 11th 2017, 1:00 pm; edited 1 time in total
ArmorKiller
ArmorKiller
Forumember

Posts : 39
Reputation : 1
Language : Indonesia

http://rfps-community.forumotion.com

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by mpelmmc November 11th 2017, 12:47 pm

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 Wink
mpelmmc
mpelmmc
Helper
Helper

Male Posts : 1092
Reputation : 170
Language : English and Spanish

https://help.forumotion.com/

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by ArmorKiller November 11th 2017, 1:03 pm

Hi @mpelmmc i already set that for PC Games forum. Very Happy

Here's the link :

Spoiler:
ArmorKiller
ArmorKiller
Forumember

Posts : 39
Reputation : 1
Language : Indonesia

http://rfps-community.forumotion.com

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by mpelmmc November 11th 2017, 1:13 pm

Okay. Let's start Smile

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;
}
Here edit the -350 number if you want to customize the position of the emoticon box Wink

Best regards,
mpelmmc :wouhou:
mpelmmc
mpelmmc
Helper
Helper

Male Posts : 1092
Reputation : 170
Language : English and Spanish

https://help.forumotion.com/

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by ArmorKiller November 11th 2017, 1:29 pm

@mpelmmc Thankss! My Emoticon Box is solved. But the code for full reply text color isnt working Sad
ArmorKiller
ArmorKiller
Forumember

Posts : 39
Reputation : 1
Language : Indonesia

http://rfps-community.forumotion.com

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by mpelmmc November 11th 2017, 1:31 pm

What if you erase in your forum the code you mentioned in the first post? The one Draxion made.
mpelmmc
mpelmmc
Helper
Helper

Male Posts : 1092
Reputation : 170
Language : English and Spanish

https://help.forumotion.com/

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by ArmorKiller November 11th 2017, 1:42 pm

@mpelmmc still not work Sad 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.
ArmorKiller
ArmorKiller
Forumember

Posts : 39
Reputation : 1
Language : Indonesia

http://rfps-community.forumotion.com

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by Ape November 11th 2017, 1:54 pm

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 Think
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


FFFFFF - Text is not visible on full reply & messed up emoticon box position  Left1212FFFFFF - Text is not visible on full reply & messed up emoticon box position  Center11FFFFFF - Text is not visible on full reply & messed up emoticon box position  Right112
FFFFFF - Text is not visible on full reply & messed up emoticon box position  Ape_b110
FFFFFF - Text is not visible on full reply & messed up emoticon box position  Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19147
Reputation : 1994
Language : fluent in dork / mumbojumbo & English haha

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

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by ArmorKiller November 11th 2017, 2:29 pm

@APE i've tried but still not work Sad is there any code javascript? i thought modified from the CSS is not giving effect at all for this issues
ArmorKiller
ArmorKiller
Forumember

Posts : 39
Reputation : 1
Language : Indonesia

http://rfps-community.forumotion.com

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by Ape November 11th 2017, 2:46 pm

try and turn off you javascripts and see if it makes any change.


FFFFFF - Text is not visible on full reply & messed up emoticon box position  Left1212FFFFFF - Text is not visible on full reply & messed up emoticon box position  Center11FFFFFF - Text is not visible on full reply & messed up emoticon box position  Right112
FFFFFF - Text is not visible on full reply & messed up emoticon box position  Ape_b110
FFFFFF - Text is not visible on full reply & messed up emoticon box position  Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19147
Reputation : 1994
Language : fluent in dork / mumbojumbo & English haha

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

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by ArmorKiller November 11th 2017, 2:50 pm

@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?
ArmorKiller
ArmorKiller
Forumember

Posts : 39
Reputation : 1
Language : Indonesia

http://rfps-community.forumotion.com

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by TheCrow November 11th 2017, 3:42 pm

Hello @ArmorKiller,

Try adding this code in your CSS:
Code:
#textarea_content .sceditor-container textarea, #textarea_content iframe {
  color: #000!important;
}
and change
Code:
#000
to the hex color you want.
TheCrow
TheCrow
Manager
Manager

Male Posts : 6916
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by ArmorKiller November 12th 2017, 5:30 am

@Luffy still not work Sad 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
ArmorKiller
ArmorKiller
Forumember

Posts : 39
Reputation : 1
Language : Indonesia

http://rfps-community.forumotion.com

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by SLGray November 12th 2017, 6:03 am

Add the CSS code and clear your browser's cache and history.


FFFFFF - Text is not visible on full reply & messed up emoticon box position  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 : 51503
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by ArmorKiller November 12th 2017, 6:13 am

@SLGray not work too
ArmorKiller
ArmorKiller
Forumember

Posts : 39
Reputation : 1
Language : Indonesia

http://rfps-community.forumotion.com

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by SLGray November 12th 2017, 8:30 am

Are you click the submit button or save button under your CSS?


FFFFFF - Text is not visible on full reply & messed up emoticon box position  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 : 51503
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by ArmorKiller November 12th 2017, 4:02 pm

@SLGray i clicked submit and still got nothing. any ideas? FFFFFF - Text is not visible on full reply & messed up emoticon box position  1f629
ArmorKiller
ArmorKiller
Forumember

Posts : 39
Reputation : 1
Language : Indonesia

http://rfps-community.forumotion.com

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by SLGray November 12th 2017, 8:26 pm

Please send me a PM with a test account for your forum.


FFFFFF - Text is not visible on full reply & messed up emoticon box position  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 : 51503
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by ArmorKiller November 13th 2017, 8:03 am

@SLGray already pm you, please check it Very Happy
ArmorKiller
ArmorKiller
Forumember

Posts : 39
Reputation : 1
Language : Indonesia

http://rfps-community.forumotion.com

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by SLGray November 13th 2017, 9:30 am

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.


FFFFFF - Text is not visible on full reply & messed up emoticon box position  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 : 51503
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by Ape November 13th 2017, 11:15 am

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 Smile

If that is ok please PM me with the test account info.

APE.


FFFFFF - Text is not visible on full reply & messed up emoticon box position  Left1212FFFFFF - Text is not visible on full reply & messed up emoticon box position  Center11FFFFFF - Text is not visible on full reply & messed up emoticon box position  Right112
FFFFFF - Text is not visible on full reply & messed up emoticon box position  Ape_b110
FFFFFF - Text is not visible on full reply & messed up emoticon box position  Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19147
Reputation : 1994
Language : fluent in dork / mumbojumbo & English haha

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

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by Ape November 14th 2017, 12:59 am

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.
FFFFFF - Text is not visible on full reply & messed up emoticon box position  Captur41

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. Think

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
FFFFFF - Text is not visible on full reply & messed up emoticon box position  Captur42


FFFFFF - Text is not visible on full reply & messed up emoticon box position  Left1212FFFFFF - Text is not visible on full reply & messed up emoticon box position  Center11FFFFFF - Text is not visible on full reply & messed up emoticon box position  Right112
FFFFFF - Text is not visible on full reply & messed up emoticon box position  Ape_b110
FFFFFF - Text is not visible on full reply & messed up emoticon box position  Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19147
Reputation : 1994
Language : fluent in dork / mumbojumbo & English haha

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

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by ArmorKiller November 14th 2017, 5:04 am

@APE Sir, check your pm i already sent the detail on there. thanksss Very Happy
ArmorKiller
ArmorKiller
Forumember

Posts : 39
Reputation : 1
Language : Indonesia

http://rfps-community.forumotion.com

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by SLGray November 14th 2017, 7:34 am

I sent the information to APE already.


FFFFFF - Text is not visible on full reply & messed up emoticon box position  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 : 51503
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by Ape November 14th 2017, 12:32 pm

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.


FFFFFF - Text is not visible on full reply & messed up emoticon box position  Left1212FFFFFF - Text is not visible on full reply & messed up emoticon box position  Center11FFFFFF - Text is not visible on full reply & messed up emoticon box position  Right112
FFFFFF - Text is not visible on full reply & messed up emoticon box position  Ape_b110
FFFFFF - Text is not visible on full reply & messed up emoticon box position  Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19147
Reputation : 1994
Language : fluent in dork / mumbojumbo & English haha

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

Back to top Go down

In progress Re: Text is not visible on full reply & messed up emoticon box position

Post by ArmorKiller November 14th 2017, 4:09 pm

Thanks @ape @slgray luffy and mmc. Youre great guys. This problem solved by pm with ape.

Please lock it. Gbu all ^^
ArmorKiller
ArmorKiller
Forumember

Posts : 39
Reputation : 1
Language : Indonesia

http://rfps-community.forumotion.com

Back to top Go down

Back to top

- Similar topics

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