Shahjada

Forum Replies Created

Viewing 25 posts - 1,401 through 1,425 (of 15,647 total)
Jul 23, 2021 at 5:28 pm
#158146
Keymaster
Shahjada
Staff OP

Please update wpdm and all wpdm add-ons. That will resolve the signup issue.

Jul 23, 2021 at 12:57 pm
#158140
Keymaster
Shahjada
Staff OP

WPDM – Tag Importer is for the old wpdm users, who need to migrate tags from the old system to the new one.

Jul 23, 2021 at 10:30 am
#158136
Keymaster
Shahjada
Staff OP

You’re welcome 🙂

Jul 23, 2021 at 10:02 am
#158132
Keymaster
Shahjada
Staff OP

Here is the tag importer plugin:
https://www.dropbox.com/s/olxlius9wpy0rh4/wpdm-tag-importer.zip?dl=1

WPDM Pro latest version required WP 5.3+.

Without update and support, we can’t tell if you get an error or not, but it will not be due to WPDM. As you have it working now, if you don’t change anything around your site, it should be working fine.

Jul 23, 2021 at 9:36 am
#158126
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Jul 23, 2021 at 9:20 am
#158121
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Jul 23, 2021 at 8:38 am
#158116
Keymaster
Shahjada
Staff OP

You need to place the code at the end of the active theme’s functions.php.

Jul 23, 2021 at 8:09 am
#158110
Keymaster
Shahjada
Staff OP

Yes, please use the following code:

add_filter("wpdm_video_player_html", function ($player, $packageID, $file, $width){
    if(!WPDM()->package->userCanDownload($packageID)) $player = \WPDM\__\Messages::permission_denied($packageID);
    return $player;
}, 10, 4);
Jul 23, 2021 at 5:30 am
#158093
Keymaster
Shahjada
Staff OP

You may deactivate it from the plugins page. The plugin name is Premium Packages - Sell Digital Products Securely.

However, may you please tell me what is missing there that you need, we may add it with the next update.

Jul 20, 2021 at 8:43 pm
#157989
Keymaster
Shahjada
Staff OP

It was due to css conflict, I’ve added the following code at the end of your active thneme’s functions.php to resolve it:

add_action("wpdm_modal_iframe_head", function(){
	?>
<style>
	.modal-open #wpdm-locks{
			display: block !important;
		opacity: 1 !important;
		}
	#wpdm-locks .modal-content{
		padding: 40px 10px 10px !important;
	}
	</style>
<?php
});
Jul 20, 2021 at 7:43 am
#157948
Keymaster
Shahjada
Staff OP

Hi,
Your site is sending password reset emails, but looks like you using a plugin or something to disable password reset:

Request%20to%20reset%20your%20DPSI%20password%20-%20dmnsoul22@gmail.com%20-%20Gmail

We are updating the one drive add-on soon.

Jul 19, 2021 at 9:11 pm
#157931
Keymaster
Shahjada
Staff OP

WP’s native export/import should work fine without any doubt, but wpdm needs to be active before you import the data. Please send me the XML file and temporary wp-admin login info to help you with the import. Still, you can use wpdm’s CSV import option. To import featured images, you need to use the absolute image path.

Jul 19, 2021 at 6:34 pm
#157926
Keymaster
Shahjada
Staff OP

Hi,
I’m not seeing any new payments. Your order was expired on Oct 21, 2018. May you please send me the invoice from the payment gateway you received.

Jul 19, 2021 at 6:21 pm
#157925
Keymaster
Shahjada
Staff OP

Hi,
Sorry for your inconvenience, checking now.

Jul 19, 2021 at 9:10 am
#157844
Keymaster
Shahjada
Staff OP

To modify that feature, please copy src/Package/views/lock-options/email-lock-form.php to {active-theme-dir}/download-manager/lock-options/email-lock-form.php

Jul 18, 2021 at 3:03 pm
#157781
Keymaster
Shahjada
Staff OP

okay now, the issue was due to outdated wpdm template files in your theme dir.

Jul 18, 2021 at 9:33 am
#157775
Keymaster
Shahjada
Staff OP

Hi,
It shouldn’t happen with the latest version of wpdm pro. If you are not using 6.0.4, please update, otherwise, give me temporary wp-admin login info in a private reply to check in detail.

Jul 18, 2021 at 6:50 am
#157763
Keymaster
Shahjada
Staff OP

Not possible at this moment, but we shall add more options with pdf viewers soon.

Jul 17, 2021 at 8:15 pm
#157738
Keymaster
Shahjada
Staff OP

Hi,
It is probably due to a password reset restriction in your site, showing error Password reset is not allowed for this user

Jul 17, 2021 at 7:56 pm
#157737
Keymaster
Shahjada
Staff OP

Please update all wpdm add-ons you are using there. Download the latest versions from our site.

Jul 17, 2021 at 7:44 pm
#157736
Keymaster
Shahjada
Staff OP

The error is coming from wpdm-pdf-stamper add-on, you need to update all add-ons too, please download all add-ons from https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases and update.

Jul 17, 2021 at 7:40 pm
#157735
Keymaster
Shahjada
Staff OP

Hi,
We shall add this as a settings option.

Jul 17, 2021 at 7:23 pm
#157733
Keymaster
Shahjada
Staff OP

6.0.4 is a minor bugfix release over 6.0.3, changelog is here https://www.wpdownloadmanager.com/wordpress-download-manager-change-log/, however, if you want me to assist you with the update, please send me temporary wp-admin login info in a private reply.

Jul 17, 2021 at 6:50 pm
#157732
Keymaster
Shahjada
Staff OP

Please update to 4.1.6, we moved the auto expanse feature to an option, now it will because like before by default.

Jul 16, 2021 at 12:30 pm
#157687
Keymaster
Shahjada
Staff OP

I’ve tweaked a file on your site to make it work, however, we reuploaded wpdm pro 6.0.4, please download again and update your copy.

Viewing 25 posts - 1,401 through 1,425 (of 15,647 total)