• Resolved weyck

    (@weyck)


    Hi @all,

    maybe someone can help me?!

    Please have a look at vdt-online.de.

    I want to show ads in the footer widgets 1 and 2. One ad is build with a picture and text. But the text is unreadable. Only, if you mark the text with your mouse you can see the text.

    I use a child theme. If i use the original theme hueman (3.3.2) there is no problem.

    So i renamed my functions.php in my child theme folder. Nothing changed. If i rename my style.css, a php error occurs:
    “Fatal error: Call to undefined function wp_get_current_user() in /www/htdocs/w014df80/vdt-online.de/wp-includes/capabilities.php on line 522”

    Thanks for your help! And thanks for tips, how to troubleshoot such problems by myself.

    Have a good day!

    Greets, Juergen

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter weyck

    (@weyck)

    * Deleted my Child Theme, based on Version 3.2.4.
    * updated my Master Theme “Hueman” from Version 3.3.2 to 3.3.3. Also the Hueman AddOns to 2.0.5.
    * Created a new Child Theme, based on Version 3.3.3
    -> Text in Footer is visible – works fine.

    Reusing my customized Style.css in the new child theme
    -> Problem is back!

    So there is a fault in my style.css. Looks like white letters on a white background 🙁

    Still searching my fault.

    Thread Starter weyck

    (@weyck)

    Oh no…..

    here is the fault in the style.css in my Child theme:

    /* deaktiviert durch JvW 2016/12/28
    .widget { color: #fff; font-size: 15px; overflow: hidden; }
    .widget a { color: #fff; }
    .widget a:hover { color: #fff; font-weight: bold;}
    .widget > h3 { color: #fff; font-size: 15px; font-weight: 400; text-transform: uppercase; margin-bottom: 6px; }
    .widget > h3 a { color: #fff; },
    .widget > h3 a:hover { color: #fff; }
    .widget > h3 a img { display: none; float: left; margin: 3px 7px 0 0; }
    .widget select { border: 1px solid #ddd; color: #fff; font-size: 15px; padding: 7px; width: 100%; max-width: 100%; }
    #footer .widget select { border-color: #eee; }
    */

    Hi,

    You should add .sidebar before .widget in your css code, so that it affects only sidebar.

    Thank you

    Thread Starter weyck

    (@weyck)

    Thank you Denzel Chia! A good tip!

    You are welcome. 🙂
    Thank you

    • This reply was modified 7 years, 3 months ago by Denzel Chia.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Invisible HTML Text in Footer Widgets 1 and 2’ is closed to new replies.