Hi, it seems that the sortorder of item isn't active anymore. When I drag buttonitems in settings, the sortorder on the website remains the same. I think this has changed in the last couple of versions?
Is there anything that can be done?
Sortorder of items on button
I think there was some java-like error, but after that it seemed to work.
I've just retried, but didn't get the error now? Sorting is still not correct.
It's not reversed, but it is always sorted in one way (live) regardless the sorting in the dashboard.
The java-error I get is when you drag the mouse while the cursor in on the three dots at the right of each item.
Error: javascriptvoid()
Hi WIZZs ,
Do you perhaps mean this?
If so, that actually happens because the mouse is currently on the button drawer when dragging.
The element of the button drawer is an <a> element and it's href attribute is "javascript:void(0)".
It's standard for a browser to show the link of a <a> element when dragged.
Please let us know if this was the error that you were getting when dragging the buttons!
Yes, that was the error.
That only leaves the sorting problem.
- Edited
Hi WIZZs ,
Thanks for confirming the javascript error!
This taught us something about the user experience and will improve it in an update.
Regarding the button sorting issue, sorting a button has around 3 steps.
- Click and dragging the button.
- Buttonizer saves the changes.
- The live preview refreshes with the new button order.
At which step does the problem occur?
Does Buttonizer not save after dragging the button?
Or does the buttons not appear in the right order after the refresh?