[email protected]
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Revolution Slider]same problem.
any help would be highly appreciatedForum: Plugins
In reply to: [WooCommerce] New order notification mails twice or even three timesAny ideas?
I guess I’d rather make a simple html page with a grid of my categories with pics&links to them. Also it will make the main page faster, cause it wouldn’t load the woocommerce core on it.
Any ideas?
Forum: Plugins
In reply to: [WooCommerce] dropdown list for delivery optionHi everyone!
Is it a really huge question?Forum: Plugins
In reply to: [WooCommerce] dropdown list for delivery optionis there any ideas?
Forum: Plugins
In reply to: [WooCommerce] double sorting after updateHere were the efforts to resolve it.
I’ve tried to remove this code:/** * 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 );
from woocommerce-hooks.php, but after update it comes again.
Also I added
remove_action( 'woocommerce_after_shop_loop', 'woocommerce_pagination', 10 );
to function.php, but nothing changed.Forum: Plugins
In reply to: [WooCommerce] Double Pagination and Sorting Above the CatalogNatasha, I’ve tried to add it to functions, but that didn’t work at all. Any ideas?
Forum: Plugins
In reply to: [WooCommerce] Different sizes of the product tilesThanks for reply, but where can I change these parameters?
I just deactivated Lightbox2 – it works great!
Thx!