I have a site (v9 custom theme) and for some reason i can’t move any blocks that have < ul > or < ol > html in them.
I can move all other types of block but if I put in a topic list or a auto nav, the list items breaks the functionality.
I have tried switching out the theme to a basic theme and that works so its definitely something in my theme but I have used this as a base for many site sites and this is the first time i have ever seen this.
Anyone ever had this?
Nothing ever anything that specific
The little fa-arrows-alt icon that you use to move the blocks is inside a < ul > tag. Is it possible you have an unclosed tag either in your HTML or a custom block somewhere? Not sure that would/could even be the culprit but it’s the first thing that came to mind.
I have also had issues where something in my theme/custom block had a z-index set and that caused the fa-arrows-alt icon to not be ‘grabbable’.
1 Like
I realize this isn’t terribly helpful but you might just go through your javascripts included in your theme and exclude them one by one until you find the one that’s causing the issue, and then dig through there for ul / ol selectors. That’s how I’d try to narrow down the offender. 