Skip to content
Public Ticket #26732

How to dicable the following

Conversation thread

LillaGreen replied

Customer Reply

Thank you!

PenciDesign Supporter replied

Staff Reply

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.


LillaGreen replied

Customer Reply

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 

PenciDesign Supporter replied

Staff Reply

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/

remove_action( 'penci_woocommerce_before_main_shop_content_right', 'product_grid_label', 5 );

Regards,
PenciDesign.

LillaGreen started the conversation

Conversation Start

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!

8599341119.png

Want to join this conversation or access attachments? Sign in first.