Forum Replies Created
Trying to release 4.0.0 Beta within Monday (9th Dec). There encoding issue resolved.
your site is not opening http://awesomescreenshot.com/05b21z1he2
yes, you can add the link of pdf in package description to open, attach one with package file to download, or send a temporary wp-admin login info to support@wpdownloadmanager.com, support team will create a sample for you
sorry, but i didn’t understand what you asked, anyhow you can set continue shopping url from premium files settings
please deactivate and reactivate the plugin
please send to support@wpdownloadmanager.com
please use copy to pro add-on http://www.wpdownloadmanager.com/download/copy-to-pro/
Add the following code at the end of download-manager/functions.php
function wpdm_download_notification($package){
wp_mail("your-email-here", "New Download: {$package['title']}","your message here","From: no-reply@sitename.com\r\n");
}
add_action("before_download", "wpdm_download_notification");
actually for first time while creating package it is setting to 0. LOL, I never guessed you would want to add a count even when creating a package.
if they are already in server, simply get the url and use it in remote url field while creating a package.
please send your license key to support@wpdownloadmanager.com
Just tried to login, but the login info you send is not working anymore, please send login info again.
@officeaasoftro, As I said it should work by default except any other plugin or your theme causing any conflict. give me your url to check
it will add random digits as prefix to avoid overwrite, but it will not lead your to file not found issue. Anyhow please send a temporary wp-admin login info to support@wpdownloadmanager.com to check your issue.
1) yes, that is the way, but please let me know if you have any other easy picture, so that I can implement it in that way 🙂
2) #3 is the right solution.
3) please give me your url to check
Find and replce if(array_shift(explode("/",$_GET['page']))!='file-manager') with if(isset($_GET['page'])&&array_shift(explode("/",$_GET['page']))!='file-manager')
please send temporary wp-admin login info to support@wpdownloadmanager.com
please send to support@wpdownloadmanager.com
current version may not work with wpml, but next update wpdm pro moving to CTP, then it will support wpml
new update will be available within next 2-3 days.
1. upload the pdf file using media upload
2. copy the url
3. use the url in remote url field while create a package.