Hasibul Amin Hemel

Forum Replies Created

Viewing 25 posts - 926 through 950 (of 1,509 total)
in reply to: No Email Membership #68713

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

in reply to: Manage .apk mime extension #68664

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

in reply to: Modifying the "Create Date" Field #68659

Hi,

You can use advanced custom field addon and create new filed for publication date and show it in the information table easily.

Thanks

in reply to: need a helping hand #68640

Hi,

You can get this theme from here.

Thanks

in reply to: Custom Access Level #68638

Yes, that is not possible. But you can assign multiple membership labels to a single package.

in reply to: Update – not working – AGAIN #68634

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

in reply to: Direct download not working #68632

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

in reply to: Bulk Import Error #68624

Hi,

Please send temporary login info in private to check it.

Thanks

in reply to: License Key Invalid #68622

Hi,

Please post your license and login details in private reply to check it.

Thanks

in reply to: Save Settings just spins #68621

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

in reply to: Custom Access Level #68575

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

in reply to: Using Responsive Data Table, Previous button truncated #68545

Seems like the theme CSS if conflicting the style of pagination. It’s default bootstrap pagination. Your theme CSS seems like overriding it.

in reply to: CDN compatibility #68539

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.

in reply to: error download #68538

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

in reply to: Membership Subscription #68535

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?

in reply to: Package Download Failure #68381

Can you send the package link in private to check?

Thanks

in reply to: I have Problem with Google Drive API #68380

Hi,

Thanks for details, we will look into this.

in reply to: Select Members function #68378

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

in reply to: CDN compatibility #68377

You can put 0 for not keep any limit on file download per user.

in reply to: Cannot upload files frontend #68356

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

in reply to: Same look as Demo #68321

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

in reply to: I have Problem with Google Drive API #68319

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?

in reply to: How to add a subscriber on the back end of wordpress #68318

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

in reply to: Remove the w3eden div? #68307

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

Viewing 25 posts - 926 through 950 (of 1,509 total)