Hi,
I’m running into some issues when adding a revolution slider to my pages, if I also add another script.
The other scripts always loads in noConflict mode. I’ve turned on that setting for Revolution Slider as well.
wp_enqueue_script( 'tommybooking', '//api.tommybookingsupport.com/widgets/js/widget.js?noConflict=1', array('jquery'), null, true );
I’m still getting an error from cs-body.js saying TypeError: jQuery(...).flexslider is not a function
What would be a probably cause for this?
Is cs-body.js always loading in no-fonclit mode as well?