There are still error with your linked in app setup:
https://www.evernote.com/l/AV2kFOmIPIBFG4oG2gO_5KsvDqdxpxGD2L0B/image.png
You need to add your domain as valid SDK domain in JavaScript tab like this:
https://www.evernote.com/l/AV1gVsropFtLyo7nHPjZEwEXdDnKq6PGfJMB/image.png
Sorry for the delay, we have fixed the issue and the update is coming within next 24 hours.
Hi,
Did you set return URL in PayPal settings?
https://www.evernote.com/l/AUeXUJGTRuJHB7DfllZs7yTUrhFVsBp0dosB/image.png
Hi,
In your link i can view all details pages. In first tab it is loaded using ajax and other pages loads whole details page.
Do you want to use popup for package details in 2nd/3rd tabs? Using a link template with [popup_link] should work (tested with latest version ).
Please send temporary wp-admin login info in private reply to check if there is any issue with popup and correct me if i misunderstood anything.
Thanks.
Hi,
Please edit your mail template from Downloads Subscriber Email Template Tab. Use available tags to put links, name etc in template.
Thanks.
Sorry, that is not possible for now. However, we shall add the option with next update.
Please download and update v2.5.2, issue is fixed there.
I’m checking tweet issue, however before or after download is delivering properly, so users shouldn’t have any complain.
It is related with IAM settings in AWS, I need to check it in your AWS account to find exact reason.
Thanks for reporting.
Add following code in your theme’s functions.php file to hide toolbar,
if ( ! current_user_can( ‘manage_options’ ) ) {
show_admin_bar( false );
}
This code will hide toolbar for all users except admins.
Do you want to remove packages from search result?
You can do that by changing following line of code ( download-manager.php line 171)
'exclude_from_search' ► (bool)get_option('__wpdm_exclude_from_search', false),
to
'exclude_from_search' ► (bool)get_option('__wpdm_exclude_from_search', true),
Thanks.
@pixelbombe, Unlocked.
Hi,
Download count works on whole package download. If you download a file from a package, not the whole package, download count does not increase.
In your site, you are using a page Template (https://www.evernote.com/l/AUeJaD0ne2hPrI2nFCPTWozGbIzb3XXzogE) which does not have package download link, you were downloading single files, not the package. That’s the reason , count didn’t increase after many download.
I have used a different Page Template which has package download button (https://www.evernote.com/l/AUdAqjt9MNRMaqKfbp3hXfcHhyNkLHCFzwo) and downloading the package now increases count.
Thanks.
Hi,
1. Use required attribute is input field to make it a mandatory field and checked attribute to check it by default
2. Add this customized code in your theme’s functions.php file to avoid losing it after plugin update
3. It is not built in feature. But, You can use this hook to implement the feature http://www.wpdownloadmanager.com/doc/action-reference/wpdm_before_email_download_link/
Thanks.
Hi, No option yet to publish without admin review. However, I have set it publish without admin permission in your site. Thanks.
These mails are not stored in site. User receives these messages to their mail inbox.
This only works on single-wpdmpro.php file,
https://www.evernote.com/l/AUe48D4vNBNNbKRzC8ZaCJ9rCmUzZcQ_Xr0
Sorry not clear what you meant by other pages. Do you mean admin area of your site?
Hi,
Disable and delete current installation of WPDM. Then try a new install. Maybe plugin was not installed properly. If reinstalling doesn’t work, please send temporary wp-admin login info in private reply.
Please check now. Edited appmarket/sinlge-wpdmpro.php file.
Hi,
We don not have any addon yet form Aweber or Getresponse. You can check avaiable email addons here http://www.wpdownloadmanager.com/downloads/email-add-ons/
We provide custom upgrade service. Let us know if you are interested in building custom solution.
Thanks.
Hi,
Checking all the issues you explained. All required issue will be fixed in next update. BTW, multiple downloads of same package does not increase the count.
Thanks.