Shahjada

Forum Replies Created

Viewing 25 posts - 26 through 50 (of 15,675 total)
in reply to: Stripe webhook error #193564

Shahjada
Keymaster

Are you still seeing the error in stripe? Please try resending an webhook request.

in reply to: Stripe webhook error #193563

Shahjada
Keymaster

okay, in that case, please assist me with the debug process. May you please try resending a webbook request from your stripe account.

in reply to: Stripe webhook error #193561

Shahjada
Keymaster

yes, I’m testing there now. Can I try temporarily there using my test credentials?

in reply to: Stripe webhook error #193558

Shahjada
Keymaster

in my setup, it is working fine for me:
https://prnt.sc/NwTAWcaOE26H

in reply to: Stripe webhook error #193556

Shahjada
Keymaster

please send me full page screenshot

in reply to: Stripe webhook error #193554

Shahjada
Keymaster

Hi,
I’ve updated the ProMembership plugin on your site, also updates settings options. Issue should be resolved now.


Shahjada
Keymaster

Thanks, they are fixed with v3.2.86

in reply to: Translation doesn’t work #193024

Shahjada
Keymaster

Here in this update we made them translation ready, you can translate them from your translation plugin. However, I tried to check your translation plugin options, but I’m not seeing the menu from my account.


Shahjada
Keymaster

Now, put the template file in your {active-theme-dir}/download-manager/ folder, so that next update of the plugin doesn’t erase your changes.


Shahjada
Keymaster

If you want to keep the same view, you need to edit code in template file plugins/wpdm-advanced-access-control/tpls/wpdm-my-downloads.php

Docs:

Template Files


Shahjada
Keymaster

To apply the changed in dashboard page too, use a extra parameter with the shortcode: template='link-template-default'

in reply to: Register page not working #192820

Shahjada
Keymaster

It’s probably happening due to conflict with another plugin, could you please send me temporary wp-admin login info in a private reply. Alternatively, you may also try deactivating other plugins.


Shahjada
Keymaster

Okay, please use the following code:

add_filter("wdm_before_fetch_template", function ($vars, $template, $type) {
	$vars['package_size'] = explode(" ", $vars['package_size']);
	$vars['package_size'][0] = (int)$vars['package_size'][0];
	$vars['file_size'] = $vars['package_size'] = implode(" ", $vars['package_size']);
	 
	return $vars;
}, 10, 3);

Shahjada
Keymaster

Hi,
As it auto-detect the size, it actually doesn’t drop the floating part, show the exact size. However, your can achieve what you want through some code customization, you may use the following hook:

wdm_before_fetch_template

in reply to: Download is hanging up when password reqiuered #192676

Shahjada
Keymaster

Could you please make a short video of you test and share with us. As you saw in our screen-casts, it is working fine from our side.


Shahjada
Keymaster

May you please give me the full error message.


Shahjada
Keymaster

Hi,
Sorry for your inconvenience. Your order is active now. Thanks for staying with us.

in reply to: Opt-in Magic not showing in the WP dashboard. #192089

Shahjada
Keymaster
This reply has been marked as private.
in reply to: Opt-in Magic not showing in the WP dashboard. #192088

Shahjada
Keymaster

Please update to 1.3.0


Shahjada
Keymaster

As it is now password protected package can’t have any file without password.

in reply to: Export all email addresses from “Forms” #192016

Shahjada
Keymaster

Please try exporting now.

in reply to: Audio in Safari doesn’t work #192005

Shahjada
Keymaster

Special char in file name will not cause any problem. https://try.wpdownloadmanager.com/download/audio-songs/ is working fine, last 2 files were not playing as they have been deleted by any user.

in reply to: set the captcha download to open in a new tab #191738

Shahjada
Keymaster
in reply to: set the captcha download to open in a new tab #191727

Shahjada
Keymaster

okay now.

in reply to: set the captcha download to open in a new tab #191706

Shahjada
Keymaster

Please check now.

Viewing 25 posts - 26 through 50 (of 15,675 total)