Strange flashing of fonts and graphics

Home Forums Porto – Responsive HTML5 Template Strange flashing of fonts and graphics

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #10004864
    malistor
    Participant

    Hi there,

    great theme …
    I have one problem: In the page submitted and others on the site (version 3.3.1) the fonts and graphics are flashing somehow. Any idea?

    Thanks – Ulrich


    #10004870
    Support
    Keymaster

    Hello, can you please send me more information? Such as browser version, etc… A screenshot would be great.

    Thanks.


    #10004877
    malistor
    Participant

    Just have a look at the URL
    http://optimum.me/optiform-webinarspecial.html

    Every time the right circle rotates, the font below and in the button changes its weight ….


    #10004883
    Support
    Keymaster

    Hello, yes, I actually tested it here on Firefox, Chrome and IE and I wasn’t able to see the issue, so that’s why I’m asking the Browser/Version that you’re using so I can check. 🙂 Thanks.


    #10004888
    malistor
    Participant

    Look at the black bar. right side is a red button. Watch the font “Jetzt für €1 testen” as the circle rotates.
    Thanks
    PS On Firefox no probs, just Chrome and Safari


    #10004901
    Support
    Keymaster

    Hello, yes, I was testing on Chrome too, but the weird thing is that the problem doesn’t occurs here. 🙂

    But it’s ok, let’s try something, can you please try to add this:

    (css/custom.css)

    .home-concept, .home-concept {
    	min-height: 500px;
    	-webkit-transform-style: preserve-3d;
    }
    
    .home-concept, .home-concept {
    	-webkit-backface-visibility: hidden;
    	-webkit-transform:translate3d(0,0,0);
    	-webkit-transform-style: preserve-3d;
    	position: relative;
    }

    It’s a technique to prevent webkit from strange behavior that may be happening in a specific version.

    Can you please try that and let me know if the problem persists?

    Thanks.


Viewing 6 posts - 1 through 6 (of 6 total)

This topic is marked as "RESOLVED" and can not rceive new replies.