• Resolved alan

    (@f1alan)


    We just upgraded to version 4.9.13?and noticed that we are no longer seeing percentage progress updates when downloading files. All we see now is the spinner icon and the “dlm-xhr-progress” span is missing in the source. The download does work but it is a bit frustrating that we don’t see the progress anymore as our files are quite large. Note that this is only occurring on our live site, with an identical mirror not having this problem. I just wondered if there was anything obvious that might cause this issue?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support beatrice12

    (@beatrice12)

    Hello @f1alan,

    Thanks for reaching out to us!

    Is it possible to send us a link to the page where you have your downloads so we can take a look?

    Warmly,

    Beatrice.

    Thread Starter alan

    (@f1alan)

    Hi, I’m afraid it is a private site so I can’t share it but we decided to go with the following solution to disable the AJAX downloader:

    add_filter( ‘dlm_do_xhr’, ‘__return_false’ );

    We’re happy with this solution so I think you can close this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Download Progress Missing’ is closed to new replies.