Support » Plugin: WooCommerce » remove Default sorting dropdown from cat. page

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter andreasdesmedt

    (@andreasdesmedt)

    Anybody?

    Thread Starter andreasdesmedt

    (@andreasdesmedt)

    ?

    Thread Starter andreasdesmedt

    (@andreasdesmedt)

    Nobody that knows a little about coding?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you need urgent support then we generally forward you onto better support avenues like WP Jobs and CodePoet. It’s to prevent frustration that your issue has not been resolved in the time frame you wanted, and it looks like it’ll prevent us from being insulted too.

    The WordPress.org forums aren’t a guaranteed way to receive support, let alone support within a time frame. This is mainly because the people providing support here do so out of their spare time. Threads can go unanswered for weeks or months.

    @andreasdesmedt
    You have Virtue premium, and your theme has already removed catalog ordering with remove_action, then added it back in elsewhere in the template using: woocommerce_catalog_ordering() This line would not be removed by another remove_action().

    If you look in wp-content/your-theme/woocommerce/archive-product.php, you can see that line, so you will need to make a custom template without the line and put the template in your child theme. You may have hassle if the template is updated.

    For an easier method, allow the dropdown to generate but hide it with custom css:

    .woocommerce-ordering {display:none}

    For commercial themes, theme vendor support is recommended.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘remove Default sorting dropdown from cat. page’ is closed to new replies.