• roxydu33

    (@roxydu33)


    Hello,
    I have a problem with my website. I use Adelle theme, the last version, and the last version of wordpress.
    The problem ils the font is white when I go on my website with google chrome. So I cannot see the text.
    If I use firefox or IE it’s OK. With chrome, if I press F12 to show the debuger, the text appears direct, without I do nothing else !
    My website is : https://www.accessoireaufeminin.com/
    I try to update the style.css to set the font color in black, but it doesn’t work.
    Thank you to help me

Viewing 9 replies - 1 through 9 (of 9 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try deactivating your chrome addons to check whether any could be responsible. I can’t see your issue in Chrome.

    Thread Starter roxydu33

    (@roxydu33)

    Hello,
    Thank you.
    It’s not a problem with chrome add-on, I have try it. I have got 2 websites wich use this theme and I have the problem with the 2 websites. I have see about 10 other websites witch use this theme and they have not this problem.
    Do you see the text in my website https://www.accessoireaufeminin.com/ when you use chrome ?
    Thanks and sorry for my bad english.

    Giuseppe Genna

    (@giuseppe-genna)

    The same is happening to me. I’m so displeased, I love this theme so much! Just try to have a look on my site – you won’t have a look at all: https://www.giugenna.com My somebody help me, please?
    Thank You in advance, just be kind with me for my roughest english…

    BjScott

    (@bjscott)

    @guiseppe & @roxydu33 … I just looked at both of your websites in the Chrome browser…..and I see the text in your posts just fine. It is a nice gray color.

    Here is a screenshot of what I see of both your sites:

    https://www.dropbox.com/s/zj3bnbi2em9ljpp/gray%20text.JPG

    JamesCLee

    (@jamesclee)

    @guiseppe & @roxydu33 – I’ve encountered the same problem that you’re both seeing. I’m wondering if there is a bug with the theme. At least now I’m feeling a little better that it probably wasn’t something I did.

    Theme Author Bluchic

    (@bluchic)

    Please use this code in functions.php

    // ==================================================================
    // Google Webfont Loader
    // ==================================================================
    function google_webfont_loader() {
      ?>
      <script type="text/javascript">
      /* <![CDATA[ */
    
      (function() {
        var wf = document.createElement('script');
        wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
        wf.type = 'text/javascript';
        wf.async = 'true';
        var s = document.getElementsByTagName('script')[0];
        s.parentNode.insertBefore(wf, s);
      })();
    
      WebFontConfig = {
        google: { families: [ 'Lora:400,400italic', 'Muli:400,400italic', 'Montserrat' ] }
      };
      /* ]]> */
      </script>
      <?php
    }
    add_action( 'wp_head', 'google_webfont_loader' );

    There has been some issue with Google Font loading. Kindly paste the above code in functions.php after the <? symbol

    Thread Starter roxydu33

    (@roxydu33)

    Thank you BjScott to do the screen it’s nice.
    Thanks very much BluChic, your code is OK and my website works with chrome now, super !! ??
    Have a good day ??

    Giuseppe Genna

    (@giuseppe-genna)

    Thank you! It is perfect, I am really so grateful to you, BlueChic!!! <3

    Thank You. Had the same Problem with other theme =)

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Adelle theme bug : font is white (so not visible)’ is closed to new replies.