Blank site on responsive check site
Permalink
Hi.
I've tried to check my site with responsive.cc (responsive check), but I only get a blank site.
All of my concrete5 sites are blank.
If I check the site without concrete5, the site appears normaly.
I've testet some other responsive checker, but also only white screen and no code?!
Any ideas?
Thanks alot.
I've tried to check my site with responsive.cc (responsive check), but I only get a blank site.
All of my concrete5 sites are blank.
If I check the site without concrete5, the site appears normaly.
I've testet some other responsive checker, but also only white screen and no code?!
Any ideas?
Thanks alot.
No need for an external service. You can check directly with many browser plugins or the chrome dev console.
I think the iframe restriction is limited to preventing a site from framing itself (and becoming recursive). You can iframe a c5 site in another site when a user is logged in (I added an option to Themeless to hide any traces of the dashboard for such).
I think the iframe restriction is limited to preventing a site from framing itself (and becoming recursive). You can iframe a c5 site in another site when a user is logged in (I added an option to Themeless to hide any traces of the dashboard for such).
You could try using my FREE EZ Preview addon:
http://www.concrete5.org/marketplace/addons/ez-preview...
Hope that helps a bit.
http://www.concrete5.org/marketplace/addons/ez-preview...
Hope that helps a bit.
I am guessing that the responsive tool you're using uses iframes, so it may be that - when signed in- C5 doesn't allow the web page(s) to be displayed within an iframe.
X-FRAME-OPTIONS is likely the culprit, and I'm guessing that C5 changes this for logged in users. This is sometimes changed for security purposes to prevent illegal injections.
Anyway, I would just suggest to stay logged out if using a testing tool that involves iframes.