1 votes Vote it! You have ... votes left in this category for this week! completed Move selected items to the top Faster Woo Widgets 3 comments Report this feature request Krzysztof shared this feature December 15, 2020 This should be an optional configuration. feature attachments: Related Features : No related feature exist. 3 Comments Krzysztof T. December 30, 2020 @ 4:57 pm This should apply to all display types in FWW Product Categories and FWW Product Attributes widgets. Reply Krzysztof T. December 30, 2020 @ 8:38 pm This can be easily achieved by using CSS: .active-attribute { -webkit-box-ordinal-group: -1; -moz-box-ordinal-group: -1; -ms-flex-order: -1; -webkit-order: -1; order: -1; } But maybe it would be better to use JavaScript: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Ordering_Flex_Items#The_order_property_and_accessibility Reply Dave H. August 27, 2021 @ 2:46 pm Implemented in beta 3.03 Reply Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment * Name * Email * Website Sign me up for the newsletter!
December 30, 2020 @ 4:57 pm
This should apply to all display types in FWW Product Categories and FWW Product Attributes widgets.
December 30, 2020 @ 8:38 pm
This can be easily achieved by using CSS:
.active-attribute {
-webkit-box-ordinal-group: -1;
-moz-box-ordinal-group: -1;
-ms-flex-order: -1;
-webkit-order: -1;
order: -1;
}
But maybe it would be better to use JavaScript:
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Ordering_Flex_Items#The_order_property_and_accessibility
August 27, 2021 @ 2:46 pm
Implemented in beta 3.03