Comments 11LillaGreen started the conversationNovember 14, 2023 at 7:44amHi, how can I disable the "Show12 24 36" and show the maximum products from the general setting for products per page from customize? Thank you! 2,610PenciDesign repliedNovember 14, 2023 at 1:32pmHi, You should insert this code either into the functions.php file of the child theme or by using the CodeSnippet plugin available here: https://wordpress.org/plugins/code-snippets/ remove_action( 'penci_woocommerce_before_main_shop_content_right', 'product_grid_label', 5 ); Regards,PenciDesign. 11LillaGreen repliedNovember 14, 2023 at 3:28pmI used this plugin + code and it broke my website :D had to delete the plugin from the C-Panel ... no idea why this happened but it was the code 2,610PenciDesign repliedNovember 14, 2023 at 5:44pmHi,Please open this file:wp-content/themes/soledad/inc/woocommerce/modules/misc.phpFind and delete this line:add_action( 'penci_woocommerce_before_main_shop_content_right', array( $this, 'product_grid_label' ), 5 );Regards,PenciDesign. 11LillaGreen repliedNovember 16, 2023 at 12:43pmThank you! Sign in to reply ...
Hi, how can I disable the "Show12 24 36" and show the maximum products from the general setting for products per page from customize? Thank you!
Hi,
You should insert this code either into the functions.php file of the child theme or by using the CodeSnippet plugin available here: https://wordpress.org/plugins/code-snippets/
Regards,
PenciDesign.
I used this plugin + code and it broke my website :D had to delete the plugin from the C-Panel ... no idea why this happened but it was the code
Hi,
Please open this file:
wp-content/themes/soledad/inc/woocommerce/modules/misc.php
Find and delete this line:
add_action( 'penci_woocommerce_before_main_shop_content_right', array( $this, 'product_grid_label' ), 5 );
Regards,
PenciDesign.
Thank you!