Hey guys,
Just to piggy-back on an issue I had yesterday:
I was having a problem selecting a module within a row once I added a color overlay to that row. If I refreshed my screen, everything was fine until I selected, and then exited a module. Then the same problem would repeat.
I was instructed to try out a different theme to see if that would solve the problem, and it did, but I still wondered what the issue was.
I think I’ve narrowed it down, and it looks like the roots soil plugin ( https://github.com/roots/soil ) is causing this issue. Specifically when this is enabled:
add_theme_support(‘soil-clean-up’);
I’m guessing you probably don’t have many users using that plugin (I could be wrong!), but I thought I’d mention it in case it is helpful. If you do happen to take a look and see what is causing the issue within the “clean-up” option, I’d be interested in knowing.
Thanks as always!