PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Slider For Custom Attribute Not Working

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

I set a slider for a custom product attribute (length), which only has numbers 1-30.
The left side of the slider shows 30 and the right shows 9 (the lowest length) - not my preference, but ok (would love to be able to reverse this BTW).

If I start to slide right the text goes in an odd order as shown in this video:  https://www.screencast.com/t/hozYYuwq

Questions

  1. How do I fix the slider issue as shown?  It seems like a programmatic issue to me though...
  2. How can I reverse the numbers shown for this slider (show the minimum (9) on the left and maximum (30) on the right)?

Thanks!

Hello

This trouble was always, and can be resolved by drag and drop on the terms page:
Example
* go here wp-admin/edit-tags.php?taxonomy=pa_xxxxxx&post_type=product
* by mouse set right order of terms
Reason: for WordPress all taxonomies tiles and slugs is just STRINGS so WOOF works with them as string, and appending idea to them that they are numbers is just human logic, but not for script

OR use  this  tool - https://wordpress.org/plugins/custom-taxonomy-order-ne/