Hi. I am working on this site: rosenhanska.se
On my computer and on my phone the site looks good. But when I visit the site on my ipad the parallax background pictures looks blurry and extremely infocused. Why is that?
Tomas
Hi. I am working on this site: rosenhanska.se
On my computer and on my phone the site looks good. But when I visit the site on my ipad the parallax background pictures looks blurry and extremely infocused. Why is that?
Tomas
Hi Tomas,
I checked with our development team and this seems to be an old version problem that we have already fixed. But we will check to see if there might be a lingering issue here and there.
Thank you for your report. Please kindly stay tuned for the upcoming release to make sure that we have that problem ironed out.
Thank you.
Hi Tomas,
I have a feedback from our development team. Would you please kindly check the parallax background with other mobile devices too? I want to make sure if this is an isolated issue or not.
I also need your device information:
Thank you for your cooperation.
The problem is actually only on my ipad. Not on my iPhone (latest os, safari). The pictures are a little bit to large for the iphone but not blurry as they are on the ipad
Hi Tomas,
This was fixed last year but I can definitely able to reproduce this on latest iOS on iPad, except on older iOS version. This means something on iOS has changed, in which the builder’s device detection is no longer valid.
Another thing is, this doesn’t happen on the simulator and tools I’m using for troubleshooting, hence, I can’t properly see what’s causing this. But I’m on it
Thanks!
Hi. Any news on this?
Hi. Any news on this?
I posted an answer here that could be of help, you’d need to adapt the code:
Hope it helps.
Hi Michael,
Thanks for chiming in!
We highly appreciate it.
Cheers.
Hi. I placed the code in the functions.php but I am still having the same problem. Should I change something in the code? Where in functions.php should I place it?
Hello, @TomasJarvling!
Placing that code anywhere in your functions.php
file in your child theme should have it working. If you are not seeing any effect take place, it could be due to one or multiple forms of caching you may have on your site. Make sure to completely flush your browser cache, any caching plugins you are using on your site, any CDNs you might be using, et cetera.
Cheers!
Hi. Have tried but it didnt work. I am experiencing the same issue on skagenfiber.no
On skagenfiber.no i can see though that the parallax effect works on the two of the rows. These are ”new” rows that I just added and the rows below, where the parallax effect doesnt work, is older. Could that have something to do with it?
Hi Tomas,
I have check your site, and it seems child theme is not active. You need to make the child theme the active theme for the custom functions on it to work.
See Appearance > Themes and make the child theme the active theme.
Thanks,
As I said in my initial post, I believe you would need to adapt the code I shared to the specific issue that @TomasJarvling is describing.
I would pay particular attention to this line (’.featured-image.parallax’) keeping in mind that this is a specific fix for Ben Ryan’s parallax featured image customisation, which displays the background-attachment issue on iPads running the latest iOS 13.
The issue described in this thread seems related, and I imagine in principle the code should work if one knows how to adapt it, but I’m afraid that’s beyond my ability.
Hi Micheal,
Thank you for that reference, but what you have provided is a similar fix that is added before, in which now is failing, which we’re still investigating. It was written in native javascript with the help of Modernzr library, placing that code is easy and should fix it, but it has to conform with the core implementation, especially along with touch detection.
@TomasJarvling, please temporarily implement the provided solution by Michael.
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.