Forum Replies Created

Viewing 1 replies (of 1 total)
  • open wpdm-functions.php Line 433 and remove

    location.href=

    this remove automatic download

    and line 435

    jQuery("#wpdmdlf_' . $unqid . '_' . $package['ID'] . '").html("<a style=\'color:#ffffff !important\' class=\'btn btn-success\' href=\'"+res.downloadurl+"\'>Descarga</a>");

    change

    jQuery("#wpdmdlf_' . $unqid . '_' . $package['ID'] . '").html("<a style=\'color:#ffffff !important\' class=\'btn btn-success\' target=\'_blank\' href=\'"+res.downloadurl+"\'>Descarga</a>");

    regards

Viewing 1 replies (of 1 total)