Roy Ho
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Adding add to cart on each products on product categoriesNot sure what you mean, your theme is clearly not 2013 theme…I am asking you to switch to 2013 theme to see if the add to cart appears.
Forum: Plugins
In reply to: [WooCommerce] Adding add to cart on each products on product categoriesBy default if the product is a simple product, it already should have add to cart in grid view. Yours don’t seem to have it could be because of your theme. Switch to 2012 / 2013 theme and you will see it is there.
Forum: Plugins
In reply to: [WooCommerce] External links to catalogNot true…WooCommerce is far superior than WPEC. You can simply make a product external. You should see this setting in your product backend. From there, you will have a URL field to enter where it will redirect to when clicked.
Please consult with your theme developer about this issue.
Forum: Plugins
In reply to: [WooCommerce] changing mobile main navigation bar in mystile teamYou need to post this on the theme’s support forum as this forum is specifically for WooCommerce plugin.
Forum: Plugins
In reply to: [WooCommerce] Product list like "sandwiches menu"The answer is in your CSS. You have several CSS width properties with width set to 100%. Please use Firebug or similar tool to inspect your own page.
Forum: Plugins
In reply to: [WooCommerce] Create a Gold and Bronce usersYou probably would need to get a developer to custom build this for you.
Forum: Plugins
In reply to: [WooCommerce] non wc compatible issue with just the footerWell just looking at the code you provided, it is incorrect.
You have a starting tag of <section> so your ending tag should match it with </section> instead of </div> that you have.
Forum: Plugins
In reply to: [WooCommerce] Make catalog page responsive with fixed product image sizeYou need to look into CSS media queries…Or build your site based on a Twitter Bootstrap framework…
Forum: Plugins
In reply to: [WooCommerce] Make catalog page responsive with fixed product image sizePixels is not a responsive measurement…You need percentage..
Forum: Plugins
In reply to: [WooCommerce] External links to catalogDo you mean when people click on the product, it goes to an external source?
Forum: Plugins
In reply to: [WooCommerce] Could not find woo-css file in wordpress2011?The CSS file is in the WooCommerce plugins folder not in your 2011 theme’s folder by default.
Forum: Plugins
In reply to: [WooCommerce] Where to enter image for related products?Do you have the main image set with an image?
Forum: Plugins
In reply to: [WooCommerce] Where to enter image for related products?They are the same as the product image.
Forum: Plugins
In reply to: [WooCommerce] Remove links on cart pageHave a look at cart.php in the WooCommerce templates folder.