Humayon

Forum Replies Created

Viewing 25 posts - 251 through 275 (of 2,803 total)
Jul 3, 2023 at 6:33 am
#188286
Spectator
Humayon
OP

Hi,

Thank you for your response.

I think as of now there is no free version of gravity form, however, you can get in touch with them in case they are providing any demo/free version.

Regards

Jul 2, 2023 at 4:02 am
#188269
Spectator
Humayon
OP

Hi,

Thank you for your response.

Please ensure that you have added the password field in your Gravity form and then only it will show.

Regards

Jun 28, 2023 at 4:57 pm
#188215
Spectator
Humayon
OP

Hello,

Please check now.

We have resolved the issue and bulk download is working fine now.

Regards

Jun 27, 2023 at 5:53 am
#188176
Spectator
Humayon
OP

Hello,

Thank you for your reply.

As I have mentioned, it’s not depended on the pro version and the form field will generate from the form you will set in the Form Lock.

Please check now we have added password field in the demo here: https://try.wpdownloadmanager.com/download/test-8/

Regards

Jun 27, 2023 at 4:58 am
#188174
Spectator
Humayon
OP

Hi,

To provide valid/write permission please follow the below link.

https://wordpress.org/documentation/article/changing-file-permissions/

Regards

Jun 24, 2023 at 8:18 am
#188145
Spectator
Humayon
OP

Hi,

Thank you for your cooperation.

We have checked your issue and it seems It is happening due to file write permission in dir /wp-content/uploads/wpdm-cache/ .

Cany you please check your server setting regarding this?

Regards

Jun 24, 2023 at 7:20 am
#188142
Spectator
Humayon
OP

Hi,

Thank you for your reply.

Well, the form fields depend on your selected/selected form fields.

So, yes you can show both username and password field.

Regards

Jun 22, 2023 at 4:40 pm
#188132
Spectator
Humayon
OP

Hello,

Our dev team is checking your issue and we will let you know an update once we have any.

We appreciate your patience and cooperation regarding this.

Regards

Jun 22, 2023 at 10:38 am
#188125
Spectator
Humayon
OP

Hi,

Thank you for your response.

We were investigating your referred issue.

However, to debug the issue further, we need admin privileges.

The account you have shared doesn’t come with admin privilege.

Regards

Jun 22, 2023 at 6:10 am
#188111
Spectator
Humayon
OP

Hi,

Please check now.

Your order should be active now.

Have a good day!

Jun 22, 2023 at 5:07 am
#188108
Spectator
Humayon
OP

Hello,

Greetings for the day.

The form Lock option will be available only when you will have the WPDM Form lock add-on installed and activated on your website.

Form Lock – Ask users to fill a form to get access to download

Regards

Jun 22, 2023 at 4:49 am
#188107
Spectator
Humayon
OP

Hello,

Thank you for writing to us.

Please spare us some time while we investigate your query.

Regards

Jun 21, 2023 at 4:44 pm
#188099
Spectator
Humayon
OP

Hello,

It is hard to determine the issue without looking at your website.

So, please share your website credentials in a private reply so I can take a closer look and work with you to get this working.

Here are the details I’ll need –

# Website Login URL
# Username
# Password
# Related Page URL

Looking forward to hearing from you.

Jun 21, 2023 at 4:40 am
#188073
Spectator
Humayon
OP

Hello,

Thank you for writing to us.

Please send an order note from the order details page to disable auto-renewal.

Here’s the reference screencast: https://www.loom.com/share/fd7a1d60832e40b4b2502d367d41d872

If you choose to cancel your subscription you will no longer receive future updates for the products linked to that order when your order expires.

Have a good day.

Jun 13, 2023 at 4:31 am
#187873
Spectator
Humayon
OP

Hi there,

You are welcome.

However, If you get some free moments, please give us a 5* here and add your valuable review about our plugin, it will inspire us a lot.

With Regards

Jun 13, 2023 at 4:29 am
#187872
Spectator
Humayon
OP

Hello,

Thank you for your response.

It appears that You have 4 active subscriptions, you can check them all from https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases if you want to cancel any subscription, please send an order note from the order details page.

With Regards

Jun 12, 2023 at 9:22 am
#187829
Spectator
Humayon
OP

Hello,

Thank you for your reply.

Well, when you will use jstable=1, sorting only will work if only the column exists within the table.

Because sorting happens at the front-end using js on the loaded dataset.

Regards

Jun 12, 2023 at 4:49 am
#187816
Spectator
Humayon
OP

Hi,

Based on the accounts team, it appears that all of your charges are regarding order renewal fees, you can check them from https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases

Regards

Jun 12, 2023 at 4:43 am
#187815
Spectator
Humayon
OP

Hello,

Thank you for writing to us.

We are checking your account charges history and will inform you ASAP.

Regards

Jun 10, 2023 at 7:00 am
#187795
Spectator
Humayon
OP

Hello Merten,

You are welcome and glad to hear that.

If you need help with anything else, don’t hesitate to open a new thread.

Have a good day.

Jun 8, 2023 at 4:04 pm
#187765
Spectator
Humayon
OP

Hello,

Thank you for writing to us.

To assist you better with the issue, I need to check it from the backend.

So, please share your website credentials in a private reply so that I can take a closer look and work with you to get this working.

Here are the details I’ll need –

# Website Login URL
# Username
# Password
# Related page URL

Looking forward to hearing from you.

Jun 8, 2023 at 4:36 am
#187735
Spectator
Humayon
OP

Hi,

Thank you for your patience and cooperation.

As of now, can you please add the below code at the end of your active theme’s functions.php?

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;
}

Also, we will add the [wpdm_package_title] shortcode in the next update.

Regards

Jun 7, 2023 at 4:39 pm
#187726
Spectator
Humayon
OP

Dear Emily,

Thank you for your concern.

I am forwarding your request to our core development team for further investigation.

We appreciate your patience and cooperation regarding this.

Regards

Jun 7, 2023 at 5:10 am
#187689
Spectator
Humayon
OP

Hi,

Thank you for writing to us.

First, can you please try with this setting to check further: https://prnt.sc/3GB4zKjzwzt4

If still, the problem exists then, It is hard to determine the issue without looking at your website.

So, can you please share your website credentials in a private reply so that I can take a closer look and work with you to get this working?

Here are the details I’ll need –

# Website Login URL
# Username
# Password

Looking forward to hearing from you.

Jun 5, 2023 at 4:40 am
#187635
Spectator
Humayon
OP

Hello,

You are welcome and glad to hear that.

However, If you get some free moments, please give us a 5* here and add your valuable review about our plugin, it will inspire us a lot.

Have a good day.

Viewing 25 posts - 251 through 275 (of 2,803 total)