Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter jaimedog

    (@jaimedog)

    Thanks 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

    Thread Starter jaimedog

    (@jaimedog)

    Still crashes IE ??

    Thread Starter jaimedog

    (@jaimedog)

    Now I feel stupid: I made the change in the header.php file. Now have to test…

    Thread Starter jaimedog

    (@jaimedog)

    That 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??

    Thread Starter jaimedog

    (@jaimedog)

    Thanks 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 section
    Thread Starter jaimedog

    (@jaimedog)

    Last 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 section
    Thread Starter jaimedog

    (@jaimedog)

    Thanks 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 section
    Thread Starter jaimedog

    (@jaimedog)

    No 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_de

    Forum: Fixing WordPress
    In reply to: HEAD section
    Thread Starter jaimedog

    (@jaimedog)

    On 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.

    Thread Starter jaimedog

    (@jaimedog)

    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

Viewing 10 replies - 1 through 10 (of 10 total)