Hi, Guys,
I had the same problem from FROM_ROB but I found the SOLUTION.
You can check here on this site how it works: https://bestaudioeditingsoftware.com/wpressforum
Here we go!
1- Go to Plugins > Editor;
2-After you select the Plugin Download Monitor to edit (Top right dropdown bar);
3- Select the file “download-monitor/templates/content-download-box.php” listed on link side;
4- Find the code line “…href=”<?php $dlm_download->the_download_link(); ?>” rel=”nofollow”>” ;
5 – Here is the code again with XXXXX ” href=”<?php $dlm_download->the_download_link(); ?>” XXXXXXX ” rel=”nofollow”>”;
6 – Where you see XXXXXX, insert the code (target=”_blank”)
7- The Final Code will looks like: href=”<?php $dlm_download->the_download_link(); ?>”target=”_blank” rel=”nofollow”>
I hope I could help you guys.
Evandro.