Text is not visible on full reply & messed up emoticon box position  Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
4 posters

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

    ArmorKiller
    ArmorKiller
    Forumember


    Posts : 39
    Reputation : 1
    Language : Indonesia

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

    Post by ArmorKiller Sat Nov 11, 2017 11:40 am

    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 :


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




    Quick Reply works fine :

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


    and the second issues is location of emoticon box.

    Emoticon Box :


    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 :

    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 Sat Nov 11, 2017 12:00 pm; edited 1 time in total
    avatar
    Guest
    Guest


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

    Post by Guest Sat Nov 11, 2017 11:47 am

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


    Posts : 39
    Reputation : 1
    Language : Indonesia

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

    Post by ArmorKiller Sat Nov 11, 2017 12:03 pm

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

    Here's the link :

    Spoiler:
    avatar
    Guest
    Guest


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

    Post by Guest Sat Nov 11, 2017 12: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:
    ArmorKiller
    ArmorKiller
    Forumember


    Posts : 39
    Reputation : 1
    Language : Indonesia

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

    Post by ArmorKiller Sat Nov 11, 2017 12:29 pm

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


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

    Post by Guest Sat Nov 11, 2017 12:31 pm

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


    Posts : 39
    Reputation : 1
    Language : Indonesia

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

    Post by ArmorKiller Sat Nov 11, 2017 12: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.
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19324
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

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

    Post by Ape Sat Nov 11, 2017 12: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



    Text is not visible on full reply & messed up emoticon box position  Left1212Text is not visible on full reply & messed up emoticon box position  Center11Text is not visible on full reply & messed up emoticon box position  Right112
    Text is not visible on full reply & messed up emoticon box position  Ape_b110
    Text is not visible on full reply & messed up emoticon box position  Ape1010
    ArmorKiller
    ArmorKiller
    Forumember


    Posts : 39
    Reputation : 1
    Language : Indonesia

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

    Post by ArmorKiller Sat Nov 11, 2017 1: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
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19324
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

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

    Post by Ape Sat Nov 11, 2017 1:46 pm

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



    Text is not visible on full reply & messed up emoticon box position  Left1212Text is not visible on full reply & messed up emoticon box position  Center11Text is not visible on full reply & messed up emoticon box position  Right112
    Text is not visible on full reply & messed up emoticon box position  Ape_b110
    Text is not visible on full reply & messed up emoticon box position  Ape1010
    ArmorKiller
    ArmorKiller
    Forumember


    Posts : 39
    Reputation : 1
    Language : Indonesia

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

    Post by ArmorKiller Sat Nov 11, 2017 1: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?
    TheCrow
    TheCrow
    Manager
    Manager


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

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

    Post by TheCrow Sat Nov 11, 2017 2: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.



    Text is not visible on full reply & messed up emoticon box position  Thecro10
    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!
    ArmorKiller
    ArmorKiller
    Forumember


    Posts : 39
    Reputation : 1
    Language : Indonesia

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

    Post by ArmorKiller Sun Nov 12, 2017 4: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
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

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

    Post by SLGray Sun Nov 12, 2017 5:03 am

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



    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.
    ArmorKiller
    ArmorKiller
    Forumember


    Posts : 39
    Reputation : 1
    Language : Indonesia

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

    Post by ArmorKiller Sun Nov 12, 2017 5:13 am

    @SLGray not work too
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

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

    Post by SLGray Sun Nov 12, 2017 7:30 am

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



    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.
    ArmorKiller
    ArmorKiller
    Forumember


    Posts : 39
    Reputation : 1
    Language : Indonesia

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

    Post by ArmorKiller Sun Nov 12, 2017 3:02 pm

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


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

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

    Post by SLGray Sun Nov 12, 2017 7:26 pm

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



    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.
    ArmorKiller
    ArmorKiller
    Forumember


    Posts : 39
    Reputation : 1
    Language : Indonesia

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

    Post by ArmorKiller Mon Nov 13, 2017 7:03 am

    @SLGray already pm you, please check it Very Happy
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

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

    Post by SLGray Mon Nov 13, 2017 8: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.



    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.
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19324
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

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

    Post by Ape Mon Nov 13, 2017 10: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.



    Text is not visible on full reply & messed up emoticon box position  Left1212Text is not visible on full reply & messed up emoticon box position  Center11Text is not visible on full reply & messed up emoticon box position  Right112
    Text is not visible on full reply & messed up emoticon box position  Ape_b110
    Text is not visible on full reply & messed up emoticon box position  Ape1010
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19324
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

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

    Post by Ape Mon Nov 13, 2017 11:59 pm

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



    Text is not visible on full reply & messed up emoticon box position  Left1212Text is not visible on full reply & messed up emoticon box position  Center11Text is not visible on full reply & messed up emoticon box position  Right112
    Text is not visible on full reply & messed up emoticon box position  Ape_b110
    Text is not visible on full reply & messed up emoticon box position  Ape1010
    ArmorKiller
    ArmorKiller
    Forumember


    Posts : 39
    Reputation : 1
    Language : Indonesia

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

    Post by ArmorKiller Tue Nov 14, 2017 4:04 am

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


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

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

    Post by SLGray Tue Nov 14, 2017 6:34 am

    I sent the information to APE already.



    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.
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19324
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

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

    Post by Ape Tue Nov 14, 2017 11:32 am

    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.



    Text is not visible on full reply & messed up emoticon box position  Left1212Text is not visible on full reply & messed up emoticon box position  Center11Text is not visible on full reply & messed up emoticon box position  Right112
    Text is not visible on full reply & messed up emoticon box position  Ape_b110
    Text is not visible on full reply & messed up emoticon box position  Ape1010
    ArmorKiller
    ArmorKiller
    Forumember


    Posts : 39
    Reputation : 1
    Language : Indonesia

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

    Post by ArmorKiller Tue Nov 14, 2017 3:09 pm

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

    Please lock it. Gbu all ^^