ThemeForest

IE8 Problem

2 posts
  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
Pinktomato says

Hi,

This has been discussed a lot – However I cannot work out the work around and wonder if someone with more experience can assist. We have a superb wordpress theme installed on a site www.arcforceltd.com The only issue is that in IE8 the company logo doesn’t appear but in every other browser it does.

Perhaps someone can point me in the right direction to what piece of code I should insert where to fix it .. ?

I tried all the plugins available to no avail and have chased the developer with little response.

thanks in advance.

Paul

111 posts
  • Sold between 10 000 and 50 000 dollars
  • Bought between 50 and 99 items
  • Referred between 1 and 9 users
  • Exclusive Author
  • Has been a member for 1-2 years
  • South Africa
WebDesignFudge says

Hi Paul

Ie8 Does’nt play nice with HTML5 tags, the code below should help fix it.

This should help: HTML <!—[if lt IE 9 ]> <script> document.createElement(‘header’); document.createElement(‘nav’); document.createElement(‘section’); document.createElement(‘article’); document.createElement(‘aside’); document.createElement(‘footer’); document.createElement(‘hgroup’); </script> <![endif]—>

CSS header ,nav ,section ,article ,aside ,footer ,hgroup { display: block; }

399 posts
  • Bought between 1 and 9 items
  • Estonia
  • Exclusive Author
  • Has been a member for 3-4 years
  • Microlancer Beta Tester
  • Most Wanted Bounty Winner
  • Sold between 100 and 1 000 dollars
kriskorn says

I’m not sure if this would fix the problem, but Your logo is in CMYK color mode, try to convert it to RGB and upload it again.

2 posts
  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
Pinktomato says

You guys are fantastic – I will give it a try – Even if it doesn’t work thanks for coming back to me ..

by
by
by
by
by