• Resolved hemdom

    (@hemdom)


    Whenever I open up the GUI when working on a thread, the text appears white. I unfortunately can’t see the text because the interface background is white too. The only way I knew there was text there, was from highlighting the text. See image below.

    https://i.postimg.cc/KcB4Kb15/2020-01-25-08-26-28.png

    Anybody have a solution?

    NOTE: NSFW link.

    • This topic was modified 4 years, 9 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter hemdom

    (@hemdom)

    This also happens when opening up the source code from threads

    Plugin Author gVectors Team

    (@gvectors-team)

    Hi @hemdom,
    Please try this CSS code. Put it in Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, navigate to forum front-end and press Ctrl+F5 to reset browser cache.

    
    .mce-label{ color: black !important;}
    .mce-textbox{ color: black !important;} 
    .mce-foot .mce-container-body button{ color: black !important;}
    
    Thread Starter hemdom

    (@hemdom)

    Thank you! It’s fixed.

    However, I’m also having the same issue with the icons on the header of threads.
    (Where the font size, bold, italics, underline… is)

    They are making it difficult to see what I’m selecting. Do you have a code I can put in my CSS to fix this issue?

    Thread Starter hemdom

    (@hemdom)

    This also happens in the “topic tag” pop ups.

    Plugin Author gVectors Team

    (@gvectors-team)

    @hemdom,
    Please leave screenshots. I can’t help you without seeing the problem.

    Thread Starter hemdom

    (@hemdom)

    Here.

    https://i.postimg.cc/02vY6tMq/image.png
    https://postimg.cc/w3SH1tqq

    Also, I’m having a new issue. After inserting that code, I cannot type in the main “paragraph” section. I have to go in full screen in order for it to work.

    https://i.postimg.cc/fLwsSQN9/image.png

    • This reply was modified 4 years, 9 months ago by hemdom.
    Plugin Support gVectors Support

    (@gvectorssupport)

    Hi @hemdom,

    Please leave your forum URL to allow us to check the issues.

    Thread Starter hemdom

    (@hemdom)

    [ Link moved to link field in first post and unlinked ]

    it is an adult forum so beware! You can use the off topic thread to test if you’d like

    • This reply was modified 4 years, 9 months ago by Jan Dembowski.
    Plugin Support gVectors Support

    (@gvectorssupport)

    Hi

    Also, I’m having a new issue. After inserting that code, I cannot type in the main “paragraph” section.

    We don’t see such an issue. Everything is working fine.

    https://i.postimg.cc/02vY6tMq/image.png
    https://postimg.cc/w3SH1tqq

    This is a small CSS issue. To solve it, just put the CSS code in the “Custom CSS code” textarea, located in the Dashboard > Forums > Settings > Style Tab.??

    ul.wpf_ac_results {
        color: #000 !important;
    }
    
    .wpf_ac_results li {
        margin: 0;
    }

    Please don’t forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘CSS Issue when adding a link using the GUI’ is closed to new replies.