No captions are visible when I send emails through the forum. 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.
3 posters

    No captions are visible when I send emails through the forum.

    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1881
    Reputation : 22
    Language : Bulgarian

    In progress No captions are visible when I send emails through the forum.

    Post by smurfavr Tue 15 May - 14:02

    No captions are visible when I send emails through the forum. How can I fix this problem?If it changes colors from the admin panel?

    No captions are visible when I send emails through the forum. 9328396K


    Last edited by smurfavr on Tue 15 May - 17:58; edited 1 time in total
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    In progress Re: No captions are visible when I send emails through the forum.

    Post by skouliki Tue 15 May - 17:37

    try this 

    if you have this code in your css change the color from black #000 to white #fff
    if you dont have it in your css then add it

    Code:
    textarea {
        color: #fff!important;
    }

    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1881
    Reputation : 22
    Language : Bulgarian

    In progress Re: No captions are visible when I send emails through the forum.

    Post by smurfavr Tue 15 May - 17:48

    I have that?
    Code:
    textarea[name="poll_option_text"] {
              color: #FFFFFF !important;
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    In progress Re: No captions are visible when I send emails through the forum.

    Post by skouliki Tue 15 May - 17:53

    thats a different area
    try my code

    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1881
    Reputation : 22
    Language : Bulgarian

    In progress Re: No captions are visible when I send emails through the forum.

    Post by smurfavr Tue 15 May - 17:58

    Thank you. The text is now visible.
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    In progress Re: No captions are visible when I send emails through the forum.

    Post by skouliki Tue 15 May - 18:07

    you are very welcome

    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    In progress Re: No captions are visible when I send emails through the forum.

    Post by Draxion Wed 16 May - 14:34

    Unlocked as requested
    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1881
    Reputation : 22
    Language : Bulgarian

    In progress Re: No captions are visible when I send emails through the forum.

    Post by smurfavr Wed 16 May - 14:40

    @skouliki
    I put the code you gave me, but the captions in the new topic field are not visible.

    No captions are visible when I send emails through the forum. 9329115W
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    In progress Re: No captions are visible when I send emails through the forum.

    Post by skouliki Wed 16 May - 15:27

    Is there a link of new topic  i can see as a guest ? Or send me a test account if you can please

    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1881
    Reputation : 22
    Language : Bulgarian

    In progress Re: No captions are visible when I send emails through the forum.

    Post by smurfavr Wed 16 May - 15:53

    skouliki wrote:Is there a link of new topic  i can see as a guest ? Or send me a test account if you can please
    Pm
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    In progress Re: No captions are visible when I send emails through the forum.

    Post by skouliki Wed 16 May - 16:07

    received thanks 
     you have the same issue with quick reply, new topic and post reply right?

    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1881
    Reputation : 22
    Language : Bulgarian

    In progress Re: No captions are visible when I send emails through the forum.

    Post by smurfavr Wed 16 May - 16:14

    Yes
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    In progress Re: No captions are visible when I send emails through the forum.

    Post by skouliki Wed 16 May - 16:15

    skouliki wrote:try this 

    if you have this code in your css change the color from black #000 to white #fff
    if you dont have it in your css then add it

    Code:
    textarea {
        color: #fff!important;
    }
    to the above code, i gave you make the color #000 so all text in reply and new topic can return to black 
    and then we will see the original issue with the text in the mails

    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1881
    Reputation : 22
    Language : Bulgarian

    In progress Re: No captions are visible when I send emails through the forum.

    Post by smurfavr Wed 16 May - 16:17

    How can one solve both problems?
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    In progress Re: No captions are visible when I send emails through the forum.

    Post by skouliki Wed 16 May - 16:21

    we are doing this step by step 

    cause they are  different areas with opposite results black 
    with white text and white with black text 

    unless you want the email form to be white background with black text as the reply and new topic is

    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1881
    Reputation : 22
    Language : Bulgarian

    In progress Re: No captions are visible when I send emails through the forum.

    Post by smurfavr Wed 16 May - 16:26

    unless you want the email form to be white background with black text as the reply and new topic is

    yes
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    In progress Re: No captions are visible when I send emails through the forum.

    Post by skouliki Wed 16 May - 16:30

    ok change the color to the above code to #000 please



    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1881
    Reputation : 22
    Language : Bulgarian

    In progress Re: No captions are visible when I send emails through the forum.

    Post by smurfavr Wed 16 May - 16:38

    To send an email, the letters are not visible again.
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    In progress Re: No captions are visible when I send emails through the forum.

    Post by skouliki Wed 16 May - 16:42

    add this to your css

    Code:
    #text_editor_iframe, input.post, select, textarea.inputbox, textarea.post {
        background-color: #fff;
    }

    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1881
    Reputation : 22
    Language : Bulgarian

    In progress Re: No captions are visible when I send emails through the forum.

    Post by smurfavr Wed 16 May - 17:55

    The other code to remove it?
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    In progress Re: No captions are visible when I send emails through the forum.

    Post by skouliki Wed 16 May - 17:57

    no no

    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1881
    Reputation : 22
    Language : Bulgarian

    In progress Re: No captions are visible when I send emails through the forum.

    Post by smurfavr Wed 16 May - 18:04

    I removed the old code and everything worked well without it. No captions are visible when I send emails through the forum. Mouais
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    In progress Re: No captions are visible when I send emails through the forum.

    Post by skouliki Wed 16 May - 18:08

    maybe you had the code twice cause i see it ..

    No captions are visible when I send emails through the forum. Scree437

    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1881
    Reputation : 22
    Language : Bulgarian

    In progress Re: No captions are visible when I send emails through the forum.

    Post by smurfavr Wed 16 May - 18:09

    Let the topic not lock, not to come up with another problem.

    psp
    Its possible.


    Last edited by smurfavr on Wed 16 May - 18:10; edited 1 time in total
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    In progress Re: No captions are visible when I send emails through the forum.

    Post by skouliki Wed 16 May - 18:10

    check your editors , reply, new topic, quick reply, email etc and when you are ok inform us

    smurfavr
    smurfavr
    Active Poster


    Male Posts : 1881
    Reputation : 22
    Language : Bulgarian

    In progress Re: No captions are visible when I send emails through the forum.

    Post by smurfavr Wed 16 May - 18:12

    Thank you.
    For now everything works well. thumleft


    Let the topic not lock, not to come up with another problem.
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    In progress Re: No captions are visible when I send emails through the forum.

    Post by skouliki Wed 16 May - 18:13

    you very welcome