Website not viewable on Mac
Permalink
One of my websites is suddenly not viewable on Macs. It appears to load, but only displays the background color. This has happened without any intervention on our part. Meaning I have not worked on, edited, changed the website at all, when this error occurred. It had been several weeks, since anyone had done anything on the website except view it.
If I change the UserAgent to iOS, Android, Windows, anything that is not Mac, the website is perfectly viewable. Switch back to a Mac UserAgent and the problem returns. It is not isolated to one browser, we have tried multiple. Cleared our local caches. And have tried multiple devices from our IP address, the problem is only with the Macs.
It also appears to be related to the theme we are using. We have other parts of the website that uses different themes and they work perfectly.
The website is:http://www.wichitamag.com
Any help would be GREATLY appreciated! I have been troubleshooting for a couple days and have had no luck. I feel like the problem is right in front of me. Hopefully some fresh eyes will help.
If I change the UserAgent to iOS, Android, Windows, anything that is not Mac, the website is perfectly viewable. Switch back to a Mac UserAgent and the problem returns. It is not isolated to one browser, we have tried multiple. Cleared our local caches. And have tried multiple devices from our IP address, the problem is only with the Macs.
It also appears to be related to the theme we are using. We have other parts of the website that uses different themes and they work perfectly.
The website is:http://www.wichitamag.com
Any help would be GREATLY appreciated! I have been troubleshooting for a couple days and have had no luck. I feel like the problem is right in front of me. Hopefully some fresh eyes will help.
Wow. Thank you, thank you!
Those errors were not coming through on my end. Nothing about that came up, even in the debugger.
I removed that block and everything appears to be back to normal. Now I can poke around and see what the problem now that I know where to look. When I get it figured out I will post it, in case anyone has a similar problem.
I so appreciate your help!! Thank you again!
Those errors were not coming through on my end. Nothing about that came up, even in the debugger.
I removed that block and everything appears to be back to normal. Now I can poke around and see what the problem now that I know where to look. When I get it figured out I will post it, in case anyone has a similar problem.
I so appreciate your help!! Thank you again!
Just to clarify, you saw these errors?
These errors start right after this section of code.
I have a feeling the problem is related to the metro_weather block.
If you compare the differences in the source code of the working and non-working versions. This is the beginning of the diff. Which is where the metro_weather block outputs to the page.
I would clone the site and try removing the metro_weather block and see if that fixes the problem.
If removing the block fixes the problem, then you can dig around in the block to see if it does any user agent detection and go from there.