Roy Ho
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Easy Fix? Category AlignmentThis is kinda an open ended question as the answer varies because it depends on the view as looking at your site, you have multiple layouts that may or may not work with one answer.
But to start you along you can add this to your CSS.
.fullwidth h1 { clear:both; }Forum: Plugins
In reply to: [WooCommerce] Checkout works in Firefox but not IEPost URL.
Forum: Plugins
In reply to: [WooCommerce] Show All Products From Single CategoryFor that you need to use shortcodes. Create a page for that and in your page settings, click on the WC shortcode button icon and it will let you generate the shortcode you need to display the specific category.
The other way is to go to your menus and drag the specific product category to your menu and name it SHOP and when clicked, will display products from only that category.
Forum: Plugins
In reply to: [WooCommerce] Menu in responsive not workingSwitch your theme to 2012 and see if your error goes away. I am not talking about your mega menu. I am talking about the JS error you currently have on your site which relates to why your mega menu is not working. If the error goes away, then it is your theme issue. As in your theme may not support WC or not support WC’s latest versions.
Forum: Plugins
In reply to: [WooCommerce] Calling Woocommerce Ajax Hooks inside plugin“it fails”…doesn’t really help explain what your issue is. If it works in theme’s functions and not in plugin, it is a good sign that your priority is wrong. Try setting a higher priority number so it is executed later…
Also did you check the data that is passed into the callback of the hook I mentioned?
Forum: Plugins
In reply to: [WooCommerce] Calling Woocommerce Ajax Hooks inside pluginThose are not hooks per say…
What you want to use is probably this:
'woocommerce_checkout_update_order_review'Forum: Plugins
In reply to: [WooCommerce] Change featured image in product gallery, NOT light box??I believe you have already asked this exact question here -> http://wordpress.org/support/topic/possible-for-product-featured-image-to-change-2?replies=1
There is no need to double post as it makes it harder for us to help…
Forum: Plugins
In reply to: [WooCommerce] Shop layout/format issueJust a heads up so you don’t lose customers. When I visit your link, my antivirus popups up with a malicious URL warning…You might want to look into that…
Forum: Plugins
In reply to: [WooCommerce] Hide WooCommerce out of stock product attribute itemsI believe stock status is a post meta so instead of using get_terms, you may need to use WP_Query so you can use meta query.
Forum: Plugins
In reply to: [WooCommerce] download the 2.0.12 versionForum: Plugins
In reply to: [WooCommerce] WooCommerce- logout shortcode not workingUse WP logout function like this -> http://codex.wordpress.org/Function_Reference/wp_logout_url
Forum: Plugins
In reply to: [WooCommerce] Theme menus do no recognize WooCommerce categoriesGo to appearance->menus move your mouse to the top right corner of your screen where it says “screen options”, pull that tab down…check the boxes of your choice…
Forum: Plugins
In reply to: [WooCommerce] Shop page spacingCan you not use CSS to accomplish what you’re after?
Forum: Plugins
In reply to: [WooCommerce] Random sort for category productsIn your shortcode, I believe you can use if I remember correctly…
orderby="rand"Forum: Plugins
In reply to: [WooCommerce] WooCommerce- logout shortcode not workinghmmmm…I didn’t even know such page or shortcode even existed…