Forum Replies Created
no such exact option, however you can add description of the download file with package description.
You may try using [doc_preview] tag with your page template, the tag generates document preview using Embeddable Google Document Viewer for supported documents
It was because you checked password lock but didn’t use any password. Now I unchecked password lock and download is working fine.
Thanks, I’ll add the option with the next update of the add-on.
Yes, that is easy, simply clone the link template from Downloads Templates Link Templates tab, that you used there, replace [page_link] with [title], save it an a new template, and now use the new template with your short-code.
However I just have updated the mailchimp add-on to avoid any such occurrence in future, please update your copy.
#1. please delete wpdm-mailchimp add-on from plugins dir.
#2. install & activate pro
#3. Install & activate add-on again.
Download Manager using custom post type and custom post types accessible from any user role with “edit_posts” can’t, so you need to add or removed that cap from any role to allow or deny access, but that also will be applicable for other post types too. The plugin is mentioned in previous post has options to activate/deactivate specific post types from any user role.
Open /wp-content/plugins/wpdm-extended-shortcodes/css/jqueryFileTree.css, remove white-space: nowrap;
Probably you server was not supporting apache_setenv function, please open functions.php, remove line #145 & #146
if ( function_exists( 'apache_setenv' ) )
@apache_setenv( 'no-gzip', 1 );
ok now, your server wasn’t supporting apache_setenv function, thats what causing the issue.
I see it is password protected files, once link is generated, it will be valid for 3 times, after 3 times of use, it will expire.
I see, If you want to link icon with download url, you can do that, use template code like this:
<a href="[download_url]">[icon]</a>
use [description] tag or [excerpt_100] with link template to add full description or 100 char excerpt.
no possible with icon, but you can link featured image with image url itself.
there is no expiration of dropbox link and we simply dropbox file chooser there, means all code library and link generation are directly from dropbox. However, if you want I check it in your installation, in that case I shall need to dropbox and site amdin login info.