E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2012, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Wed, 9 Dec 2009 02:56:16 GMT Fri, 10 Feb 2012 17:50:37 GMT 681 E-JUNKIE 5 E-Junkie Forum http://www.e-junkie.com/bb/ http://www.e-junkie.com/ej/logo.gif 290 104 Post #9 http://www.e-junkie.com/bb/topic/3926/pg/0#post12513 http://www.e-junkie.com/bb/topic/3926/pg/0#post12513 Wed, 9 Dec 2009 02:56:16 GMT http://www.e-junkie.com/ej/developer-directory.htm]]> E-junkie Discussions; E-junkieGuru Post #8 http://www.e-junkie.com/bb/topic/3926/pg/0#post12513 http://www.e-junkie.com/bb/topic/3926/pg/0#post12513 Tue, 8 Dec 2009 23:59:35 GMT E-junkie Discussions; panicbill Post #7 http://www.e-junkie.com/bb/topic/3926/pg/0#post12513 http://www.e-junkie.com/bb/topic/3926/pg/0#post12513 Tue, 8 Dec 2009 23:44:35 GMT E-junkie Discussions; panicbill Post #6 http://www.e-junkie.com/bb/topic/3926/pg/0#post12513 http://www.e-junkie.com/bb/topic/3926/pg/0#post12513 Tue, 8 Dec 2009 22:42:30 GMT
In particular, where your page has this:

<script type="text/javascript">// <![CDATA[
function EJEJC_lc(th) { return false; } function EJEJC_config() { EJEJC_INITCSS = false; }
// ]]></script><br />
<script src="http://www.e-junkie.com/ecom/box.js" type="'text/javascript'"></script>

You should change that to this:

<script type="text/javascript">// <![CDATA[
function EJEJC_lc(th) { return false; }
function EJEJC_config() { EJEJC_INITCSS = false; }
// ]]></script><br />
<script src="http://www.e-junkie.com/ecom/box.js" type="text/javascript"></script>

Note the last line in particular, where type="'text/javascript'" should be changed to type="text/javascript" (remove nested single-quotes inside double-quotes).

If you'd like some expert assistance, we can recommend the competent, E-junkie-experienced developers listed in our directory here:
http://www.e-junkie.com/ej/developer-directory.htm]]>
E-junkie Discussions; E-junkieGuru
Post #5 http://www.e-junkie.com/bb/topic/3926/pg/0#post12513 http://www.e-junkie.com/bb/topic/3926/pg/0#post12513 Tue, 8 Dec 2009 19:45:22 GMT E-junkie Discussions; ashleykaryl Post #4 http://www.e-junkie.com/bb/topic/3926/pg/0#post12513 http://www.e-junkie.com/bb/topic/3926/pg/0#post12513 Tue, 8 Dec 2009 03:47:07 GMT E-junkie Discussions; panicbill Post #3 http://www.e-junkie.com/bb/topic/3926/pg/0#post12513 http://www.e-junkie.com/bb/topic/3926/pg/0#post12513 Tue, 8 Dec 2009 03:27:57 GMT E-junkie Discussions; panicbill Post #2 http://www.e-junkie.com/bb/topic/3926/pg/0#post12513 http://www.e-junkie.com/bb/topic/3926/pg/0#post12513 Tue, 8 Dec 2009 02:52:50 GMT http://www.e-junkie.com/ej/help.site-blog.htm#wordpress

Try adding this to your View Cart code, just before the "// -->" line in the standard code we provide:

function EJEJC_config() {
EJEJC_INITCSS = false;
}

...so your full View Cart code should look like this:

<a href="https://www.e-junkie.com/ecom/gb.php?c=cart&cl=92598&ejc=2" target="ej_ejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="http://www.e-junkie.com/ej/ej_view_cart.gif" border="0" alt="View Cart"/></a>
<script language="javascript" type="text/javascript">
<!--
function EJEJC_lc(th) { return false; }
function EJEJC_config() {
EJEJC_INITCSS = false;
}
// -->
</script>
<script src='http://www.e-junkie.com/ecom/box.js' type='text/javascript'></script>

Also, it's a good idea to remove any other View Cart code remnants from your page; you can find these by looking for "/box.js". You may just want to put the View Cart code in a common template file or header/footer/sidebar region where your regular posting editor can't mess it up.]]>
E-junkie Discussions; E-junkieGuru
Post #1 http://www.e-junkie.com/bb/topic/3926/pg/0#post12513 http://www.e-junkie.com/bb/topic/3926/pg/0#post12513 Tue, 8 Dec 2009 02:30:52 GMT http://panicattackology.net/mentoring. You'll notice after the second ADD TO CART button (for the $79 product) the image that follows it becomes misaligned. Now, if I remove that ADD TO CART button the image goes back in line. It's driving me nutso. Any ideas? Thank You...]]> E-junkie Discussions; panicbill