• Hi there – Great plugin!

    – Is there an option to sort products by name (ie A-Z / Z-A) and/or
    – Is there any way to control stying at all bar hacking existing CSS?
    – The dropdown for ‘categories’ seems to not to be rendering properly
    – The right slider does not go all the way to the end of the rail for some reason.
    – Can I also have a numerical price range as WELL as a slider on the same filter?

    MANY Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author themifyme

    (@themifyme)

    Hi @t4tortilla,

    1. Yes, on Category Filter for eg. you can select Order = Name, then Ascending / Descending for A-Z / Z-A: https://share.getcloudapp.com/L1u97PE9

    2. Sorry, but I am not sure what you’re referring to by “control stying at all bar” could you post a screenshot and point out what you would like to style / how.

    3. Yes, it is due to your theme is modifying the input styling, you can fix it by adding this CSS to wp-admin > Appearance => Customize > Additional CSS:

    .wpf_items_group .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 50px !important;
    }

    4. This also looks like it is caused by some Theme styling, but you can fix it with this Custom CSS:

    .wpf_items_group .ui-slider .ui-slider-handle:last-child {
        transform: none;
    }

    5. Unfortunately the slider can only be applied to the Price filter, it can not work for other attributes or taxonomies.

Viewing 1 replies (of 1 total)
  • The topic ‘Sort alphabetically’ is closed to new replies.