Roy Ho
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Code is showing up on preview pagesYou shouldn’t need to deactivate WC. I would suggest you deactivate the caching plugin as it is a pain in the neck when developing your site as it causes false positives when debugging issues. Caching is only needed after your site is setup and running. Turn it off any other times like debugging, fixing…etc.
Forum: Plugins
In reply to: [WooCommerce] Google wallet payment methodI can’t suggest any one of them as I don’t use them myself but there are many developers who make them. Here is one -> http://www.woothemes.com/products/google-wallet/
Forum: Plugins
In reply to: [WooCommerce] Google wallet payment methodYou would need a payment gateway plugin made specifically for WooCommerce.
Forum: Plugins
In reply to: [WooCommerce] oval thumbnailThis forum is for WC plugin so you had best ask this question on your theme’s support forums.
Forum: Plugins
In reply to: [WooCommerce] change items displayFor that you need to look into the template files and find a filter hook and manipulate that or if that is not possible, then you need to override the template file. I suggest you head over to woothemes.com and read the docs on woocommerce.
Forum: Plugins
In reply to: [WooCommerce] change items displayYou would need to customize this yourself via CSS.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce – Customer Email customizationYou didn’t see it in the template files? I see the total code in there line 39.
Forum: Plugins
In reply to: [WooCommerce] Checkout and Cart widget AJAX issuesI went to your site but didn’t see any issue in checkout.
Forum: Plugins
In reply to: [WooCommerce] Code is showing up on preview pagesIt works for me. Do you have some sort of caching plugin?
Forum: Plugins
In reply to: [WooCommerce] Code is showing up on preview pagesRemove the ID from your sharethis option…another words, don’t use it.. 🙂
Forum: Plugins
In reply to: [WooCommerce] Woocommerce – Adjusting Thumbnail Crop Positioning?From what I know this has nothing to do with WC. WC doesn’t handle images. It is all done via WP.
Forum: Plugins
In reply to: [WooCommerce] Cheope Theme – Woocommerce Plugin, Server Error – Code: 500@efbacon – check if you’re running out of memory. WC plugin has a status page you can check on your site.
Forum: Plugins
In reply to: [WooCommerce] How to remove "my account" from menu.Then good luck to you as I don’t have any issues with it on my sites…
Forum: Plugins
In reply to: [WooCommerce] Disable "shop" pageIf you remove page from the menus, it is already hidden from public so why would that not work? Unless you’re afraid either someone guesses it or search enqines pick it up?
So the ultimate question here is why are you trying to do this. Without knowing the answer to this, it is hard to suggest anything.
Forum: Plugins
In reply to: [WooCommerce] How to remove "my account" from menu.WP by default picks up all pages to be in the menu as a fallback. Only when you start to use the WP menus is when you can customize what is shown and what is not.
So I suspect you all are not using the WP menus. Another words if you go to Appearance->Menus, it is blank or not assigned to anything.