Conflict js with other plugin
-
Hello,
i have a js conflict with your plugin on this code :
//Track Downloads
$(‘a’).filter(function() {
return this.href.match(/.*\.(zip|mp3*|mpe*g|pdf|docx*|pptx*|xlsx*|rar*)(\?.*)?$/);
}).click(function(e) {
ga(‘send’,’event’, ‘download’, ‘click’, this.href);
});The other plugin is “feed them social” twitter feed when is activated is in conflict and i see a error js on your code plugin.
How can i resolve it ?
Best regards
https://www.ads-software.com/plugins/google-analytics-dashboard-for-wp/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Conflict js with other plugin’ is closed to new replies.