Forum Replies Created
Hi,
All Add-ons pack ( https://www.wpdownloadmanager.com/download/all-add-ons/ ) doesn’t include payment gateways. We have a separate discount pack ( https://www.wpdownloadmanager.com/download/payment-gateways/ ) for payment gateways.
Best regards.
Not sure how you were using Custom Access Level before. But it always worked as it is working now. Default access settings are combined with the Custom Access Level roles to decide if the user can access the package.
However, I have removed the Subscriber role from access option using Default Values add-on.
At first, Please make sure you have the latest version ( 2.3.3 ) of WP Pro Membership. Deactivate the WP Pro Membership and re-activate it.
If that doesn’t fix the issue please send temporary wp-admin login info in private reply.
Unlocked your key from dev site. You can now save the key on your live domain and the invalid key notice will be gone after that.
The popup login box won’t work in the flip box due to CSS conflict.
But it is working here https://www.staging2.signum-solutions.co.uk/about/case-studies/manufacturing/
You can add the following code to your theme’s functions.php file to remove WPDM’s lightbox scripts and styles,
function wpdm_dequeue_unnecessary_styles() {
wp_dequeue_style( 'nivo-lightbox' );
wp_deregister_style( 'nivo-lightbox' );
wp_dequeue_style( 'nivo-lightbox-theme' );
wp_deregister_style( 'nivo-lightbox-theme' );
}
add_action( 'wp_print_styles', 'wpdm_dequeue_unnecessary_styles' );
function wpdm_dequeue_unnecessary_scripts() {
wp_dequeue_script( 'nivo-lightbox' );
wp_deregister_script( 'nivo-lightbox' );
}
add_action( 'wp_print_scripts', 'wpdm_dequeue_unnecessary_scripts' );
Are you on Siteground hosting? In that case please check my reply here https://www.wpdownloadmanager.com/support/topic/wpdm-doesnt-save-options/ to resolve the issue.
Unlocked your key from the old domain. It should work now on your new site.
If you are using an older version Download Manager Pro, You can download the latest version from your purchase area here https://www.wpdownloadmanager.com/user-dashboard/purchases/
Justs deactivate an delete the old version before installing the new one. You won’t lose any data.
You can try the following code,
echo "";
Replace /wpdm-extended-shortcodes.php line 484 with this code.
Unlocked the key from staging server. Please try now.
Unlocked your key from the old test server. The key should work now on your new domain.
1 ) Have you created the membership plans page ( [wpmp-membership-plans cols=3 desc=0 featured=3] )? The subscribe button points to the plans page.
2 ) Comment out the following line from dashboard_menus function in /wppromembership.php file ( around line 133 ). That should remove the dashboard menu item Membership Items
$nmenus['subscription-download-area'] = array('name' ► __('Membership Items', 'wpdmpro'), 'shortcode' ► '[wppm_downloadarea]');
Hi,
You are right about the incompatibility with the free version. I have added a patch to your version to fix the issue. Will add this in next release of WPDM too.
Thanks.
Category issue in the frontend uploader page was coming from Role Scoper plugin. Maybe there is some kind of restrictions imposed by this Role Scoper plugin. Everything works as usual when it is disabled.
There were 2 email addresses in your From Email settings ( reset password template ). But you can use only 1 there. I have removed one address, now email is working again.
https://www.evernote.com/l/AUdXLqIxKxZKdboE1Eafy0axFRrEJoT2dvgB/image.png
Hi,
Thanks for explaining the confusion relating to this naming label.
We will add separate labels in next version of Premium Package to make this more clear.
Best regards.
Could you please send temporary wp-admin login info in private reply? I checked the URL, looks like WPDM is not active there.
Hi Kristen,
Tree view doesn’t have the search feature.
You can try the Archive Page add-on. It has search and various filter options. Check the demo here https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/
Thanks.
Please send temporary wp-admin login info in private reply to check the issue.
If you have the subscriber in access option that means the package is accessible by any user with subscriber role. You have to remove the role if you don’t want that.
If there are too many packages, You can use the Default Values (https://www.wpdownloadmanager.com/download/wpdm-default-values/) to bulk update packages with a single click.
Tabs are working for me. Please check this GIF
PLease add colspad=1 parameter in your shortcode.
If you are asking about link/page templates, then you can create custom link/page templates from Downloads Templates page. Plugin update won’t delete the custom link/page templates.
Hi,
Unlocked your key from test domain. You can use it on your new domain now.
Best regards.