Forum Replies Created
wpdm using wp’s native upload library, what error are you seeing there, also please tell me file size your are trying with and give me temporary wp-admin and ftp info in a private reply to check the issue.
Yes, the typo also in hook name, anyhow adjusted it for next update, Thanks 🙂
You can to uncheck “All Visitors” from CategoryA too
multi-file download for remote/could source will not work as wpdm need to create zip before download multi-file package, which will require to copy all remote files in server.
Please delete wp-formbuilder” plugin and follow the instructions here http://www.wpdownloadmanager.com/download/wpdm-live-forms/
Don’t worry, we are adding an option to select default link template for category short-code & package short-code in wpdm settings page.
Please give your url where you trying and are you using latest version of archive page add-on?
Sorry, not clear, which data field you trying to reset there.
it will start download instantly only if you select that option in edit package window.
Actually your theme is causing the, may you please contact theme developer to check their theme code.
#1. If you want to sent new package notification, check “Notify Subscribers:” and complete the email form after adding all package info and before click on publish button.

#2. It means all subscribers, site-wide
#3. They don’t have to subscriber to each package manually, you can use subscription with mailing list so that they can subscribe in regular way, but if they subscribe to any specific package, they also will get all update notification for that package automatically.
As I found the issue is with your theme, you theme is using very old version of jquery, also there are some file permission issue, I could not adjust those from wp-admin, please give me ftp access in a private reply.
Trust me the issue is with the Event Calendar, we also have pointed it to them but they totally ignored it:
“What we found is when the even calendar is active wpdm can’t save custom data anymore with “save_post” hook, probably, you are using remove_action for save_post hook somewhere which is affecting globally.”
However I’ve added code to override it, so if you are already using latest version of wpdm you shouldn’t face the issue anymore.
please give me your URL to check, however you may also add a temporary wp-admin login info with a private reply, so that I can check everything in details and fix it.
This file http://www.idesco.fi/wp-content/mu-plugins/wpengine-common/css/wpe-common.css causing the issue and it is coming from a wp engine plugin and need to be adjusted by them, Thanks.
Please check the screenshot:

Simple delete the short-code totally and write ( don’t copy/paste ) again or use http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code or click on “Text” tab in your editor and remove those <pre> tags.
ok showing now, however this was not a plugin function and wpdm has nothing to do with you. I’ve added the theme function at the end of download-manager.php now to activate post thumbnail support.
function wpdm_custom_theme_setup() {
add_theme_support( 'post-thumbnails' );
}
add_action( 'after_setup_theme', 'wpdm_custom_theme_setup' );
but if you want to download directly from tree view, use short-code [wpdm_tree download_link=1]
if you want to hide file list, create a new page template without filelist, for clone an exiting page template, remove [file_list] tag and save it as new template, then use the template for your packages. Docs: http://www.wpdownloadmanager.com/doc/templates/
As all uploaded files are store in the dir /download-manager-files/, we skipped the full path, only shown the file name, however if you attach file using server file browser, then file could be anywhere in server, so why we kept/saved full path, so it is actually not an issue with wpdm pro.
Also you don’t have to browse through paths to reach to /download-manager-files/ dir, if you set /www/b31ce591a875c260a6b5327f3d514bb8/web/wordpress/wp-content/uploads/download-manager-files/ as file browser root dir from wpdm settings page.
Any other plugin in your site causing this conflict, may I try disabling other plugins?
1. New Items short-code is already available ( already generator button available with tinymce button add-on )
2. For Latest free items, you can create a category “Free” and use category short-code for that category
3. Not yet, but adding soon
For form management, you can use this http://wordpress.org/plugins/liveforms/ , this is free and certainly better then any other form plugin in the market.
