Shahjada

Forum Replies Created

Viewing 25 posts - 451 through 475 (of 15,605 total)

Shahjada
Keymaster

You’re welcome :).


Shahjada
Keymaster

Okay now. Had to update pdf stamper to v3.0.3.


Shahjada
Keymaster

Glad to hear that :). If you get some free moments, please give us a 5* here https://wordpress.org/support/plugin/download-manager/reviews/?rate=5#new-post, it will inspire us a lot. Thanks in advance :).


Shahjada
Keymaster

You simply need to update wpdm pdf stamper settings properly ( Demo: https://try.wpdownloadmanager.com/addons/wp-admin/edit.php?post_type=wpdmpro&page=settings&tab=pdf-stamper ). However, please send me temporary wp-admin login info in a private reply if you need assistance with the setup.

in reply to: Same PDF File with different languages #186745

Shahjada
Keymaster

Attach all 3 files with the same package and add custom file title specifying the language. Then in link template, use [file_download_links] instead of [download_link] tag and in page template [file_list] or [file_download_links]


Shahjada
Keymaster

@wafwa_admin, please create a new ticket.


Shahjada
Keymaster

We have fixed it, updated will be released within next 48 hours.

in reply to: Blocked email domain message says “Success” #186741

Shahjada
Keymaster

When are you seeing success message, the email/domain block option should work fine with user signup/login and download action.


Shahjada
Keymaster

Fixed for the next update, will be released within the next 48 hours.


Shahjada
Keymaster

You can use the following code to add package title with gravity form email:

add_filter( 'gform_pre_send_email', 'before_email' , 10, 4);
function before_email( $email, $message_format, $notification, $entry ) {
	$field_id = get_option('__wpdm_gf_'.$entry['form_id'].'_fieldid');
	$pid = (int)$entry[$field_id];
	$email['message'] .= '<hr/>Package Name: '.get_the_title($pid);
	return $email;
}
in reply to: Stats pulling “Guest” user #186736

Shahjada
Keymaster

We have fixed it for the next update. Will be released within the next week.


Shahjada
Keymaster

noted ๐Ÿ™‚


Shahjada
Keymaster

Hi,
Thanks to the report, we are checking them now.

in reply to: S3 plugin breaking WPDM #186711

Shahjada
Keymaster

please update to 3.1.3

in reply to: S3 plugin breaking WPDM #186709

Shahjada
Keymaster

working fine now after I’ve updated the AWS SDK.

in reply to: Missing Invoice #186703

Shahjada
Keymaster

Done. Please check the invoice now.


Shahjada
Keymaster

I found, initial it was not working as you missed the Usage step #2 here https://www.wpdownloadmanager.com/download/wpdm-form-lock/

in reply to: Missing Invoice #186700

Shahjada
Keymaster

As I see your have multiple purchases, please give me the order ID where you need to adjust invoice date.


Shahjada
Keymaster

Hi,
Just tested on your site in details. The add calling email function properly, but looks like server is blocking the email, may you please contact your server support, they will be able to let your know about the email sending issue. Please confirm me after your contact your server support.

in reply to: Missing Invoice #186667

Shahjada
Keymaster

No, you won’t charge again.


Shahjada
Keymaster
This reply has been marked as private.
in reply to: Package ID #186625

Shahjada
Keymaster

No worry, we shall add it with the next update.

in reply to: S3 plugin breaking WPDM #186621

Shahjada
Keymaster

I’ve tried to deactivate some plugins there, but suddenly site admin trowing error now.

Please send me ftp details in a private reply.

in reply to: email customization #186613

Shahjada
Keymaster

“User Signup Approved” doesn’t have the username and password,
You can use {{name}}, {{display_name}}, {{email}}, but not the password.

Viewing 25 posts - 451 through 475 (of 15,605 total)