Forum Replies Created
The link template you are using doesn’t have the link to the details page. You just have to use another link template. In the demo, we are using the Panel 1/3 template. You can try that one.
Please try after 48 hours from the time of API key creation. Coinbase doesn’t activate the API key for 48 hours due to security reason.
You can set $msg = ''; in line no 363 ( class.PostAccess.php ) to hide the message. Re-activate the login info if you want me to modify the file.
Hi,
We made a change in text domain name recently. Looks like some strings still being loaded from old text domain. That’s why those strings are missing. In next version, we will update all text domain which will fix this issue.
Thanks.
Looks like a theme conflict. Please re-activate the login info to check thoroughly.
I have installed the updated version of Coinbase add-on on your site. Settings are available now.
You can create new API key from here https://www.coinbase.com/settings/api
Hello,
The billing cycle limit should provide the solution for your use case. As you said it is not working we will check the issue before the next update of Membership add-on.
Which payment gateway are you using?
Hi, Sorry for the delayed reply. Unlocked your key. Please try now. Thanks.
1 ) Not sure which version of WPDM you were using. But WPDM and AAC add-on are working the same way it is working now, for a long time. Because that’s how it is supposed to work. Maybe you are using a customized version of add-on or core plugin.
2 ) Archive Page lists all packages based on selected category. The restriction is applied only to download permission as you see the user can’t download the package. If you want to hide packages too then please add the following line after line no 474 in /wpdm-archive-page.php file.
if( ! wpdm_user_has_access( get_the_ID() ) ) continue;
Update your archive page add-on. You are using an old version there. You can download the latest one here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
1 ) User Profile lists the downloads created by the user. You will find the details of the shortcode here https://www.wpdownloadmanager.com/doc/short-codes/wpdm_user_profile-public-profile-short-code/
Permissions you set for the categories will be applied in various shortcodes to decide if the current user can download the package.
2 ) You are using the Verse theme which doesn’t hide packages in category archive page. But the user still can’t download the package. However, If you want I can enable the Hide everything feature in Verse on your site.
Please download the updated versions of Download Manager Pro and 2Checkout add-on from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
And download the Premium Package latest version here https://www.wpdownloadmanager.com/download/premium-package-wordpress-digital-store-solution/
Currently, you are using the outdated versions of these three plugins/add-on.
Please share the php error log? It should indicate where the problem is.
You can also try deactivating other plugins except for WPDM and PDF Stamper add-on. That will also reveal if there is a plugin conflict.
You have to edit core file to change the permission.
Please replace line 24
define('WPDM_ADMIN_CAP','manage_options');
in download-maanger.php file with the following code to allow editor access
define('WPDM_ADMIN_CAP','publish_posts');
You can use Lazy Download add-on ( https://www.wpdownloadmanager.com/download/lazy-download-add-on/ ) to redirect the user to a waiting page before serving the download.
Please check now. The latest version was ready to release before we can add the patch. However, will add it to the next version.
1 ) The subscribe text is coming from /wppromembership/libs/class.PostAccess.php file -> line no 364
2 ) I have added a custom line in the same file ( line 367 ) if( !is_user_logged_in() ) return ''; to skip message for no-logged users.
You can try this shortcode [wpdm_search_result] It is a simple search feature of the core plugin.
Then you can try editing core plugin file to remove these styles and scripts. These are enqueued in /download-manager.php file on line 309-311
Hi,
Login info is not working. Could you please check the credentials again?
Which version of TinyMCE add-on do you have there? The latest version is 2.7.1 which you can download here https://www.wpdownloadmanager.com/download/advanced-tinymce-button/
Currently, the visitor must provide an email address for each download. But we have the plan to manage this using session in near future to make the process easier for visitors.
Thanks.
Hi,
Download Manager Pro requires PHP version >= 5.4
Please ask your server support to update the PHP version. That should fix this issue.
Best regards.
Subscribe link is working now. Currently, WP Pro Membership can detect the plans page when this version [wpmp-membership-plans] of shortcode is used. Although both generates same plans. I have updated the plans shortcode and the link is working on package details page.
Btw, you can use customized message now from WP Pro Membership settings. Now all of the options are set to a Download text which is linked to the plans page.