Forum Replies Created
Hi,
I’ve updated the ProMembership plugin on your site, also updates settings options. Issue should be resolved now.
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:
https://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/
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.
As it is now password protected package can’t have any file without password.
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.
It seems to be working fine for me: https://www.loom.com/share/fcdb848b4eda46f5ac4697275b4fabd1
Hi,
You had those duplicate payment probably due to multiple payment attempts. However, they has been refunded now.
Simple install an activate, you will be able to activate and use it within license limit, no additional step is required at this moment.