For anyone who uses the Multi Step Progress Bar plugin: is there anyway to avoid having the dots:
turn to dashes after the max_value has been reached:
or is that by design?
For anyone who uses the Multi Step Progress Bar plugin: is there anyway to avoid having the dots:
turn to dashes after the max_value has been reached:
or is that by design?
To me it looks like it either bugged/something broke.
If you want you could make your own stepped loading bar from scratch, just need 10 elements in a row group, each one taking up 10% of the width, with conditionals on each. First one would be the value ≥ 10, next one ≥ 20, etc. and set your colors you want
Or use icons and make them fixed size, whatever design you want.
Make the group they are all in have the type Number, and just have all the elements reference the Parent group’s number. Then have that group’s number actually point to your % value
Yup, I did just that.