ryanasm81
Forum Replies Created
-
Forum: Plugins
In reply to: [Slide Anything - Responsive Content / HTML Slider and Carousel] Not visibleI think I figured out the problem, but still don’t have the solution. Putting the slider in the mega menu and on the page meant that the jquery was in two places. Since the mega menu script was first, the second jquery in the body caused it to not work. Is there a way to embed the shortcode without the jquery for one instance and with in another?
Forum: Plugins
In reply to: [Slide Anything - Responsive Content / HTML Slider and Carousel] Not visibleUnfortunately, 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.
Forum: Plugins
In reply to: [Max Mega Menu] submenu content hidden but clickable with custom HTML widgetAMAZING!! I’ve been on this for hours. Seriously I think I love you. Thank you so much.