Okay
  Public Ticket #1645720
Remove Filter Products / Showing 1 - 12 of 138 results
Closed

Comments

  •  1
    fineyellow started the conversation

    Dear Laborator Support,

    I would like to remove the Text above the shop:

    • Shop
    • Filter
    • Count of results

    If I disable it in Laborator, the entire descriptions for our brands and Categories disappear.

    I found a lot of documentation on how to remove the count (but it doesn't work here), but I couldn't find anything on how to remove the set-up (filter + count + headline) on my page with php. 

    Any idea how I can remove it?

    I tried this to remove the count, but it doesn't work:

    remove_action( 'woocommerce_before_shop_loop', 'woocommerce_result_count', 20 );

    What is the hook to target the count & filter?

    And I'd rather not do it with css.

    Thanks a lot in advance!!

    Best Assunta


  • [deleted] replied

    Hi Assunta,

    The filter area is coming from the "WooCommerce Product Filter" plugin. You can delete this plugin if you don't want to use it and that area will not show again.

    Have a great day!

  •  1
    fineyellow replied

    Great thanks Ylii,

    that removed the filter. The "shop" title is still there & also the results count. 

    I tried to remove the count by adding this to the function.php in the child theme. But it does not disappear:

    remove_action( 'woocommerce_before_shop_loop', 'woocommerce_result_count', 20 );

    Also I do not know how to remove the shop title without removing the titles on the brand & category pages.

    Thanks in advance!

    Assunta


  • [deleted] replied

    Hi Assunta,

    I don't see the same area as in your screenshot in your Shop page. Have you solved this please?

    Thanks!

  •  1
    fineyellow replied

    Hey Ylli,

    not really. I removed it via css not php. Not the cleanest solution as the text is still there (hidden). Thats ok for now, but would you no an alternative solution or do you know the reason why I couldn't remove it with the code posted below?

    Cheers,

    Assunta

  • [deleted] replied

    Hi Assunta,

    I think that the option to disable this exist in Theme Options > Shop Settings > Catalog Page tab > Shop head title and results count.

    Have a great day.