Forum Replies Created
Hi,
You have to install the Premium Package add-on to use add to cart button ( to sell downloads ). You can download it here https://www.wpdownloadmanager.com/download/premium-package-wordpress-digital-store-solution/
Package/download details page will show the add to cart button automatically if you set a price for the package.
Thanks.
Hi!
We will fix those issues before the next update. The update will be released before January. All of these reports single warning except one which is coming from FB SDK. And these warnings don’t affect the plugin functionalities. For now, you can hide these using the following code. If you want to do that, add the code at the bottom of your theme’s functions.php file.
error_reporting(0);
Thanks.
Hi,
I have installed the updated version of WPDM there.
In some server, the update fails due to permission issue. However, you can complete the update process manually,
1 ) Deactivate and delete the old version. You won’t lose any data.
2) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version.
Thanks.
Hi,
In some server, the update fails due to permission issue. However, you can complete the update process manually,
1 ) Deactivate and delete the old version. You won’t lose any data.
2) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
3 ) Install the latest version.
Send admin login info in private reply, if you want me to install the latest version for you.
Thanks.
Please send me the URL to suggest CSS fix. Or send temporary admin login info in private reply. You can also try adding the following CSS, adjust the width based on your spec.
.w3eden .wpdm_icon { max-width: 40px !important; }
Hi! We will check this before the next update. But you can see your notifications from another page like the dashboard. Thanks.
Please send login info in private reply. I will fix the issue now on your site.
Please send me the PHP error log or FTP info. Looks like there is an error in the package details page.
The shortcode you used looks fine except the order parameter although that shouldn’t create this issue. I need temporary admin login info to check what is going on there.
You can place the WPDM Package Info widget in the sidebar to show the add to cart options. Check the Download Link option if you want to add to cart button only.
https://www.evernote.com/l/AUcZz5gD0CRLz4yiUticSf46QRowKOHZU9UB/image.png
So, I guess download links are opening in a new tab now? Marking this as resolved.
Sorry for the delayed reply. Please send temporary wp-admin login info in private reply. to check the issue. – Thanks.
Hi,
You can customize the registration form using our Advanced Custom Fields add-on https://www.wpdownloadmanager.com/download/advanced-custom-fields/
Thanks.
The add-on is complete, so nothing else to be done.
Hi Stephen, Please send login info in private reply to check this issue on your site.
In Advanced CSV Importer you can name your CSV columns as you want. There is no restriction there. Just select the proper item from the dropdown when mapping. For example, you can name your title column X but you know that’s the column contains the titles. So map it to post_title item from drop-down when importing. Same goes for other drop-down items.
Looks like some strings still missing in the translation template file. Please use the following .pot template file to create your translation. I have synched it with the latest version of the Download Manager.
https://www.dropbox.com/s/af9yzx1us8auolq/download-manager.pot?dl=0
Working now. It was a setting issue in the new version of S3.
Hi,
If you upload the same file multiple times Download Manager renames the new file by default. But you can set the option to overwrite old file to avoid the renaming ( Settings Basic Upload Settings panel ).
https://www.evernote.com/l/AUeS2f48X59OQYESCEcvxwIQZIwiVSPZSRgB/image.png
Setting the option to overwrite will solve this issue for future uploads although you have to delete the already created duplicate files and remove those from package attached files metabox.
Thanks.
Please add the following code to your theme’s functions.php file. This should add target="_blank" attribute to your individual download buttons.
function wpdm_custom_footer_script(){
?>
Please send temporary wp-admin login info in private reply to check the issue. Is there any possibility that you were using different values for packages per page in these 2 scenarios?
There are no settings to control. This is actually server permission related issue. If you have any related error log please share it with us. The update works fine for most users but some users reported a similar issue.
It is not possible to remove those wrapping div. Those are necessary for the formatting reasons. You have to create a custom category shortcode by cloning wpdm_category and wpdm_embed_category functions from wpdm-functions.php file if you want to customize these wrapping divs.
Which shortcode are you using to display your downloads? Could you send me the page link to check how your download page looks now?