Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Strange, are you using other plugins that might cause this/conflict?

    Have you tried disabeling all other plugins and changing to a default theme to see if this also happens then?

    Thread Starter angeland

    (@angeland)

    i just tried deactivating all plugins and changed to storefront default theme, but it’s still showing 2 sorting dropdowns. I suspect that I did something wrong when I was first customizing the theme on its original files instead of a child theme… but i tried downloading the latest storefront theme and overwrote the functions.php and style.css, it’s still the same.

    Thread Starter angeland

    (@angeland)

    i also tried to remove both dropdowns as a plan B, but the code doesnt work either.

    remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 );

    Hi Angeland, same Is happening to me, did you discover why??

    Thread Starter angeland

    (@angeland)

    @amkal

    I figure out it’s the default of Storefront theme, lol.

    now i used a css code to hide both dropdowns:

    /* hide sorting drop down */
    .orderby {
    display: none !important;
    }

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘2 sorting dropdowns on shop page, but i just want one’ is closed to new replies.