Yes :).
From the next update we are adding a delete all button there.
okay, not worry, as I said, we also added a condition on our side to bypass the situation.
Thanks, it has been fixed with v3.2.87
I’ve added the following css to increase the size:
.w3eden .input-group.input-group-asyoupay {
width: 270px !important;
}
Updating plugin will not affect it.
Screenshot:
https://prnt.sc/p1LfTOVOwZho
Hi,
May you please try deactivating other plugins. It is probably conflict from another plugin. However, we are also adding a condition on our side to bypass the situation.
Are you still seeing the error in stripe? Please try resending an webhook request.
okay, in that case, please assist me with the debug process. May you please try resending a webbook request from your stripe account.
yes, I’m testing there now. Can I try temporarily there using my test credentials?
in my setup, it is working fine for me:
https://prnt.sc/NwTAWcaOE26H
please send me full page screenshot
Hi,
I’ve updated the ProMembership plugin on your site, also updates settings options. Issue should be resolved now.
Thanks, they are fixed with v3.2.86
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.
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.
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:
To apply the changed in dashboard page too, use a extra parameter with the shortcode: template='link-template-default'
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.
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);
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:
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.
May you please give me the full error message.
Hi,
Sorry for your inconvenience. Your order is active now. Thanks for staying with us.
Please update to 1.3.0