vickyhestyanto
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [WooCommerce] There is /#tab-description on my Product URLplease somebody help me.. thanks
Forum: Plugins
In reply to: [WooCommerce] There is /#tab-description on my Product URLAnyone know about this problem? help please.. thank you so much..
Forum: Plugins
In reply to: [WooCommerce] There is /#tab-description on my Product URLi’ve upgraded to WC 2.0.2 too, but still the same..
anyone can help? thanks..
Forum: Plugins
In reply to: [WooCommerce] Double Pagination and Sorting Above the CatalogOpen woocommerce-hooks.php , and then erase this codes :
/** * Products Loop * * @see woocommerce_show_messages() * @see woocommerce_result_count() * @see woocommerce_catalog_ordering() */ add_action( 'woocommerce_before_shop_loop', 'woocommerce_show_messages', 10 ); add_action( 'woocommerce_before_shop_loop', 'woocommerce_result_count', 20 ); add_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 );AND
/** * Pagination after shop loops * * @see woocommerce_pagination() */ add_action( 'woocommerce_after_shop_loop', 'woocommerce_pagination', 10 );It works 🙂
Forum: Plugins
In reply to: [WooCommerce] Double Pagination and Sorting Above the CatalogGOT IT! Just change a little bit code on woocommerce-hooks.php
Viewing 5 replies - 1 through 5 (of 5 total)