Hi,
You can modify this email from plugins/wppromembership\email
and file is admin_change.html
.
If you want to disable it from this file wppromembership\class\class.wpmpemail.php and remove the function function sendAdminChangeEmail
from line 668.
Thanks
Hi,
Does the apk download successfully on the device? If you are facing the problem with installation after download then there might be an issue with the security of your Android device. You need to allow unknown sources from settings so that you can install the apk on the device without warning.
Once the files downloaded in your device, it is not possible to renaming it.
Thanks
Hi,
You can use advanced custom field addon and create new filed for publication date and show it in the information table easily.
Thanks
Yes, that is not possible. But you can assign multiple membership labels to a single package.
Did you use the same license for 3 domain? Can you post your license in private reply?
Alternate, You can download updates from purchase area, and disable and delete the existing plugin and upload and activate the new one.
Thanks
Hi,
Are you developing the site in localhost? or it’s on a server? If it can be accessible please send the login to check the issue.
Thanks
Hi,
Does WordPress download manager not working after the migration? or the website is not working? Did you replace the old domain in database with the new domain URL correctly? Please contact your server admin if you have an issue with the database to have a backup of the full website of the old version. Also, you can send the login in private to check.
Thanks
Hi,
Please send temporary login info in private to check it.
Thanks
Hi,
Please post your license and login details in private reply to check it.
Thanks
Hi,
If you are using siteground hosting please include following in your .htaccess file in the server. If the issue not solved by adding this, Please send login in private to check.
<IfModule mod_security.c>
SecFilterRemove 001868
</IfModule>
Thanks
Hi,
As mentioned above, you can use the WP Pro membership to create different membership group, and you can assign all or specific packages to a group level. Now you have to put users on the specific membership group level who can only access those packages.
Or you have to manually select user id from the single package.
Thanks
Seems like the theme CSS if conflicting the style of pagination. It’s default bootstrap pagination. Your theme CSS seems like overriding it.
Its the default value we use in the backend to check if there any limit exists by comparing value. if not then it has no limit.
Please install the plugin zip file in your WordPress site from plugins add new option. If you have any older version, first delete that plugin. After activate put the license in the setting.
Thanks
Hi,
In that case as the payment been already done, you need to change the user email manually from the user settings as the customer report for it with the contact form?
Can you send the package link in private to check?
Thanks
Hi,
Thanks for details, we will look into this.
Hi,
You can have that option with this addon (https://www.wpdownloadmanager.com/download/advanced-access-control/)
And yes only the selected users will have access to the package.
Thanks
You can put 0 for not keep any limit on file download per user.
Hi,
Please check if the directory wp-content/uploads/download-manager-files/
is available. If not then disable and reactivate the plugin which will create the folder. If not then manually create the folder. If the folder already exists then there might be permission issue that the plugin can’t write files to that folder.
Which hosting are you using?
Thanks
Hi,
Looks like you are using Divi theme. The page use Metro Style
page template. You need to make the page full width. Can you send login in private, so I can have a look?
Thanks
Hi,
Seems like you are using the wrong key, can you send the key and login in private to check the issue? Did you follow the tutorial correctly?
Hi,
You can add a new user ( with subscriber role ) from Admin Dashboard Users Add New page.
The list of Downloads Subscribers page comes from WPDM’s Email Lock submission. This list does not represent the WordPress uses, it is just a list of collected emails ( and other info ).
Thanks
You can use simple jquery with the theme to remove the div with the class name. But you need to run the code only for the page you want to hide the div.
var title = $(".w3eden").contents();
$(".w3eden").replaceWith(title);
Thanks