Link to home
Start Free TrialLog in
Avatar of Robert Granlund
Robert GranlundFlag for United States of America

asked on

Wordpress Crshing Firefox

Does anyone know why Wordpress would be crashing Firefox?  I have a site that keeps crashing.  If you visit and click refresh or try to use Firebug, it should crash Firefox.

Any ideas?
Avatar of COBOLdinosaur
COBOLdinosaur
Flag of Canada image

I guarantee you that Wordpress is not crashing Firefox.  Something in your code may be crashing firefox; probably something you added in directly or by including some third part file.

However without a link to the page it is not likely that we are going to be able to help much.

Cd&
Avatar of Robert Granlund

ASKER

I thought I had included the link!  Sorry:
http://staging.mixxcentury.com/
Your scripting is absolute junk:

How can this possible be right:

<script>
      jQuery(document).ready(function(){
      jQuery('ul#menu-top-menu li:not(:last)').after('<li class="menu-divider">.</li>');
     });
</script>
<script>
      jQuery(document).ready(function(){
      jQuery('ul#menu-client-menu li:not(:last)').after('<li class="menu-divider">.</li>');
     });
</script>
<script>
      jQuery(document).ready(function(){
      jQuery('ul#menu-bottom-menu li:not(:last)').after('<li class="menu-divider">.</li>');
     });
</script>

The same script 3 times in a row?  The rest of it is just bloated trash. There is no way you need that much crap to produce such a simple and basic page.  Web development is engineering not art.

Cd&
Thank you so much for your straight forward and verbose critique of the coding.  However you failed to answer the question or offer any sort of meaningful insight.

Do you have any suggestions for someone seeking advice and help?
Avatar of Jason C. Levine
Is this LAMP or IIS?
ASKER CERTIFIED SOLUTION
Avatar of Robert Granlund
Robert Granlund
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I discovered what was going wrong on my own.