Big bits of my Website are missing in IE & Safari
I've created a new project from scratch and have added a theme to it.
I've been developing the theme viewing the site in Chrome.
I had a look at it in IE9 and Safari and a number of sections were missing.
A little investigation in IE and I see a warning in the developer tools console....
SEC7113: CSS was ignored due to mime type mismatch
layout_transformations.css
Hovering over the link for the .css file points to /Sitefinity/Public/ResponsiveDesign/layout_transformations.css
Now, I don't have a /Sitefinity/Public/ResponsiveDesign/
folder so it's hardly surprising that it's complaining.
What do I have to do to get this to work in browsers other than Chrome?
I guess I should learn not stop stop for meals!
OK.
Yeah, Its from the Mobile Module...and I think (hope) its a bug that it comes down with no rules defined...
Weird though that it transfers with text\plain....
I'm running into this problem too. I'm also missing a number of CSS and js files that are associated with a user control I've created. Any ideas? This happened for me a few days after I updated a site from SF 4.x to the most recent version of SF5.
@Julia care to post the live URL or code for the control so we can see how it's linking the bits in?
I've resolved this. I forgot that SF5 is quirky and needs an extra line of code to recognize CSS, javascript and image files that are static. (That I need to remember this line to all my web.configs is annoying, btw, in case anyone from Telerik is listening.)
<!-- special addition to fix SF 5 glitch serving static files-->
<
add
verb
=
"*"
path
=
"*.css,*.js,*.jpg,*.jpeg,*.gif,*.png,*.swf"
type
=
"System.Web.StaticFileHandler"
/>