Did you purchase wpdm pro ( http://www.wpdownloadmanager.com/pricing/ ) ? If yes, please enter the wpdm pro order id in the text box here http://www.wpdownloadmanager.com/purchases/ and click resolve.
However I see you already have installed free and I’ve tested ACC add-on there, it is working fine.
I see https://www.diigo.com/item/image/2uqj/w9oy?size=o, Access denied message instead of package contents.
You need to pay the upgrade fee from here:
https://www.2checkout.com/checkout/purchase?sid=1560048&quantity=1&product_id=5 ( price difference + $10 manual processing fee )
Then reply here with upgrade your key.
Sorry, I just checked the code and got the user meta didn’t fetch by query, so need to use get_user_meta( $user['ID'], 'first_name', true )
instead of $user['first_name']
and get_user_meta( $user['ID'], 'last_name', true )
instead of $user['last_name']
But, still only if user added their first name and last name, you will see the name there.
However, we may add the feature ( guest upload ) soon.
You can download wpdm pro from here http://www.wpdownloadmanager.com/purchases/
ahm_files
, wp_ahm_files
and wp_ahm_filemeta
, all those tabled are deprecated. Now wpdm using custom post type and downloads are stored in wp_posts table. However if you already imported old downloads, then none of those tables (ahm_files
, wp_ahm_files
and wp_ahm_filemeta
) are necessary anymore.
Please give me temporary wp-admin login info in a private reply to check the issue. It could be a js conflict with your theme or any other active plugin.
Login info is not working.
Sorry for your trouble, but nothing to fix with wpdm pro. Problem is with the plugin “Display Product for WooCommerce” , javascript code from that plugin adding display:none
dynamically with package settings table.
replied in the other post 🙂
This is still in our to do list.
Please add ." ".
between first and last name variable. Ex: $user['first_name']." ".$user['last_name']
Please give me the URL where you are seeing the issue to check
No way to skip the form if users are not logged in.
Please use items_per_page="24"
instead of item_per_page="24"
Please give me your username and password at http://www.wpdownloadmanager.com/, I’ll do the setup for you 🙂
download-manager
in your active theme dir.wpdm-all-downloads.php
from /plugins/download-manager/tpls/
dir to ...active-theme-dir..../download-manager/
wpdm-all-downloads.php
and remove <?php echo DownloadLink($data, 0, array('popstyle' ► 'popup')); ?>
Please give me example URL with issue and temporary wp-admin login info in a private reply to check
To allow access to specific user, you will need advanced access control add-on http://www.wpdownloadmanager.com/download/advanced-access-control/
However, without the add-on you can control access by user role, if you select hide everything from download manager settings, the short-codes will hide package from the users who don’t have access to the package. Please give me temporary wp-admin login info in a private reply, I’ll create a sample for you.
We are adding email customizer, updated will be released within this month. However email templates for premium package are in /plugins/premium-packages/email-templates/
dir
Please give me your email, I’ll ask customization team.