jaimedog
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Links and scripts in page HEAD sectionThanks for you help. This has been a tough one because I did a complete restore from a backup after wordfence completely took down my site and I could not even access the admin section. So I’m not really dealing with an uninstall issue; I’m dealing with a complete unknown at this point.
Thanks for looking.
steve
Forum: Fixing WordPress
In reply to: Links and scripts in page HEAD sectionStill crashes IE ??
Forum: Fixing WordPress
In reply to: Links and scripts in page HEAD sectionNow I feel stupid: I made the change in the header.php file. Now have to test…
Forum: Fixing WordPress
In reply to: Links and scripts in page HEAD sectionThat is interesting and I have to admit, I don’t understand. When I simply “view source” I do not see what you see; I see this:
<!DOCTYPE html>
<html lang=”en-US”>
<head>
<script>
var ua = window.navigator.userAgent;var msie = ua.indexOf(‘MSIE ‘);
if (msie > 0) {
alert(‘We are having issues with Internet Explorer. Please stop now and try another browser (Safari, Chrome, Firefox…) as this site will crash IE if you try to go farther.’);
}var trident = ua.indexOf(‘Trident/’);
if (trident > 0) {
alert(‘We are having issues with Internet Explorer. Please stop now and try another browser (Safari, Chrome, Firefox…) as this site will crash IE if you try to go farther.’);
}var edge = ua.indexOf(‘Edge/’);
if (edge > 0) {
alert(‘We are having issues with Internet Explorer. Please stop now and try another browser (Safari, Chrome, Firefox…) as this site will crash IE if you try to go farther.’);
}</script>
<meta charset=”UTF-8″>
So, since this is what I see, how do I correct what I can’t see??
Forum: Fixing WordPress
In reply to: Links and scripts in page HEAD sectionThanks Trisha, but the only stuff before the utf-8 are the IE alerts, which were added after the problem began.
Forum: Fixing WordPress
In reply to: HEAD sectionLast question: do you see anything in the bigfun4all.com/wilmington_de site that could crash IE? Mainly on inner pages like bigfun4all.com/wilmington_de/bounce-houses?
Forum: Fixing WordPress
In reply to: HEAD sectionThanks for looking. And you are right; the code does seem to be all there now.
Ran both sites thru validation, and while there are errors in both, the errors are very similar. I’ll keep checking.Thanks!
Forum: Fixing WordPress
In reply to: HEAD sectionNo special plugins for anything like that.
Here is the thing: I have 2 sites that were set up identically, except for textual changes.
One site works and one crashes IE so I had to add an alert to not use IE.
I can’t find any obvious differences in the backend setup, except I noticed a huge difference in the content of the HEAD section of the the 2. If you could take a quick peak, maybe you could spot something?
Good site: bigfun4all.com/milton_de
Site that crashes IE: bigfun4all.com/wilmington_deForum: Fixing WordPress
In reply to: HEAD sectionOn the site; not the admin.
I know the header.php file makes the function calls, but where does it pull the info to load? I have a site that seems to be missing a lot of the css and js links.Thanks Brian. I have had many customers try it in IE and it always locks up everyone’s browser so it can’t be cache. I know it works in other browsers, but I’m trying to get it to work in IE.
steve