The Avia layout builder recently started hanging on loading for all pages. I’ve tried:
filter('a[rel="' + hash + '"]'); issue from this thread – it was correctly codedThe Avia layout builder loads on a second admin account, however the content editor windows show no content and are malfunctioning. When switched to HTML version, they show content. When switched back to the WYSIWG editor the content disappears and the boxes collapse and malfunction. This issue occurred before hanging on loading as originally submitted. The hanging loading view is still present for the original admin.
I believe this is a JavaScript issue. Any ideas?
After further investigation, I found the error:
Uncaught Error: cannot call methods on sortable prior to initialization; attempted to call method ‘toArray’
Further research lead me to this thread. The posted solution didn’t work for me. I then found this thread. This solution did work for me, temporarily.
