Forum Replies Created
install image button add-on, youcan directly install it from Downloads Add-ons Menu in your wp-admin or download from here http://www.wpdownloadmanager.com/download/wpdm-image-button/ and install
$package_data has all info about the package. and you can get user info from global var $current_user
please ask theme developer to adjust the javascript error with the theme 🙂
#1. Yes you can.
#2. replace line# 2 from front.js with $('body').on('click', '.wpdm-download-locked.pop-over' ,function () {
Theme are some js errors with your theme ( jquery ui ), which are causing the issue
I see button styles are working fine http://dev10.nbit.it/ap/
please give me a temporary wp-admin login info in a private reply to check your issue.
open functions.php, add the code 'exclude_from_search' ► true, after line# 47
#1) from package settings “Access” field, remove “all visitors”, then add subscriber and other roles to allow access. More details are here http://www.wpdownloadmanager.com/doc/add-new-package/package-settings/
#2) here it is http://www.wpdownloadmanager.com/doc/subscribers/
Looks like it is a js conflict, please give me temporary wp-admin login info in a private reply to check in details.
Locks are already work as “or” logic.
http://www.wpdownloadmanager.com/downloads/email-add-ons/ here we have only add-ons for mailchimp and campaign monitor.
As I said in case of tree view, It will be available from next update. but for link template with package short-code, please follow instructions here:
http://newlook.wpdownloadmanager.com/doc/templates/creating-a-new-template/
http://newlook.wpdownloadmanager.com/doc/templates/link-template/
please activate “Increase download count on individual file download” from download manager settings page.
from settings page, please activate “Increase download count on individual file download”
not clear, may you please show me an example url too.
please update to v4.1.1, we have added some new option there to add link template in archive page
no such option, restriction only applicable for complete package. please give me the URL where you trying.
Yes, you can control login form from download manager settings page.
Yes, you need to use following code:
function new_package_notification($id, $package_data){
$headers = 'From: Site Name ' . "\r\n";
$headers .= 'Content-type: text/html' . "\r\n";
$message = "Downloader's IP: ". $_SERVER['REMOTE_ADDR'];
wp_mail(get_option("admin_email"), "New Package Notification: ".$package_data->post_title, $message, $headers);
}
add_action("create_package_frontend", "new_package_notification", 10, 2);
wpdm free v2.7 and wpdm pro v4 using custom post type, so they should be compatible with any ML plugin that supports custom post type. But sorry, we don’t have any docs for 3rd party plugin usage.
please give me temporary wp-admin login info in a private reply, I’ll check.
please make this file download-manager/functions.php writable
please ask your server/hosting support to activate CURL, that will resolve the issue.
use short-code [wpdm-all-packages], more details are here http://www.wpdownloadmanager.com/doc/short-codes/