-
AuthorPosts
-
February 13, 2019 at 4:25 pm #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
February 18, 2019 at 10:22 am #1068245Hey 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,
IsmaelFebruary 18, 2019 at 11:50 am #1068282Hi
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.
February 19, 2019 at 7:46 am #1068790Hi,
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,
IsmaelFebruary 19, 2019 at 10:33 am #1068862I 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.
ThanksFebruary 20, 2019 at 8:38 am #1069301Hi,
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,
IsmaelFebruary 20, 2019 at 12:40 pm #1069425Ok. I’ll keep checking this on other computers and let you know.
ThxFebruary 20, 2019 at 5:57 pm #1069587Hi Crimson-Guard,
https://cl.ly/91b24ffb260f Looks good in Chrome on a Mac.
If you need further assistance please let us know.
Best regards,
VictoriaFebruary 21, 2019 at 12:11 pm #1069891Hi,
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
February 22, 2019 at 5:06 am #1070208Hi,
@2funky: The blurriness is much more noticeable in your site. We’ll forward the issue to our developers.Best regards,
IsmaelFebruary 22, 2019 at 7:07 am #1070245The same, also blurred text, even reading is unpleasant ((
February 25, 2019 at 4:00 am #1071111Hi,
We reported the issue to the dev team. Please wait for their response.
Best regards,
IsmaelMay 16, 2019 at 5:33 pm #1101538Hi team,
Just wondering if there was any update available on this issue?May 18, 2019 at 10:11 pm #1102113Hi adambot,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.