I was trying to add a cookie consent bar but I am using jQuery and its not working specially with the mobile menu. The menu won't open at all. I even added jQuery noconflict like below
Tried to debug in chrome and its was throwing an error in the theme.js file with this code below
What does Miva.com use for their cookie consent bar. Appreciate any input on this
Thanks
Code:
jQuery.noConflict(); jQuery(document).ready(function () { jQuery(document).gdprCookieLaw({ moreLinkHref: 'https://your-domain.com/PRPO.html' }); });
Code:
Uncaught TypeError: $.hook(...).transfigureNavigation is not a function at theme.js:69 line: 69 is $.loadScript(theme_path + 'extensions/navigation/transfigure-navigation.js', function () { $.hook('has-drop-down').transfigureNavigation(); });
Thanks
Comment