Is is possible to have sorting from shop page
https://i.imgur.com/0S9o15h.png
also on home page?
https://i.imgur.com/GISH8XG.png
This topic has 6 replies, 3 voices, and was last updated 4 years, 6 months ago ago by Rose Tyler
Is is possible to have sorting from shop page
https://i.imgur.com/0S9o15h.png
also on home page?
https://i.imgur.com/GISH8XG.png
Hello,
Unfortunately, our theme does not have such option. WooCommerce displays that toolbar only for the shop archive pages.
Regards
thank you. no problem.
one more thing. Do I remember correctly that I can have this ADD TO CART and BUY NOW buttons inline?
not like this
https://nova.clickstore.si/izdelek/dozirnik-zobne-paste/
but this
https://i.imgur.com/Gh5OMsd.png
Hello,
Try to use the next custom CSS code:
.single-product-builder .single_add_to_cart_button ~ .et-or-wrapper {
flex-basis: 10%;
margin-left: 10px;
margin-right: 10px;
}
.single-product-builder form.cart {
display: flex;
}
.single-product-builder .et_product-block .et-single-buy-now.single_add_to_cart_button.button {
width: 20%;
flex-basis: 20%;
min-width: 20%;
}
Regards
I get this
https://i.imgur.com/hbLbTiG.png
Hello,
Add the code (Theme Options > Theme custom CSS > Custom CSS for desctop) and provide temporary wp-admin access.
Regards
The issue related to '‘Product sorting on home page’' has been successfully resolved, and the topic is now closed for further responses