Forum Replies Created
Yes, please give me temporary wp-admin login info in a private reply.
Add following code at the end of your active theme’s functions.php:
function noindex_for_wpdm()
{
if ( is_singular( 'wpdmpro' ) ) {
echo '<meta name="robots" content="noindex, nofollow">';
}
}
add_action('wp_head', 'noindex_for_wpdm');
Please download and install the latest version ( 4.6.3 ), that will fix the issue.
Ok now, I saw you were using v4.6.1, but current version is 4.6.3, after update it is working fine.
Your business license is active and open, probably you are using an older version of wpdm pro, please download the latest version from premium download area https://www.wpdownloadmanager.com/user-dashboard/purchases/ and update your copy, them license key will work fine.
The issue was fixed in our latest version ( 4.6.3 ), I’ve updated it in our site and everything is working fine now.
Ok now, modified file libs/class.Package.php, removed audio tag.
Template preview picks the latest package to show the preview. If the admin doesn’t have access (through “Allow Access” option) and if you check “Hide Everything” from settings page when a user doesn’t have access to a package, you will see an empty preview.
BTW, to avoid confusion, after you change anything around a package, clear cache before you see the preview.
I tested URLs http://www.openresources.org/rescuing-ambition and http://www.openresources.org/like-a-diamond, downloads seems working fine.
Also tested individual download page http://www.openresources.org/download/out-of-darkness-week-1-audio, however, I’ve adjusted login message from settings and the page template to make it working.
Additionally, if you select only specific user roles for a package, then, user must login before download and only users under selected roles will be able to download the item, but if you want to allow everyone to download an item, only select “All Visitors” for “Allow Access” field.
Please let me know if you need assistance anywhere else.
Got it, the item counts in category directly shown as it stored, but querying separately for the count every time, will cost lots of server resource.
You can see the emails from Admin Menu Downloads Subscribers.
You need to install migration add-on only after you install v4. Steps are here:
Please give me temporary wp-admin login info in a private reply.
Your license key is active and open, it should work with the new domain, if you are not using the latest version, please update your copy. But if you still see invalid license after that, it is your server firewall blocking wpdownloadmanager.com , in that case, please give me temporary wp-admin login info in a private reply.
Please update to latest version of wpdm pro, that will fix the issue.
[24-Feb-2017 21:19:45] PHP Parse error: syntax error, unexpected T_STRING in /home6/sfnazare/public_html/wp-content/plugins/download-manager/download-manager.php on line 12
The error only happen when you are using PHP version lower than 5.3
Please give me the package URL you are trying with. In the mean time, update to latest version.
Yes, possible, shortcode options are explained here:
[wpdm_tree] – generates a tree view of all categories and packages, if you want to use it for specific category, then: [wpdm_tree category=”category-slug”] , for direct download link use additional parameter download_link=1. You can also set orderby ( title, date, modified ) and order ( asc, desc) parameter for packages inside a category folder.
CSV import only will import the post entries, you need to upload the files in your server using ftp. Keep them in /wp-content/uploads/download-manager-files/ dir
Please update to latest version of wpdm pro, then it will work fine.
Don’t worry 🙂 , we are adding my download page with user dashboard with the next update for the Advanced Access Control Add-on.
Please create a post here with the mail content
Please update to latest version, then license key will work fine.