Wordpress theme appearing issue with internet explorer - wordpress-theming

I am facing problem with my workplace internet explorer browser v11 only with websites that use wordpress
The theme is not apearing well
please take a look a sample screenshot
http://prnt.sc/d0q1nq
thank you

Related

Why opera browser does not render my website css correctly?

Hi I have my portfolio looks awful on opera, everything is messed up like there is no CSS on it
and I want to know why that happens.
Note: I used an autoprefixer that adds prefixes for all browsers (https://autoprefixer.github.io/)
I have added links to screenshots for my website on both opera and edge respectively.
my website: https://portfolio-yz.netlify.app/
opera screenshot: https://i.stack.imgur.com/YLrch.jpg
edge screenshot: https://i.stack.imgur.com/RJUzd.jpg
This is the problem with the web-hosting you are using , we know you are using netlify to host your website.
try running your site on your local computer with some kind of server like xampp etc.
This will show if the issue is with your files or with the hosting itself.
if your site works similar as it works on opera, then the problem is with your files.
if your site works fine then you have to look after the webhosting your using.

Why does this iframe display correctly in Chrome but not Internet Explorer?

In Sharepoint 2010, I am able to create a web part that displays the iframe map below when I use Chrome, but not IE 11. I tried using the Content Editor web part and the Page Viewer web part, but neither worked. It just displayed a blank square with a "Clickable Map" link at the bottom. I think it's an issue with Sharepoint because the page below opens for me in IE, but not in the Sharepoint web part using IE. But then again, it might be a browser issue because Chrome displays the web part perfectly via Sharepoint. Is there a way to get the map to display in internet explorer?
https://createaclickablemap.com/map.php?&id=64357&maplocation=false&online=true
In sharepoint masterpages there is something like this <meta http-equiv="X-UA-Compatible" content="IE=8" /> which tells the internet explorer to render the page like you are viewing the page with an internet explorer 8. So even if you are using an IE11, the browser still uses the old engine.
Maybe this link will help since it sounds like a related question.

Web site not rendering properly with IE10 +

I have few web site running on aspx using older version of DNN 4.x. All site are rendering properly on Google Chrome, Fire Fox, Opera etc... but starting with IE 10x +, the navigation pane started to render improperly...
The site in question is the following :
http://www.westendsports.ca
I suspect a CSS failure, but I haven't been able to pin point the issue. I really need to fix this issue for the client, any suggestion would be appreciated.
Thanks
Upgrade to the latest DNN. Yours is 6 year old.

Safari on iPhone 5 not displaying slider on website

A friend of mine has asked me to take a look at her website - http://www.nails-more.co.uk
The slider right at the top of the homepage isn't showing on Safari on the iPhone 5 running iOS 6.1.4. This is where it gets strange. It works fine on my iPhone, but not my friend's - which is exactly the same with the same settings etc. Have tried the usual clearing history, rebooting etc.
This is a comparison of how it works on one device but not the other identical one -
It seems to work perfectly in all other browsers. Have tried a Safari iPhone simulator online and that works fine (found the link on here somewhere).
Does anyone know what the issue can be?
Bit hard to tell from screenshots but I can replicate what you're describing by disabling Javascript (Settings > Safari > Javascript OFF).

Webpage loading in internet explorer problem?

Using CSS Style Sheet, HTML, XML
When i run my website, my page was properly displaying in the firefox, but the page was not properly displaying in the internet explorer.
Most of the people using only the internet explorer, but why my web page is not properly loading in the internet explorer.
I have to change the setting of internet explorer?
How to solve this problem.
As others have said, without a link to your site it's hard to tell exactly what the problem is, but if it's a CSS problem in IE6 you could try using the IE7-js library, which will make IE6 fairly standards compliant. Also, you may want to look at this resource for general help with CSS hacking in IE.