Forum Replies Created
could be a javascript conflict, please give me the url to check
looks like file permission issue, please make /uploads/2014/03/ dir writable
here it is http://newlook.wpdownloadmanager.com/doc/action-reference/before_download/ , any how if you want to send it only for locked download, you need to add following condition before wp_mail function:
if(wpdm_is_locked($package['ID']))
and if you want to apply of in case of email lock only, the condition should be like this:
if(get_post_meta($package['ID'],'__wpdm_email_lock',true))
in download-manager/functions.php, after line #36, add 'exclude_from_search' ► true,
yes, we will add auto-update option soon.
no, but anyhow I will add download button next to mp3 link with next update.
did you apply password lock and set a password? if yes, please give me your url to check where you see the issue
it is working fine actually, to add new field simply click on the field.

please give me the exact url where I can see the issue.
while extended short-code add-on active, you need to use short-code [wpdm_slider ids=”id1,id2,id3…”] to slider, here is the working example: http://demo.wpdownloadmanager.com/wpdmpro/carousels/
ok, adding this add-on within this week 🙂
not clear, may you please explain little more.
you will need premium package add-on for that, the add-on has cart feature and a some minor edit could make it possible to use cart for free items too.
adjusted in the latest version of wpdm pro and the add-ons
like this
[wpdm_category id=category-id items_per_page=20]
looks like this is a conflict with your theme css, need to edit css to make the text color. please give me your url to suggest you required css change.
actually deleting file is not safe as it could be attached with another package. if file already exists in server, you can attached it from there, don’t have to upload again.
but in case if you need to delete the file , for now you need to do that from ftp. But we are adding new option to choose, where you want to overwrite existing file or not.
yes, we kept file type as the icon for all downloads table.
this could be something with api keys permission, please check the permission settings of your api key in your s3 account.