Roy Ho
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Products listing changed after updateThis is because in your theme you have a “clear” statement which causes your list to clear the float and start on newline. Please see http://cld.wthms.co/U4FF
Forum: Plugins
In reply to: [WooCommerce] Where are the decimals ??Put this in your theme’s functions.php file.
add_filter( 'woocommerce_price_trim_zeros', function() { return false; } );Forum: Plugins
In reply to: [WooCommerce] Products won't add to cart after updateUnfortunately these are questions you need to ask your theme author. They need to make their theme 2.1 compatible.
Forum: Plugins
In reply to: [WooCommerce] Products won't add to cart after updateTry switching to 2012 theme.
Forum: Plugins
In reply to: [WooCommerce] Update to 2.1, Fatal error, class not foundWooCommerce doesn’t have a widget class by that name. Check if you have a 3rd party plugin that is causing that issue.
Forum: Plugins
In reply to: [WooCommerce] PLEASE HELPForum: Plugins
In reply to: [WooCommerce] Woocomerce new version is not ready for productionAll 3 of the issues mentioned are already addressed as you can see the sticky post at the top of this support forum.
Please go through those to get your answers.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce 2.1 Missing Visual EditorWait, perhaps I am not understanding you. I thought you’re saying the content area for short description is missing.
But now ( after you showed your screenshot ) I think would you mean is the tinyMCE buttons are missing? Is that correct?
Also in your screenshot, you pointed out several other things. Are there any issues with those as well?
Forum: Plugins
In reply to: [WooCommerce] WooCommerce 2.1 broken themesPlease ask your theme authors to update their themes to be WooCommerce 2.1 compatible.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce 2.1 Missing Visual EditorAs you can see, I am not seeing this issue http://cld.wthms.co/s8d1
Forum: Plugins
In reply to: [WooCommerce] WooCommerce 2.1 Missing Visual EditorIt should still be there…Try dumping your browser cache…
Forum: Plugins
In reply to: [WooCommerce] Warning/Fatal errorThat is not a WooCommerce error. It appears to be caused by a plugin named “woocommerce-poor-guys-swiss-knife”.
Forum: Plugins
In reply to: [WooCommerce] WC 2.1 = Major FailPlease refer to this explanation http://wordpress.org/support/topic/its-the-developers-nightmare?replies=5
And if you still have trouble refer to here http://develop.woothemes.com/woocommerce/2014/02/solving-common-issues-after-updating-to-woocommerce-2-1/
Forum: Plugins
In reply to: [WooCommerce] it's the developers nightmare!!!!!No documentation however it is standard WordPress enqueue method. But if you open up the class-wc-frontend-scripts.php file, you can examine how everything is loaded. That should help you with your situation. That file is located inside the includes folder of WC.
Forum: Plugins
In reply to: [WooCommerce] it's the developers nightmare!!!!!Sorry to hear about your troubles but let me point out a few facts.
1. WooCommerce 2.1 beta has been announced since November so developers had more than enough time to test this and fix what they need to fix to make compatible.
2. Links to documentation on what we’ve implemented and discussion can be found here http://develop.woothemes.com/woocommerce/tag/woocommerce-2-1/
3. You should always backup before updating to prevent issues like this or at least deploy it on a test site first.