Don’t use IE8:)
But I’m looking at demosite using IE8 right now and it looks at it should.
http://foxnet.fi/demot/path/
Link to your site so that we can take a look.
I don’t use IE8 too 🙂 But unfortunately some people do :/ Path demo works great, I’ve checked it.
http://www.marszand.linuxpl.info/
I did a lot of CSS changes, perhaps I messed the code somewhere.
By the way Path theme is great, very flexible, thank you for creaiting it!
@import rule doesn’t work in IE8 and responsive desing. So you need to copy all your styles to child theme style.css and remove @import.
Is that so easy? 🙂 Thanks a lot, I’ll try to do it!
Best!
hello, same problem in IE 8 ! idon’t use it but some do.
http://normandy.tinchebray.free.fr/
i can’t find “@import rule” in style.css. Could you help, please.
thx
You don’t find it where? It’s not suppose to be in parent theme style.css nor the child theme style.css if you want to support IE8. So you are just fine if you don’t find it:)
hi ! thx for answering.
Here you can see the problem.
No menu nor slider in IE :
http://normandy.tinchebray.free.fr/wp-content/uploads/captures.jpg
You are importing parent theme styles with this code in child theme style.css:
/* Importing the parent theme stylesheet. */
@import url( '../path/style.css' );
You should remove it and copy all the styles from parent theme style.css to child theme style.css if you want to support IE8.
ok fine, you saved me !
I’m impressed.
have a good day !
Use of IE8 never impress me:) But hey, sometimes I even need to *support* IE7 even if I don’t want to.