Roy Ho
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Theme alignment with sidebarsYour issue isn’t with WC plugin but with basic CSS knowledge.
You have your left and right sidebar one is floated to the left and the other to the right respectively. Then you have the content area which is encased with the container “div#contentbox”. But that container has no float property and it comes after the sidebars in the DOM tree, therefore it is below the sidebars.
So one way you can resolve this is to put a float left on that container.
Forum: Plugins
In reply to: [WooCommerce] how to display products on homepageFor something that custom, you had best hire a developer.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce – Variable Product Auto-complete HelpUnfortunately I can only give you suggestions based on your needs. I cannot write all the code for you. You need to hire a developer for that.
Forum: Plugins
In reply to: [WooCommerce] Shop page products are messed up on mobileThis is usually done via your theme and not WC to blame. It is the theme or the person in charge of the site to take care of.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce add to cart with variations not workingSo that means its your theme issue. Please contact your theme developer about this.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce add to cart with variations not workingYou said you have tried everything. does that include switching to 2012 theme?
Forum: Plugins
In reply to: [WooCommerce] Update Broke ReviewsWorks fine for me on all browsers I’ve tested. FF, Chrome, IE 8 and IE 10.
Forum: Plugins
In reply to: [WooCommerce] Want to change the name of "WooStore" in dashboardI think you would have to ask on the forums for your theme and not this plugin.
Forum: Plugins
In reply to: [WooCommerce] Update Broke ReviewsI am not seeing this. It works fine on my end. Try doing a hard refresh on your browser or clear cache and do hard reset.
Forum: Plugins
In reply to: [WooCommerce] Want to change name of page "Product"Go to your WP backend->settings->permalinks
Forum: Plugins
In reply to: [WooCommerce] Woo-commerce is not letting me add any products@amysbluedaisy – both of those stats you just posted is not your PHP memory. Try going to your woocommerce->system status page and see what it tells you.
Forum: Plugins
In reply to: [WooCommerce] Woo-commerce is not letting me add any productsIt could be a number of reasons for this. Best to check your PHP error log…Common cases of this issue is not enough memory. For that you need to check with your host to see how much you have. You want to have at the minimum of 64mb to run an ecommerce site and 128 to be safe.
Forum: Plugins
In reply to: [WooCommerce] WooComm Install has different page templatesIs your theme WooCommerce compatible? If not, you either get a theme that is or you can follow these instructions here -> http://docs.woothemes.com/document/third-party-custom-theme-compatibility/
Forum: Plugins
In reply to: [WooCommerce] Add Text After PriceActually the proper way to do it is use a filter.
You can try this filter -> woocommerce_get_price_html
Forum: Plugins
In reply to: [WooCommerce] Disabling larger product image popup?Have you guys try turning off lightbox in the settings??