Forum Replies Created
they are separate package, like here http://demo.wpdownloadmanager.com/wpdmpro/ready-templates/ , “Template: Default 3 Columns, Detailed”
Hide everything option only hide descriptions and download link, but titles are totally depends on your theme. As you are using custom access level you can use short-code [wpdm_my_downloads login=1] to create dedicated page for use downloads.
You can use shoort-code [wpdm_login_form] to create login page. Npw create package and for access field, select user roles you want to allow download the package.
IF you need description for each download you need to create separate package for each download/image. Create a package, upload & attach the image file, add preview image, select a category and publish.
Need to follow same process for every image.
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.