invot
Forum Replies Created
-
Forum: Plugins
In reply to: Adding a thumbnail to the results of wp_list_categories and other goodiesTo clarify, I want to concatenate arrays
wp_list_categoriesandlist_thumbnails(this array I will have to create through a plugin btw) in PHP using the array_merge function.This means writing something like this:
$beginning = 'foo'; $end = array(1 => 'bar'); $result = array_merge((array)$beginning, (array)$end);…but, with more WordPress-esque terms and such. Sounds like fun, eh?
Forum: Plugins
In reply to: [WooCommerce] Adding Variations removes Add to Cart Button@bytheshore: I’m going to mark this topic as resolved.
It seems like your problems went from one thing to another, you might want to start a new thread before this one veers off on another direction.
Forum: Plugins
In reply to: [WooCommerce] Adding Variations removes Add to Cart ButtonI FIGURED IT OUT!!!!!
Ahhhh… so, the problem was indeed the theme. However, it was also a number of plugins.
Here’s what’s up:
WooCommerce uses jQuery 1.8, while my theme and a number of my plugins used version 1.6. For whatever reason, this was causing the site to simply not employ certain functions due to a conflict between the two jQueary files.
I simply removed jQueary from my theme’s folder (located in “js”) and TAaaaDAAaaa! Everything works! *huge sigh*
I’ve practically lost my mind over this issue so I am indeed very happy. Citynode, I owe you for all your help!
Forum: Plugins
In reply to: [WooCommerce] Adding Variations removes Add to Cart Button@bytheshore: Oh! Something I know! It appears to me that you made a page called “home” and that your “about” content is set to show in your index (your real homepage).
In the back end, you will need to navigate to: Apperance -> Editor
By default, the style sheet should display. Select “Main Index Template.”
Somewhere in the code (I’m unsure where because I don’t have access to your theme) you will find the word “about” or something similar. comment out this line with
<!--at the beginning and-->at the end. Save it and see what that does.Forum: Plugins
In reply to: [WooCommerce] Adding Variations removes Add to Cart ButtonStranger still is that the tab trick only works when accessing the site through the proxy…
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Product Categories WidgetWell, I may have “kinda” figured this out. I created a page and added some woocommerce shortcode to it.
[product_category category="THE SLUG" per_page="3" columns="1" orderby="date" order="desc"]You can insert multiple categories, including subcategories. just make sure the slug is correct.
Also, in my page I placed these shortcodes in divs so I can style them uniquely.
Forum: Plugins
In reply to: [WooCommerce] Adding Variations removes Add to Cart ButtonI never noticed that the button appears if you click the tabs. That’s really strange to me. Changing the theme to Artificer, the tab trick doesn’t replicate. Still no Add to Cart button.
Would you say reinstalling the plugin might fix the issue?
Forum: Plugins
In reply to: [WooCommerce] Adding Variations removes Add to Cart Button@citynode I switched to Artificer as you advised and still nothing *sigh*
I’ll whitelist a proxy IP address and you can get in that way. Here’s the link:
http://www.turbohide.com/browse.php?u=Oi8vc2hvcGcyZy5jb20%3D&b=5&f=noreferLet me know if you can figure anything out.
Forum: Plugins
In reply to: [WooCommerce] Adding Variations removes Add to Cart ButtonI also tried deactivating all my plugins… no avail.
Forum: Plugins
In reply to: [WooCommerce] Adding Variations removes Add to Cart Button@citynode, the theme is custom, written by moi. Switching the theme to TwentyTwelve also fails to fix the problem. This site is for a client and I cannot give any links. It’s also in dev mode so going to the url will bring nothing up but a landing page: http://www.shopg2g.com
Forum: Plugins
In reply to: [WooCommerce] Adding Variations removes Add to Cart ButtonThanks for you input everyone. I’ve already entered a price for each item’s variation. Even with this information, the “Add to Cart” button is not displaying. Here’s the information I have inputted: http://i50.tinypic.com/b86cna.png
Is there something I did wrong here?
Forum: Plugins
In reply to: [WooCommerce] Adding Variations removes Add to Cart ButtonBefore anyone asks, I followed the instructions (http://wcdocs.woothemes.com/user-guide/product-variations/) and still no bueno :/
Forum: Plugins
In reply to: [WooCommerce] Adding Variations removes Add to Cart ButtonIt seems that the plugin isn’t accepting my variation selections. When I unblock the Add to Cart button, select my variations, and then try to place an item in my cart, it says “Please choose product options…”
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Product Categories WidgetCount me in as well. I’ve been trying to figure this out myself.
Forum: Plugins
In reply to: [WooCommerce] thumbnail looks badWhat bheadrick said. Otherwise, it’s time to mess with your stylesheet.