• Resolved l.mouren

    (@lmouren)


    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)
  • Hi, can you post the exact error?

    Thread Starter l.mouren

    (@lmouren)

    On the settings it’s when i select “foloow hashmarks” and error js is on Internet explorer 11 :

    Fichier : jquery.longurl.js, ligne : 162, colonne : 7

    this.find(‘a’).filter(function() {
    return this.href.match(longurlplease.shortUrlsPattern);
    }).each(function() {


    But it’s real problem because the website on IE11 doesn’t display the page with this error.

    Thanks

    Hi,

    The file jquery.longurl.js doesn’t belong to this plugin. Since the error is on that file, the issue is generated by another plugin.

    Thread Starter l.mouren

    (@lmouren)

    yes it’s true and now it’s work on IE11 … sorry maybe a update have resolve it …

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Conflict js with other plugin’ is closed to new replies.