• Resolved gettattoosideas

    (@gettattoosideas)


    Hello, I love your plugin a lot. And I can’t afford to use another sharing buttons plugin in place of yours. But I have facing a problem. I want to use q2w3 plugin. A script (function onload(element,func){
    if (element.addEventListener){
    element.addEventListener(“load”, func, false);
    }else if (element.attachEvent){
    element.attachEvent(“onload”, func);
    }else{
    element.onload = func;
    })
    is conflicting with that plugin. On pages where I don’t have addtoany buttons not active, that q2w3 plugin work fine. But on those pages I am using addtoany buttons, q2w3 doesn’t work. By the help of javascript console. I came to find that above mentioned script (2nd line) is showing an error (Uncaught TypeError: Cannot read property ‘addEventListener’ of undefined). Please help me.

    Thanks

    https://www.ads-software.com/plugins/add-to-any/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author micropat

    (@micropat)

    That block of global JavaScript is not part of AddToAny. You can “view source” in your browser to see that something else is adding it to your site’s pages (gettattoosideas.com).

    Thread Starter gettattoosideas

    (@gettattoosideas)

    Yes, you were right that that block of global JavaScript was not part of AddToAny. This was another plugin.

    Thanks for your reply.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘one script is conflicting with another q2w3 fixed widget plugin.’ is closed to new replies.