Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Header not showng up in IE7/8 WordPress

  • SOLVED

The header of my site will not show up in IE7/8

Looking for someone who has the expertise and know - how to quote me to fix this.

This is how it should look but in IE 8 its missing the logo and lady image

http://

barrrys

hair

studio.ie

Answers (3)

2013-04-30

Christianto answers:

Hi Kon Wal,

On your site, the header (logo and header image) style using CSS media queries
@media only screen and (min-width: 960px)
.header {
background: url("images/bgHeader.jpg") no-repeat scroll center top transparent !important;
padding-top: 352px !important;
}


This won't be recognize on older IE version,
you can use [[LINK href="https://github.com/scottjehl/Respond"]]respond.js[[/LINK]], so all css media queries code will be apply on your site.


Kon Wal comments:

Hi
thanks.. looks like this will help but I am clearly not understanding how to implement it..

I added this to my header file before the /head

<!-- Respond.js proxy script on local server -->
<script src="http://barryshairstudio.ie/wp-content/themes/avamys/js/respond.min.js"></script>


Christianto comments:

I couldn't find respond.js file included on your site,
is it your page-template-template-sidebar-php use same header.php file?
cache maybe?


Kon Wal comments:

its respond.min.js

here
ttp://barryshairstudio.ie/wp-content/respond.min.js

and here
ttp://barryshairstudio.ie/wp-content/themes/avamys/js/respond.min.js


Christianto comments:

your respond.min.js not contain correct respond.js code
barryshairstudio.ie/wp-content/themes/avamys/js/respond.min.js

it contain html code of github, the correct code should be like this
https://raw.github.com/scottjehl/Respond/master/respond.min.js

I think you right click and save the link as file instead of view raw code,
And I couldn't find script included on head
<!-- Respond.js proxy script on local server -->
<script src="http://barryshairstudio.ie/wp-content/themes/avamys/js/respond.min.js"></script>


you can give me temporary FTP if you need me to jump on your site and edit it for you.. :)


Kon Wal comments:

yes please do..

i will message you


Kon Wal comments:

thanks
you have it sorted for me now

2013-04-29

Yakir Sitbon answers:

Please use with modernizr.


Kon Wal comments:

I dont know what that is, as i have not used it before. If you give some details or as I said.. quote me to do the work


Kon Wal comments:

ANYBODY?

2013-04-30

Daniel Yoen answers:

more details please, link, screenshot etc.

Thank you,


Kon Wal comments:

updated first post