Soil Plugin

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!

Hey Desmond,

I’ve already submitted a bug report regarding this. Thanks for the heads up! :slight_smile:

Ben

Hey Desmond,

I did some testing and it actually looks like that’s an issue with the live preview for color overlays. I can recreate it with the Soil plugin deactivated. We’ll get that fixed in the next release.

Thanks,
Justin

And… I was wrong! It is related to the Soil plugin. They are removing IDs from link tags which is breaking the builder. Not sure why that’s necessary, those are handy for JS manipulation, but I’ll look into a fix.

You guys rock as always!