-
AuthorPosts
-
May 22, 2018 at 4:37 pm #960407
There are some very old threads about this issue whereby the product slider text is blurry and non-retina in Safari.
I’ve tried removing all the custom css and using the css from those old threads one at a time, but nothing fixes it.
The Product Slider is Retina in Google Chrome, but not Safari.
May 23, 2018 at 6:13 pm #961045Hey John,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia-safari #top .avia-content-slider-inner { -webkit-perspective: none !important; }
If you need further assistance please let us know.
Best regards,
VictoriaMay 30, 2018 at 2:13 pm #964262Thank you, that worked in Quick CSS.
June 1, 2018 at 10:58 am #965186Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardJune 4, 2018 at 4:17 pm #966597Actually it kind of works. The product slider is still not true retina. If you zoom in the text is just rendered and not ‘real’ text. The rest of the text on the page stays smooth (as it should) but the product slider pixelates.
June 4, 2018 at 4:28 pm #966608Hi,
Which version of Safari are you using? I checked on 11.1 and it looks fine on my end :)
Best regards,
YigitJune 12, 2018 at 4:47 pm #971734Safari 11.1.1
The page looks fine at 100%, but if you zoom in the rest of the text on the page stays smooth but the product slider pixelates and looks bad. If you use pinch to zoom on a touch pad you’ll notice it being incorrectly rendered as you zoom in and it re-renders badly pixellated as soon as you take your fingers off the touchpad. The rest of the page zooms in as you’d expect.
It’s not a big deal and there won’t be too many people other than me that will ever notice though :-)
You can see an example in the link…
- This reply was modified 6 years, 5 months ago by ESB.
June 12, 2018 at 5:40 pm #971746Hi,
It looks fine even after zooming in for me. I attached a screenshot in private content field below.
Best regards,
YigitJune 12, 2018 at 8:54 pm #971836I’ve just tried on a different Mac running Safari 11.1 and I get the same pixellated text. I’ve attached a screenshot.
June 13, 2018 at 10:37 am #972198Hi ESB,
Can you please try the code like this:
.avia-safari #top .avia-content-slider-inner * { -webkit-perspective: none !important; }
If you need further assistance please let us know.
Best regards,
VictoriaJune 14, 2018 at 11:25 am #972776I’ve replaced the code with the code above but it doesn’t seem to make a difference. When you zoom in you get the exact same effect as per my previous screenshot.
June 18, 2018 at 12:37 pm #974199Hi ESB,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.avia-safari #top .avia-content-slider-inner small { -webkit-perspective: none !important; }
If you need further assistance please let us know.
Best regards,
VictoriaJuly 16, 2018 at 11:07 am #985893Hi
This doesn’t work, either in quick Css or directly into custom.css
In fact it looks non-retina at all zoom levels now in Safari on Mac and iOS.
July 17, 2018 at 8:10 am #986289Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.avia-safari #top .avia-content-slider, .avia-safari #top .avia-content-slider-inner, .avia-safari #top .avia-content-slider-inner .slide-entry-wrap { -webkit-perspective: initial; }
Best regards,
YigitJuly 17, 2018 at 10:53 am #986348I think that’s fixed it!
Thank you :-)
July 17, 2018 at 2:51 pm #986452Hi ESB,
Glad that Yigit helped you :)
Let us know if you need further assistance or if we can close this thread.Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.