Forum Replies Created
#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.
Don’t worry, user will not need checkout or other page , as wpdm using simplified checkout system integrated with cart page for faster and easier checkout, and after purchase they will be redirect to http://fromgrammysheart.com/purchases/ , from where they will be able to download.
I see there are several other place , need to do same for all $vars['icon'] in wpdm-functions.php
Sorry, not clear, may you please explain little more.
yes, possible, but that will require good amount of customization. Please contact customize@wpdownloadmanager.com to discuss about customization.
It will require some customization over wpdm pro.