Forum Replies Created
That is not an issue with wpdm, that is how wpdm url settings works.
However, if you want to add category slug with package URL, here is the workaround:
#1. Please add the following code at the end of your active theme’s functions.php:
function wpdm_package_link($post_link, $post) {
if ('wpdmpro' === $post->post_type) {
$terms = wp_get_post_terms($post->ID, 'wpdmcategory');
if ($terms) {
$term_slug = array_pop($terms)->slug;
$post_link = str_replace('%wpdmcategory%', $term_slug, $post_link);
} else {
$post_link = str_replace('%wpdmcategory%', '-', $post_link);
}
}
return $post_link;
}
add_filter('post_type_link', 'wpdm_package_link', 10, 2);
#2. Then use %wpdmcategory% is wpdm page url base slug.
#3. Save Settings
#4. go to WP Admin Menu ► Settings ► Permalinks
#5. Click “Save Changes” button.
Finally to go WP Admin Menu ► Packages and check the changes in URLs.
That is probably due to conflict with other outdated plugin your are using there, your wp is outdated as well as many other plugin. Please try deactivating other plugin one after another to find the one causing the conflict.
Try using different link template, there are lots of link templates for various use case, you can can create your own link template.
Please follow the docs:
https://www.wpdownloadmanager.com/doc/templates/link-template/
https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/
Update is coming within the next 24 hours.
Actually, we have nothing to do from the plugin side, but we are trying to contact the patchstack.com about this report, though they clearly mentioned it is a pro plugin issue, not free. Also, please let your security plugin author know about that.
It looks like any of your active plugin generating some unexpected chars before it should be what’s why pdf stamper is failing, try deactivating other plugin. Also, use unencrypted pdfs, encrypted/password protected pdf are not stamp-able.
okay, we are doing some research on that :).
Hi,
We have found the issue, update will be available with the fix within next 24 hours.
Please update premium package plugin, you can now add multiple quantity of the same item just by clicking item add button multiple times.
Also, you can create cart coupon too instead of product specific coupon by simply skipping product id when creating a coupon.
Also, we are making some other improvements on custom order option to make it more flexible.
Hi,
No worry, there issue you were seeing was related to an old PRO version, the latest versions of wpdm free 3.2.70 and pro 6.3.2 both are secure.
That is actually not a plugin issue, you need to disable image cache/cdn to make it work properly.
Your media library images are serving from here 94m2c9.p3cdn1.secureserver.net instead of upperbrandon.com
We have found the issue, it is actually with download page, if you email direct download link, it will work fine. However, we shall fix it with the next update.
I’m not seeing that, now akismet update is pending, but signup form is also showing fine.
It can be achieved through some minor css change. Please give me your URL and temporary wp-admin login info in a private reply to check and suggest required css update.
Hi,
Go to pdf stamper settings and configure it and save settings, that should resolve any issue you are having there.
Yes, you can use wpdm_category or wpdm_packages shortcode:
please update tinymce button add-on, wpdm pro and any other wpdm add-on you are using there, ui should show properly now.
That is only possible for view/template files.
Latest version is 6.3.2, The issue was already fixed, please update to the latest version.
please give me temporary wp-admin login info in a private reply to check.
$message['receiver'] contains receiver info.
