Roy Ho
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Shop page spacingNo the CSS is not a mess. What you’re seeing is probably the minified version “comppressed” version.
You would need to post your site url if you want us to help you.
Forum: Plugins
In reply to: [WooCommerce] Email Formatting & StylingAll styles are in the template files. Emails uses inline styles and never external.
Can’t you use the “external” product type? That is exactly what that is for.
Forum: Plugins
In reply to: [WooCommerce] Related Products: Huge images?Have you tried contacting the theme developers about this?
Forum: Plugins
In reply to: [WooCommerce] Parse Error – syntax error – on Shop pageThat is an error with your theme, not WC plugin.
Forum: Plugins
In reply to: [WooCommerce] Catalog image sizeWell if you look at your source code, you can see that your site is set to 4 products per row. In order to make 4 products per to fit, it has to shrink your images sizes down.
Check to see if your theme comes with options to change that setting.
Forum: Plugins
In reply to: [WooCommerce] Blurry Product ImagesNot sure why you’re blaming WC for this when you can easily manipulate that to how you want via CSS. Post a URL to your site.
Forum: Plugins
In reply to: [WooCommerce] Please, Let me know when Woo if fixed.Well I am sorry to tell you it works fine for me in IE 8, 9 and 10 along with FF and Chrome…
Have you tried setting up a fresh vanilla WP and WC to test?
Forum: Plugins
In reply to: [WooCommerce] Please, Let me know when Woo if fixed.What doesn’t work about it?
Forum: Plugins
In reply to: [WooCommerce] HELP! Getting "Warning: uasort()" Error On ProductsI don’t think so or else I would see that on my end as well.
Forum: Plugins
In reply to: [WooCommerce] HELP! Getting "Warning: uasort()" Error On ProductsNo because that error is specific to product tabs…
Forum: Plugins
In reply to: [WooCommerce] HELP! Getting "Warning: uasort()" Error On ProductsDo you have some custom code that relates to TAB sorting?
Forum: Plugins
In reply to: [WooCommerce] HELP! Getting "Warning: uasort()" Error On ProductsTry going to settings->permalinks and click save twice. Test again.
Forum: Plugins
In reply to: [WooCommerce] Can't add text to Shop pageYou add the hook to your theme’s functions.php file.
Forum: Plugins
In reply to: [WooCommerce] Can't add text to Shop pageYou probably will need to use the hook ‘woocommerce_before_shop_loop’ to add your text on top of the shop loop.