Forum Replies Created
Hi,
Reactivate and reactivating the plugin will update the database automatically and fix the issue. However, I’ve done that for you :).
Hi,
That option is not available yet, but, noted for implementation.
Download availability period uses server time.
Hi,
Sorry for your trouble, we have fixed the issue and released a quick update. please simply download the latest version again, and follow the steps to update:
1. Download the latest version from https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
2. Install and activate the latest version
3. Done!
From the next update, you will be able to use the automatic upgrade as usual.
https://www.wpdownloadmanager.com/download/wordpress-download-manager-special-pack/ <– is a custom-designed template, will require theme customization. You may use our customization service for that https://www.wpdownloadmanager.com/download/custom-upgrade-service/
Hi,
I tested email lock with multiple files on your site, it is working fine too.
Hi,
That could be a theme issue, we recommend you use https://www.wpdownloadmanager.com/download/attire-allinone-wordpress-theme/, instead of Prime. We are maintaining only Attire theme.
If you are using php code, use the following PHP code:
<?= wpdm_thumb($ID, [96, 96]); ?>
Please go to Admin Menu ► Download ► Settings ► License ► click Save Settings, then you will be able to update it from the plugins page.
Thanks for pointing the issue. Fixed in 5.3.5 🙂
Use the following code to hide user profile info from edit profile page on admin side:
add_filter("wpdm_user_profile_info", "__return_false");
You need to set allow access option properly. Doc:
https://www.wpdownloadmanager.com/doc/add-new-package/package-settings/allow-access-access-control-option/
Okay now, I’ve updated the pdf viewer add-on.
Hi,
The new shortcode is just [private_message]
#1, “prev” and “next” button is a theme feature, nothing to do with the plugin.
If you set All Visitors to Allow Access, the download link will be public and everyone will be able to download it. Otherwise, only select roles will be able to download.
Please check the doc here:
https://www.wpdownloadmanager.com/doc/add-new-package/package-settings/
” allow download of packages to specific users” <– for that you will need:
Got the, adjusted, and released an update a while ago, please update your copy. Thanks.
I tested several documents, they loaded properly. However, I see, you are using the default Google Docs viewer. Which sometimes may fail due to a connection between your server and google doc viewer. For better PDF preview, you may use:
#1. I’m not seeing any odd zoom. But on hover, it is showing a box-shadow. You can remove that using the following CSS:
.btn:hover {
box-shadow: none !important;
}
#2. https://pasteboard.co/JOb2JPx.png is coming is the link template, create a link template only using [download_link] tag and use it.
For now, no option there to hide it, however, we shall add a new hook there with the next update to control it.