Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeroen Sormani

    (@sormano)

    Hi windsor411,

    On your screenshots I see the ‘sorting’ dropdown displayed, and no ‘products per page’ dropdown. This is exactly what you configured.

    My plugin adds a ‘Products per page’ dropdown and does not have any effect on the ‘Sorting’ dropdown which is part of WooCommerce default configuration.

    If you wish to hide the ‘sorting’ dropdown you can add this to your css:
    .woocommerce-ordering { display: none; }

    Let me know if this helps you out ??

    Thread Starter thegroovylab

    (@windsor411)

    You were 100% right in both cases. I thought I had already disabled the sorting dropdown.

    Your CSS line did the trick nicely though thanks!

    https://d.pr/i/BUJY

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dropdown Location "none" only partly works’ is closed to new replies.