Wordpress Site not Load in IE (Firefox & Chrome are ok) - wordpress

i have 2 websites that i build with WordPress , both of them works well in Firefox and chrome without any problems .
but i found that both my WordPress site wont load in Internet explore at all
this error show when i try to reach :
This page can’t be displayed
•Make sure the web address https://owjgraphic.com/ is correct.
•Look for the page with your search engine.
•Refresh the page in a few minutes.
that's very weird ! i contact to my host administrator and they say it`s not related to us and you must found the problem by yourself

I use IE to load without showing the above problems.
First, you could use the F12 developer tool to check if there’s error.
Second, you could refer to the following links:
Website theme and software version.
Check IE compatibility mark "x-ua-compatible".
In addition, if you still can't make it work on IE, hopefully you could provide information about the code or settings that is related to browser loading to reproduce your problem.

Related

Why wordpress show me two version the same site

I am using WordPress to build a site, but actually have a problem, the site don't update at all. For example, I update some data in a box, on pc can see the update, but in mobile don't.
Browser pc version
Mobile version
Update 1
Searching a little more, I could find that typing the name of the page in google, and checking a little more, I could find that there is a cache that leaves the page hosted in google, the strange thing is that I am using Firefox.
Update 2
I prove the page in 5 browsers in the desktop and work fine.
Firefox normal and developer edition
Chrome
Edge
Opera
Vivaldi
I do a search about the page on google, and see other problem. I was using a plugin for maintenance mode, and deactivate, and still appear the message as principal and not logo for the Google.
When working with Wordpress make sure use common browsers like Chrome and Opera. When your work isn't updating make sure you clear the cache of any caching plugin on the website and that of your browser(found in settings), if you are still in doubt then you can view the page on Incognito(Ctrl + Shift + I) for chrome on PC

Website shows blank white screen solely on Windows IE11

www.relius.de works fine in any browser as far as I know. Windows IE11 however shows a blank white page. I have no idea what the problem could be. Can somebody help?
IE11 Addons deactivated
IE11 reset
Tried different sub-sites, not only home
Problem shows on different computers at different locations (Tried 3 totally different users, in totally different cities)
I try to check the site and find that your site is showing an error in the console and keep trying to loading.
I try to search regarding this error and find that in 2016 there is some issue with the IE 11. Microsoft had confirmed the issue and informed users to install the MS16-104: Security update for Internet Explorer: September 13, 2016
Reference:
"Permission Denied" script error in Internet Explorer 11
But this is the old update. so if you are using any older version than you can try to install this update to see whether it fix the issue or not.
If you are using the latest updates for your Windows OS and IE browser than it can be possible that issue is something else.
If you are not the developer of this site than you need to contact the developers of this site and inform them about this issue. They can try to look in to it to see what is causing this issue.
We need the problematic code. Without code, we are not able to guess what is causing this issue.

How do I update my website cached version on Google cachedview?

I am developing a website and I faced an issue today on my site, I will try to briefly explain the scenario hoping anyone could give a proper explanation for it.
My website is a WordPress website and I have the coming soon page activated so users will be redirected to it.
Two days ago I turned that plugin off by mistake and users were able to see my page. Today I turned it back on, and that's where the issue arises.
In full web (desktop) the coming soon page is visible and working fine, but when I hit the responsive view on my chrome browser the page is still available and the welcome page is not. In the sources tab, I can see the hosted directory being loaded so I went to the hosted directory (public_html) and I hid the folder that contains all the assets (renamed it to .foldername).
I hit refresh still loads the old page when I hit ctrl+shift+r I get the new version. On Firefox the scenario isn't reproducible it just happens on responsive view on Google Chrome browser.
Can anybody explain to me what's happening I assume it has something to do with Google caching my webpage and never updating it. But if like to hear a more professional explanation Thanks.
Have you tried clearing your Cache in Google Chrome? Also, Have you enqueued any Scripts or Styles in your functions.php file? If so, increase their version number. This will force the browser to download the Scripts and/or Styles again rather than loading any Cached copies.
Hope this helps to resolve your problem(s).

Wordpress site is not showing on Chrome

I have a site www.mathildaparadeiser.com that is showing a white screen of death on Chrome. All other browsers seem fine.
Removed all plugins but still being shown. Chrome is updated and Wordpress also. Looking in Chrome Tools I get this first error
VM100:1 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
Any ideas what would be causing this? Have debugged all I can.
Have you installed any chrome extension plugins ?
Your site has uses a service called Incapsula. The website admins configured Incapsula to prevent bots from accessing it's content.
Please read here more :-
How to get the body content from a PHP-generated HTML page?
Some times your site contents loads, some time it shows a captcha. Check with your Hosting provider to understand.

this page is trying to load script from unauthenticated source wordpress gama website

I am running on wordpress for the reference you can see https://www.coolmathgamestop.com/avie-pocket-birthday/ . I am using arcade plugin pro and fungames themes by same developer. I am very new to wordpress and in learning mode. The problem on my page is when myself or visitor try to play flash games they won't load and give empty box meanwhile on address bar a shield come with notice " this page is trying to load script from unauthenticated source" then there is option to allow loading script. coz of this error my visitor leave my page and never return . this error comes on half of my games. I have try and successfully install HTTPS:// but still this error comes. I have talk to developer of plugin and he said that issue is not on my end. see image with errors
Due to this error I lost a lot of visitors , even 0 traffic due to not loading a game.
I need help to get rid off this error .
The issue is caused by assets (in your case, an SWF file) on the page being loaded insecurely over HTTP, even though the page itself is secured using HTTPS - This is known as a mixed-content issue.
Taking a look at the URL you provided, I can see that the problem seems to be the following:
swfobject.embedSWF( 'http://files.cdn.spilcloud.com/df9aa4793b5/APB-30-11/index.html', 'myarcade_swfobject_content', '807', '633', '9.0.0', '', [], {"wmode":"direct","allowscriptaccess":"always","swLiveConnect":"true","quality":"high"}, []);
Note that the path at the start of this is using http:// instead of https://.
Try changing this to https if it is in the page content, otherwise if it is part of a plugin then contact the plugin developers/maintainers to see if they will provide a solution.
As I can see from the image you supplied, you're using Google Chrome, a useful tool is the "Network" tab of the Developer tools included with the browser. If you're not familiar with Chrome's DevTools, you can find out more here - https://developer.chrome.com/devtools
Another good utility for diagnosing mixed-content issues are free online services, such as "Why No Padlock"

Resources