stolarkonar
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Any request from send messageForum: Plugins
In reply to: [Contact Form 7] Any request from send messagesite: hotel-trofana.pl
Forum: Plugins
In reply to: [Contact Form 7] No Sign of Sent Form MessageHow you resolved this problem?
Forum: Plugins
In reply to: [WooCommerce] Add some information about empty category and product pageOh, i fond problems in woocommerce.php what I dont copy to child theme :)) Thanks a lot 🙂
Forum: Plugins
In reply to: [WooCommerce] Add some information about empty category and product pageHmm I dont change this file in my template. I see the code which should be visible information about empty cat in archive-product.php But this code do anything in empty cat.
I try to delete this code who visible empty cat and nothing change
Forum: Plugins
In reply to: [WooCommerce] Add some information about empty category and product pageYea, now I have a
add_filter( 'woocommerce_product_subcategories_hide_empty', 'show_empty_categories', 10, 1 ); function show_empty_categories ( $show_empty ) { $show_empty = true; // You can add other logic here too return $show_empty; }To show empty cat, but this only show clear site
Forum: Plugins
In reply to: [WooCommerce] Add some information about empty category and product pageI dont see any 404 error.
look at City “Szczecin” http://perfect-box.pl/rezerwacje/ I have in this category other category “Szkoła Podstawowa nr 71 w Szczecinie” And in Szkoła Podstawowa 2 category “Szafka górna” and “Szafka dolna”I dont have in shop availble product in this category “Szafka górna” and “szafka dolna”. And I can’t add information about this “I dont have any items in this category”
Forum: Plugins
In reply to: [Gravity Forms Quantity Limiter] How to hide other product?Just … I cant create quantity limit for product calculation :/