Tagged: , ,

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1066519

    Hi there
    I recently noticed that texts from blog posts loops were blurry on Windows Chrome (at least mine, but not all of them, despite using same version).
    Please see example page on private content below.

    Through luck, I found out that some CSS was causing the issue.
    On avia-module-postslider-css (/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.css), there is this code

    #top .avia-content-slider, #top .avia-content-slider-inner, #top .avia-content-slider-inner .slide-entry-wrap {
    -webkit-transform-style:flat;
    -webkit-perspective:1000px;
    -webkit-backface-visibility:hidden
    }

    Please note that Chrome 72 DevTools shows those 3 properties as striked, as if they were overriden by a stronger selector or !important though this doesn’t seem to be the case.

    On DevTools, disabling -webkit-perspective removes the blur. (disabling -webkit-backface-visibility seems to have a very slight effect too).

    You can also note that the rules apply to 3 different selectors:

    • #top .avia-content-slider
    • #top .avia-content-slider-inner
    • #top .avia-content-slider-inner .slide-entry-wrap

    I guess the “perspective: 1000px” property is applied 3 times which causes the blur.
    I you remove one or two selectors while leaving the perspective enabled, the blur also vanishes.

    I don’t know why you used perspective here (honestly, I didn’t know this CSS property until now), but I guess I can override this one way or the other.
    A proper fix from you guys might be helpful nevertheless.

    Thank you

    #1068245

    Hey Julien,

    Thank you for the info.

    According to the comment in the stylesheet, that particular css code was added to fix a flickering issue on Safari. We’ll forward this to our developers. Could you give us a screenshot of the issue?

    Best regards,
    Ismael

    #1068282

    Hi
    I temporarily fixed the issue with this CSS

    .avia-chrome #top .avia-content-slider, .avia-chrome #top .avia-content-slider-inner {
        perspective: unset;
    }

    Right now, if I remove this code, the blur is present but slightly less than last week. Couldn’t say why (please note that last week, the blur was not present on a second PC I used to compare).

    A screenshot is attached in private content but please note that the blur is lighter than it has been.

    #1068790

    Hi,

    please note that last week, the blur was not present on a second PC

    Are you sure that it’s not something in your hardware configuration or specs, perhaps, something in the video card or graphic configuration? Anyway, I can’t access that screenshot. Please upload it on imgur or dropbox.

    Best regards,
    Ismael

    #1068862

    I can now confirm the blur in both PC with Chrome 72.
    Screenshot (on Dropbox) and URL are in private content.
    Can you see the blur on your browser?

    Right now, my fix doesn’t always work, I have to remove

        -webkit-perspective: 1000px;
        -webkit-backface-visibility: hidden;

    on your code to fix the blur.

    Not sure what it means.
    Thanks

    #1069301

    Hi,

    Thanks for the update.

    I can’t reproduce the issue on Chrome, Windows 7. The posts look the same with or without the css code. It does move a bit when I toggle the css but they aren’t blurred. This is what I get.

    Screenshot: https://imgur.com/a/9L3Yqvd

    Best regards,
    Ismael

    #1069425

    Ok. I’ll keep checking this on other computers and let you know.
    Thx

    #1069587

    Hi Crimson-Guard,

    https://cl.ly/91b24ffb260f Looks good in Chrome on a Mac.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1069891

    Hi,

    I can confirm the blurry text in PC with Chrome 72, woo 3.5.5 and Enfold latest in one of my pages – see link under private section.
    (I have several other pages where there are no problems – can it possibly. be the font type or something similar.)

    Temporarily fix from Grimson-Guard seems to work for me, but if you try to refresh a few times, you should be able to see that the text are first blurry and there after corrected by css ..

    .avia-chrome #top .avia-content-slider, .avia-chrome #top .avia-content-slider-inner {
        perspective: unset;
    }

    Let me hear if you need more information …

    BR, Pete

    #1070208

    Hi,


    @2funky
    : The blurriness is much more noticeable in your site. We’ll forward the issue to our developers.

    Best regards,
    Ismael

    #1070245

    The same, also blurred text, even reading is unpleasant ((

    #1071111

    Hi,

    We reported the issue to the dev team. Please wait for their response.

    Best regards,
    Ismael

    #1101538

    Hi team,
    Just wondering if there was any update available on this issue?

    #1102113

    Hi adambot,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.