I made a test copy of your page to reproduce the problem and troubleshoot. I found the problem was resolved when I removed lines pertaining to your Photocrati NextGEN Gallery plugin for WordPress, so we'd advise disabling/uninstalling that plugin from your WP Admin.
You can use our overlay-style cart within your page by simply adding the following lines of View Cart code to your sales page; note this includes the extra line function EJEJC_config() { EJEJC_INITCSS = false; }
to fix the layout glitch you noted:
<script type="text/javascript">
function EJEJC_lc(th) { return false; };
function EJEJC_config() { EJEJC_INITCSS = false; }
</script>
<script src="https://www.e-junkie.com/ecom/box.js" type="text/javascript"></script>
If you want to convert your whole site to SSL, make sure you change any instances of http:
to https:
in your E-junkie button codes; our Seller Admin already provides code this way for the past couple years, so you'd only need to update older codes in your page.
You may also wish to try out our new cart design, which should not need the function EJEJC_config() { EJEJC_INITCSS = false; }
extra line -- see further details and instructions to enable the new cart here: