Cush
November 17, 2013, 11:36pm
1
I just noticed something strange the other day when browsing my website on the iPhone. The index and other pages (contact, terms of use, etc) all load, but the actual “Blog Post” won’t. The title appears, but the body doesn’t. The status bar goes crazy and gives up.
Any help is appreciated. here is the URL (typed backwards) aggiws (dot com)
Shaun
November 18, 2013, 2:18am
2
Cush:
I just noticed something strange the other day when browsing my website on the iPhone. The index and other pages (contact, terms of use, etc) all load, but the actual “Blog Post” won’t. The title appears, but the body doesn’t. The status bar goes crazy and gives up.
Any help is appreciated. here is the URL (typed backwards) aggiws (dot com)
hmm, That’s really odd.
And I’m assuming you tested on other phones and they work fine, yeah? Just iPhone fails?
There aren’t any Javascripts that may be acting up, right?
Next thing I could think of is maybe the page size is very large so the browser gives up loading it.
Cush
November 18, 2013, 4:33am
3
Not too sure about the Javascripts acting up. Where can I check that?
Hi there,
This is because “Around the web” section and the ads are not responsive. You can hide the ads on mobile devices using this snippet:
@media only screen and (max-width: 767px) {
body {
overflow-x: hidden;
}
ins iframe {display: none;}
.footer-item {
width: 100%!important;
float: none;
}
}
Remember this is a quick fix !