Unfortunately, that’s not the solution. I removed it because, well, yes it was an error. But the slider was still working while that error was happening in the nav – max mega menu (under greenhouse), and is still not working on the page after removing the error.
In order to get the plugin to work in the mega menu, I had to change the CSS in my child style to
.mega-menu .owl-carousel.owl-loaded {
visibility: inherit !important;
}
This shouldn’t have affected the display on the page, but ??
It’s very peculiar that the CSS that comes with the plugin has the visibility hidden and the display none.