• I recently upgraded the Download Manager plugin and now I can’t download anything. all of the download buttons are there on the front end but when you click it nothing happens. Can you please help me out?

    You can see the problem here

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,
    It’s happening for javascript conflict. you site showing lots of js error.

    like:

    Error: $(“ul.menu”).superfish is not a function
    Source File: https://www.fluid-studio.net/spc/blog/2011/07/19/how-to-install-a-water-fountain/
    Line: 54

    Thread Starter wompninja

    (@wompninja)

    I got rid of the superfish error. and now I get a js error from the Download Manager that says

    jQuery(“.wpdm-popup”).colorbox is not a function
    [Break On This Error] jQuery(‘.wpdm-popup’).colorbox();

    How do I fix it?

    Plugin Author Shahjada

    (@codename065)

    add jQuery.noConflict(); or remove “jQuery” with “$” from download-manager.php line# 483 and 484 .

    Thread Starter wompninja

    (@wompninja)

    <script language="JavaScript">
        <!--
          $(function(){
              $('.wpdm-popup').colorbox();
          })
        //-->
        </script>

    I made the change and this is what I have in there. I still have the same problem. Nothing has changed.

    Nothing ever will if you depend on this developer to provide support. If you bought the app, start a dispute in Paypal and get your money back.

    I had this problem too.

    I hate editing the plugins as it just creates problems when you upgrade/update them…

    I changed mine to

    <script language=”JavaScript”>
    <!–
    jQuery(function($){
    $(‘.wpdm-popup’).colorbox();
    });
    //–>
    </script>

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Download Manager Doesn't Download’ is closed to new replies.