Skip to content
  • 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.

feature attachments:

3 Comments

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

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

  3. Dave H.
    August 27, 2021 @ 2:46 pm

    Implemented in beta 3.03

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *