Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3521394
How to dicable the following
Closed

Comments

  •  11
    LillaGreen started the conversation

    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
  •  2,610
    PenciDesign replied

    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.

  •  11
    LillaGreen replied

    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 

  •  2,610
    PenciDesign replied

    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.


  •  11
    LillaGreen replied

    Thank you!