• Hot
  • Top
  • New
1
votes

You have ... votes left in this category for this week!

completed

Move selected items to the top

Krzysztof shared this feature

December 15, 2020

This should be an optional configuration.

LIVE PROGRESS

feature attachments:

3 Comments
  1. This should apply to all display types in FWW Product Categories and FWW Product Attributes widgets.

  2. 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

  3. Implemented in beta 3.03

Leave a reply

WP Intense
Logo