Hi, I recently purchased the Pro version and am trying to get the Slider and/or jQuery pagination to display. I can't seem to get anything but the standard Grid layout to display, and I'm getting an error in my console that reads:
TypeError: $(...).owlCarousel is not a function
<anonymous>
ot.Callbacks/c()
ot.Callbacks/d.fireWith()
.ready()
s()
So, I'm a bit stuck. I was going to see if it was a NoConflict jQuery mode issue as described here: https://www.webhostinghero.com/fix-wordpress-jquery-conflict-problem/
But when I looked at the source, it appears that you may have already covered that by using the following around problem code:
jQuery(document).ready(function($) { ... });
So I've ruled that out for now, but I'm still not sure what's causing the slider & jQuery features to not display. If you could take a look at a dummy page here, where the slider should be appearing?
Because it worked with separate themes, I’m just going to rework a child theme based on a more common WordPress default like TwentySixteen. Looks like the original code developer left out a few things and it has become a bit difficult to track down. Thank you for your help up to this point though!