[Plugin: BP GTM System] Jquery fix
-
Fantastic component _ I had a Jquery conflict between tinymce – datepicker and the comments form input that broke it and found the solution :
if you have such a problem: open “en_GB.js” and replace the first line (stop before the “{” ) with `var $ = jQuery.noConflict();
jQuery(document).ready(function($)`
save and close.
Then open “global.js” and replace the same opening jQuery statement with `”var jQuery = $.noConflict();
jQuery(document).ready(function($)”`conflict fixed.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: BP GTM System] Jquery fix’ is closed to new replies.