2 / 4
Jun 2010

Just upgraded WP 2.9.2 to WP 3.0. With the E-Junkie "add to cart" and "view cart" code in place, the page content flashes for a half second then the browser displays a blank page. But I was able to view the source.



This problem only exhibits in Chrome (5.0.375.86) and Safari 5 (5533.16). FF and IE are okay. The page is here: usdaden.com/shop.



Anybody can help?

  • created

    Jun '10
  • last reply

    Jun '10
  • 3

    replies

  • 940

    views

  • 2

    users

  • 6

    links

It's the View Cart button code that breaks the display of the html page.



<a href="https://www.e-junkie.com/ecom/gb.php?c=cart&cl=121665&ejc=2" target="ejejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="http://www.e-junkie.com/ej/ejview_cart.gif" border="0" alt="View Cart"/></a>

<script language="javascript" type="text/javascript">

<!--

function EJEJC_lc(th) { return false; }

// -->

</script>

<script src='http://www.e-junkie.com/ecom/box.js' type='text/javascript'></script>

Thanks for the help. I figured it out. It's the CSS in Lightbox Plus plugin. I deactivated it and used jQuery Colobox instead.