Forum Replies Created
It is because import file doesn’t have email lock field, you need to add them. Sample file doesn’t have columns for lock option, for email lock you need to add a new column with header email_lock. However, we shall add a new sample file will all fields included. Also, the new sample file is attached here too.
Please check if you configured everything properly, give me temporary wp-admin login info in a private reply to check, also give me your license key to unlock.
Edit this file ./plugins/wpdm-multisite/wpdm-all-downloads.php to customize the view of the tables in your screenshot.
That is a theme feature, need customization in theme. But you can bring download manager packages in main RSS feed, for that, you need to enable Include Packages in Main RSS Feed option on Admin Menu Download Settings Frontend tab.
There is no option to set file size for individual files, however, we have it on our todo list.
The author info is coming from your theme, you need to edit theme template to remove that part. Docs for customizing template https://www.wpdownloadmanager.com/doc/template-files/
Please update pdf stamper plugin. You are using very old version.
Password lock and without password lock, both uses the same code to download a file. However, give me temporary wp-admin login info in a private reply, I shall check it in your installation.
If you already embedded the video in package details page, please follow the following steps:
- Go to Admin Menu Templates Link Templates
- Clone current link template
- Replace
[download_link]with<a href="[page_url]">[link_label]</a> - Save as new link template and use the new link template with your shortcode
But if you want to play the uploaded video with the package instead of download it, go to wpdm settings, check the option “Open in Browser” and Save settings.
To make those green, please use following css:
.inddl.btn-primary{
background: #28B473 !important;
}
And please follow the following doc to change button label:
Email lock update option with default value add-on should work fine. Please give me temporary wp-admin login info in a private reply to check it in your installation.
The problem is with your theme, your theme is messing up inline html and javscript code coming from short-code, please contact theme developer to adjust it.
Sorry for your troubles, I’ve updated Form Lock add-on n your site and email link is woking fine now.
#1. Replace get_the_date() with get_the_modified_date( )
#2. Replace the_permalink() with wpdm_download_url(get_the_ID()), but this only will work if package is public, no lock option is applied.
Please give me temporary wp-admin login info in a private reply, I shall check it in details.
Old data will not be affected. Just install and activate, then apply license key, no additional setup is required.
Please give me wp-admin login info too in a private reply.
Please download latest version and update your copy, that will resolve the license issue.
If IPN setup properly, your server will receive a notification from PayPal and only then, the order will be completed and the customer will receive an order confirmation email like you received from wpdownloadmanager.com after your purchase. May you please check the IPN history page ( https://www.paypal.com/ca/cgi-bin/webscr?cmd=_display-ipns-history ) in PayPal, if there are any failed or pending IPN notification.
Attachment should be stored on the server, if you used only file name in csv, then you need to put the files in /wp-content/uploads/download-manager-files/ dir
There is no trick, please give temporary wp-admin login info and the package url in a private reply to check your issue.