Tagged: ,

Viewing 12 posts - 31 through 42 (of 42 total)
  • Posted in: Flexform
  • #264098
    zero1media
    Member
    Post count: 13

    @David Martin:

    Do you think that this is looking fine?

    https://www.dropbox.com/s/97fnnx3kd79qqaj/Screenshot%202016-04-27%2014.38.54.png?dl=0
    https://www.dropbox.com/s/n1dyuyarlnmjtwp/Screenshot%202016-04-27%2014.39.20.png?dl=0

    Browser cache is wiped clean here…besides it seems to appear on other computers….you can also test it on browserstack or other similar services…the problem still persists.

    Would appreciate a solution.

    Thanks & Regards
    Alec

    #264103
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Alec,

    Please can you try adding this custom css, to see if it resolves the issue?

    .wf-loading p, .wf-loading a, .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6 {
    	visibility: visible;
    }
    

    Let us know.

    – Ed

    #264104
    zero1media
    Member
    Post count: 13

    addition:

    it seems like if you enter http://anwaltstexte.com or follow a link from another page the site is being rendered normally (most of the time).
    However if you just enter anwaltstexte.com manually (without http://) the site is broken.

    #264105
    zero1media
    Member
    Post count: 13

    Hi Ed,

    thanks for your reply.

    However as already mentioned before the code was already in place.

    Here’s what currently in my custom css:

    .wf-loading p, .wf-loading a, .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6 {
    visibility: visible;
    }

    .wf-loading body{
    visibility:visible !important;
    }

    #264106
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    What OS/FF version are you using? I am on Mac: http://d.pr/i/1gyqi

    Thanks.

    #264107
    zero1media
    Member
    Post count: 13

    MacOS 10.11.4
    FF 45.0.2

    I also tested on broserstack on FF 45 and 46 on Windows 10, 8, etc….same issue…you can check yourself:

    https://www.browserstack.com

    #264112
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Can you add a WP login for us, I’ll need to see how you have setup your font?

    Thanks.

    #264113
    zero1media
    Member
    Post count: 13
    This reply has been marked as private.
    #264119
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Ahh – apologies. Please can you try replacing the theme header.php file with the contents here: http://pastie.org/private/thzvsdxppblqvmznpstjvg

    That updates the Google Font integration, which should sort the issue.

    Let us know.

    – Ed

    #264121
    zero1media
    Member
    Post count: 13

    Hi Ed,

    thanks for your reply.

    I’ve update the header.php inside the theme folder, but unfortunately the problem still persists 🙁

    Alec

    #264124
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Doesn’t look to have changed on your live site – can you check?

    – Ed

    #264125
    David Martin – Support
    Moderator
    Post count: 20834

    This is partly because of these CSS errors you have:

    .span-twothirds {
    nav .menu ul li.parent a {
     nav .menu li:hover ul li a {
            background-color: transparent;
     }

    It should be:

    
    .span-twothirds,
    nav .menu ul li.parent a,
    nav .menu li:hover ul li a {
            background-color: transparent;
     }

    I have changed that, now all fonts load.

    Thanks.

Viewing 12 posts - 31 through 42 (of 42 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register