Something seems wrong when i browse my site with IE 9-8-7. It is rendered perfectly with Chrome, Safari, Firefox and Opera. What can be the reason? Thank you.
Wrong View In Internet Explorer
Something seems wrong when i browse my site with IE 9-8-7. It is rendered perfectly with Chrome, Safari, Firefox and Opera. What can be the reason? Thank you.
Wrong View In Internet Explorer
You must be logged in to post a comment.
These are the very first lines of HTML:
Having stuff before the doctype is throwing IE into Quirks Mode, which is the reason your site is not displaying properly in IE.
More importantly, your site appears to have been hacked. Browsing to hxxp://bit.ly/vjqJ4w takes you somewhere you probably don’t want to go.
actually the solution to this is very simple.
but let me explain first what causes this.
no. 1 reason is that you or your developer probably grabbed some cracked/hacked/nulled themes from warez distributor sites.
so to fix this issue. just open your index.php under your themes root folder
and look for this:
delete the entire script and your site should work normal.
Something is forcing IE to run in quirks mode (ie IE5.5 mode) in your page. When you hit F12, you can see the current document mode and change it.
The doctype seems correctly set when I look at the source code… I don’t see what thirtydot is seeing.
It’s (highly) possible that you are using some sort of wordpress plugin which is causing issues in some cases (which would explain why bingjie2680 didn’t notice anything.
Try fixing your code errors and revalidating. [Invalid] Markup Validation of omergencay.com – W3C Markup Validator. Scroll down in the validation report to see line numbers and source code.