please enable flat permalink
this version should work fine if all setup done properly ( http://www.wpdownloadmanager.com/docs/installing-wordpress-download-manager-pro/ ) . But if you still facing problem please send a temporary wp-admin login info to support@wpdownloadmanager.com. Anyhow next version coming very soon.
Newsletter and Authorize coming soon, others are already added
to see the page, you need to use [page_link] tag in l ink template
please give me your url to check
hmm, then you have to ask the theme developer how to create a page template without comment form and comment list
in /plugins/download-manager/download-manager.php, after line#59
insert this line:
$wpdb->query("ALTER TABLE `ahm_files` ADD `icon` VARCHAR( 255 ) NOT NULL");
update the file.
if you do that from ftp , deactivate and reactivate the plugin.
for now, please apply this patch here http://www.wpdownloadmanager.com/support/topic/link-expired-txt/
in that cas just create your own page template from template section. here is how: http://www.wpdownloadmanager.com/docs/integrated-templates/
ok, don’t worry, please send a temporary wp-admin login info to support@wpdownloadmanager.com, support team will adjust those for you.
yes, but we are going though tight schedule with next update of wpdm pro. It is coming within next few days) after that we are updating the add-on.
please send your license key to support@wpdownloadmanager.com
then copy page.php
file info will be visible to all users, only download will be block, so there may require some customization to meet your need exactly
if it refresh the page, the you are facing a js conflict with another plugin you installed there, please send a temporary wp-admin login info to support@wpdownloadmanager.com to check your issue
1) you can batch upload all files using bulk import feature, but that will create separate pacakge for each file
2) you can attach multiple files with same package and you can download individual file from a package. but you need to enable individual download, no need to create individual package for each file ( Example: http://demo.wpdownloadmanager.com/wpdmpro/file-download/free-web-designer-iconset/?wpdm_page_template=page-template-1col-ex.php )
3) wpdm pro has many short-codes, even for listing all packages in a table or selected categories, check here http://www.wpdownloadmanager.com/docs/list-of-download-manager-pro-short-codes/
4) In pro, templating is very extended and what will show or not , in the template will totally depend on template tags you will use with a link or page template, here is details: http://www.wpdownloadmanager.com/docs/integrated-templates/
please delete free version then install pro, after that you can use copy to pro add-on here http://www.wpdownloadmanager.com/download/copy-to-pro/ to copy files from free version to pro
yes, right, it just adjust files table, anyhow i’ll add the option to adjust filemeta table too
within next week
Here it is, attached with this post. Need to install like regular plugin, after that you will get the option to adjust server path at download manager settings.
that will not move menu position, because as you see there , that post try is actually invisible:
‘show_ui’ ► false,
‘show_in_menu’ ► false,
‘show_in_nav_menus’ ► false,
check this http://www.wpdownloadmanager.com/support/topic/download-manager-pro-stopping-codecanyon-calendarize-it-from-appearing/
or change calendar menu position, whatever you like.
its not plugin file, its theme file actually, get the single.php from your active theme file do that, keep single-wpdmpro.php in active theme dir
Execute the following SQL to resolve your issue:
ALTER TABLE `ahm_files` ADD `icon` VARCHAR( 255 ) NOT NULL
Execute the following SQL to resolve your issue:
ALTER TABLE `ahm_files` ADD `icon` VARCHAR( 255 ) NOT NULL
then please explain me little more.