E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2009, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Sat, 21 Nov 2009 18:53:33 GMT Sat, 21 Nov 2009 20:58:57 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 #24 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 Sat, 21 Nov 2009 18:53:33 GMT E-junkie Discussions; btp Post #23 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 Sat, 21 Nov 2009 18:50:41 GMT E-junkie Discussions; E-junkieNinja Post #22 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 Sat, 21 Nov 2009 18:01:19 GMT http://www.backyardterrainpark.com/wordpress-cart-issue.html

Once again, I am able to add simple buttons, that work...]]>
E-junkie Discussions; btp
Post #21 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 Sat, 21 Nov 2009 16:46:42 GMT E-junkie Discussions; E-junkieNinja Post #20 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 Sat, 21 Nov 2009 02:39:20 GMT
Is it possible to have product drop-down menus on WordPress?

Please advise...]]>
E-junkie Discussions; btp
Post #19 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 Thu, 1 Oct 2009 18:17:38 GMT E-junkie Discussions; Leon Post #18 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 Thu, 1 Oct 2009 18:11:59 GMT
I do not know if there is anything in that particular Wordpress theme that would cause E-junkie not to work. If you have started one of our 7 day trials or have an account you can test it out. Here is a link to the Wordpress section of one of our FAQ pages:
http://www.e-junkie.com/ej/help.site-blog.htm#wordpress]]>
E-junkie Discussions; E-junkieNinja
Post #17 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 Thu, 1 Oct 2009 09:49:07 GMT http://themeforest.net/item/wpshop-reloaded-wordpress-ecommerce/53051]]> E-junkie Discussions; Leon Post #16 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 Mon, 20 Jul 2009 00:36:10 GMT E-junkie Discussions; Tyson Post #15 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 Sun, 19 Jul 2009 23:50:02 GMT
http://www.abmiration.com/ejunkie-test/

Things I have tried:
1. Read every forum post on this site pertaining to Wordpress integration
2. Read the Wordpres codex on Javascript
3. Placed in my header:

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

4. Downloaded the FolioPress WYSIWYG editor
5. Disabled Rich Text Editor in WP
6. Downloaded multiple plugins claiming to allow javascript in WP posts
7.Tried several plugins that claimed to disable unnecessarycharacter formatting.

And it still doesn't work. Does ANYONE have any ideas??

Also, I am using a Picassa Web Album Plugin that utilizes "Slimbox" with Lightbox type pop-ups. Could this be conflicting?

Thank you for your help.]]>
E-junkie Discussions; Promotions
Post #14 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 Sun, 7 Jun 2009 23:34:36 GMT E-junkie Discussions; Tyson Post #13 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 Fri, 5 Jun 2009 19:08:51 GMT http://www.chiagu.com/knotology/

I'm at the point where I'm going to ditch the javascript "view cart" code and just go with the plain version . . . anyone have any advice for me?

Thanks in advance!]]>
E-junkie Discussions; Chiagu
Post #12 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 Mon, 27 Apr 2009 20:22:19 GMT
<script type="text/javascript" src="https://www.e-junkie.com/ecom/box.js"></script>

...then further down, you have these lines appearing separately:

<!--
function EJEJC_lc(th) { return false; }
// -->
</script>


You should actually have all those lines together like this, and in this order:

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

You can place that complete block of code anywhere in your page or template files where the code won't get jumbled up at all nor cause any other problems.

If you attend to that and are still seeing errors in your page, that would indicate some kind of conflict between our code and other javascripts you're uisng in your page. You may need to rearrange where our script lines (the block of code above) appear in relation to any other javascript lines; usually such conflicts are a matter of having one script load before or after another to eliminate the conflict, and that's just a matter of trial and error until you find an order that works.]]>
E-junkie Discussions; Tyson
Post #11 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 Fri, 24 Apr 2009 22:19:31 GMT https://www.e-junkie.com/ecom/box.js"></script>

When we began with e-junkie, we placed our "Add to Cart" and "View Cart" buttons in the WordPress sidebar and the javascript didn't work so we put the javascript code in the <head> section and it worked BUT...the script appears to be causing loading problems in both IE7 and Firefox. All the pages of the site exhibited this problem until I removed the script from the head of all pages and put it on the product pages only.

IE7 reports an "Error on Page" but only on the pages where I have included the script, not on the other pages.

Firebox "hangs" at the point where the script loads. If I put it in the head of a page, it hangs before the page loads. If I put it at the beginning of the content, it hangs there. If I put it at the end of the content, it loads the content but hangs before loading the sidebars. When it hangs, a page refresh will cause the page to load correctly. The problem will not reoccur until you leave that page for another one where the script is located.

We're running WP 2.71. and Thesis 1.4.2. The site is blueyonderranch.com and the script is only located on the "Shop" product pages where the "Cart" buttons appear. I would really like to be able to eliminate this problem. Any ideas?]]>
E-junkie Discussions; B.Y.Girl
Post #10 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 Fri, 17 Apr 2009 01:43:38 GMT E-junkie Discussions; Tyson Post #9 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 Thu, 16 Apr 2009 15:09:58 GMT
We have written a Wordpress WYSIWYG which is much more javascript friendly and far better with images than the built-in version. We've just added FTP cross-compatibility as well (you can manage the images with both the built-in editor and with FTP now.

http://foliovision.com/seo-tools/wordpress/plugins/wysiwyg]]>
E-junkie Discussions; Foliovision
Post #8 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 Wed, 29 Oct 2008 17:21:48 GMT
<script type="text/javascript" src="https://www.e-junkie.com/ecom/box.js"></script>]]>
E-junkie Discussions; SanJoseBass
Post #7 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 Wed, 29 Oct 2008 16:58:22 GMT
I am using WordPress 2.6.3, and for some reason I cannot get the lightbox version to work with the code that is presented with each item.

However, I am able to get it to work properly with the test code.

Any suggestions?]]>
E-junkie Discussions; SanJoseBass
Post #6 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 Tue, 10 Jun 2008 01:58:20 GMT We have confirmed that the standard (Javascript-enabled) version of our button codes will indeed work with Wordpress to enable the nice cart overlay screen, even if WP deletes the actual raw-script portions of our code. It should work, just as long as you can get this line to stay in your View Cart code:

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

(...which is not actual script, but only points to script files residing on our own server).

BTW, you can find more WordPress Javascript advice here:
http://codex.wordpress.org/Using_Javascript]]>
E-junkie Discussions; Tyson
Post #5 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 http://www.e-junkie.com/bb/topic/2534/pg/1#post12283 Thu, 1 May 2008 17:09:18 GMT
I have a paid theme on WordPress for this particular site, which I have on my own domain (only WP, no website or anything else). I'm really hoping this will work because I love the e-junkie concept. Thanks so much for your reply, I appreciate it!

Best of luck to you too. =)

Denise]]>
E-junkie Discussions; SimplyD