maddisondesigns / customizer-custom-controls

WordPress Customizer Custom Controls
403 stars 120 forks source link

sortable pill checkbox doesnot update visually on customizer #15

Closed sauravxtha closed 4 years ago

sauravxtha commented 4 years ago

sotable pill check box doesnot update visually on customizer. i mean ordering of checkbox doses not update on customizer settings

maddisondesigns commented 4 years ago

I just had another look at this. The control is saving the data back to the database in the correct re-ordered state. When I'm loading the data into the control though, I'm using the original order, rather than the saved order, which is the issue.

Thanks for picking that up. I'll get that sorted and will let you know when it's fixed.

maddisondesigns commented 4 years ago

This has been fixed.

You can just grab a new copy of inc/custom-controls.php.