Hi,
As you are using premium package user can download the file after purchase from the dashboard menu /wpdmpro/user-dashboard/?udb_page=purchases
You can see the demo here.
Thanks
Hi,
You can just uncheck the certain category from the packages that you want to put into “Archives” category. As you don’t want to show them on this page.
Or have you created the same name “category slug” under the “Archives” parent category, and selected them, and they still showing? Then, If you keep category slug same then it might be showing.
Thanks
Hi,
I tried login, but credential seems invalid. Can you recheck?
Thanks
Its says login invalid. Can you please send admin login info to check the details.
Or you can check this option, which gives you login redirect to the same package page.
Thanks
Hi, Is there any issue occurred with the plugin?
Thanks
Hi there,
Is there any error in your PHP log?
Can you send login in private to check the issue?
Thanks
Actually, this count is available packages in a category. so if your parent category has no packages then it will show 0. In that case, you can try selecting multiple categories for a single package to solve this issue.
Like, if you have 2 child cat and 1 parent cat, then you can select a category for a package both parent and child cat. Also, you can select only parent cat if you don’t want to make the package belong to any sub cat.
Thus you can solve this problem. So, in your given solution if the user clicks on parent category they might see the number of packages, but the result page will be blank because no packages belong to the parent category.
Thanks
If we implement this (not disabling all other variables) then seems like the problem you are facing with this thread (https://www.wpdownloadmanager.com/support/topic/pay-as-you-want-bug/) also be solved?
I will let you know about the update asap.
Thanks
Hi,
Sorry, it is not possible. Because, When you use the archive shortcode with or without any specific category it will show all the download belongs to the categories. When the user clicks on any category or subcategory from the menu, the list got shorted. It’s the default feature.
If the subcategories are not showing, then maybe there is a problem with the js file of your theme, you can try changing the theme to see what happens.
Or you can send login in private to check the issue.
Thanks
Hi there,
No, it is not the default behavior for WPDM. You should not be redirected to package page if you create/edit it from WordPress backend dashboard.
Can you send login in private to check the issue?
Thanks
Please post your license in private reply.
Sorry for that,
The archive page is showing 0 because there are no packages available under the specific category or subcategory under it. Its the default feature.
But, if you want to hide the count from this page please modify this file wpdm-archive-page.php
from plugin directory addon and remove (<?php echo $ccount; ?>)
this code.
Thanks
As you are using siteground then please add following rule to your .htaccess file to fix the issue,
<IfModule mod_security.c>
SecFilterRemove 001868
</IfModule>
If it doesn’t fix it let me know.
Thanks
Hi,
If you using the shortcode then it will redirect the user to that page.
However, if you enable login in a single package page, where the user can log in and redirect to the same package page by enabling “Show Only Login Button Instead of Login Required Message ” option in the wpdm settings page. or you can use this code <a href="/wp-login.php?redirect_to=[this_url]" >Please login to download</a>
.
But if you want to redirect user not only in package page after login but also in every other page where you uses shortcode, then is it not possible yet.
Thanks
Hi,
You base price should be shown in the package, if you give 0 in the base price then the user need not to pay anything and they can keep the price 0, that is the min price you keep in the package, so user can normally checkout without paying anything. If you want the user to pay for any specific package set base price as you want. Like if you set base price “$2” then the user must pay at least $2 to get the package, while if you turn on pay as you want user can put any amount they want greater than 2.
Thanks
Hi there,
This is not a bug actually, we intentionally disable all other variables when the pay as you want is active. But we will think about limiting it to license variation.
Thanks
Hi,
It’s the default feature of the premium package addon. If you use Pay as you want, then the user can input anything starting from the base price. If you need any custom modification let us know.
Thanks
Please post your license in private reply to unlock it.
Thanks
Hi,
You need to use Default values addon in that case. You can set template and other values to all of your download packages from one place.
Thanks
Hi,
You can find necessary documentation here. But we don’t have every PHP function reference there. If you need any custom modification let us know.
Thanks
Hi,
You can show the subcategory with directory addon. You need to use shortcode [wpdm-archive]
that will show the archive page, where the subcategories will be available under the parent category in menu item dropdown when the user clicks the menu by using subcat="1"
.
However,
In your attached file you showing Tree View files below which comes from extended shortcode addon.
Maybe there is a js issue so the subcat not showing in the drop-down. Please provide the url of the site and login info in private to check.
Thanks
Hi there,
Yes, that addon will solve the requirement you have above. You can send package post and download update notifications to subscribers easily with it.
Thanks
Hi,
If you want to set a custom image (pdf logo or generate package time as an image?) as feature image of the package, then you need to modify the action/filter of the plugin.
You can check this function to set it by yourself.
https://codex.wordpress.org/Function_Reference/set_post_thumbnail
You can always get the package feature image thumb with [thumb_url_WxH]
Thanks
Hi,
It is possible, you will need to add filter after uploaded file of WordPress then adding action to add a package.
But it is not a core feature of WPDM or add-on, this will require custom development.
If you want to take customisation service, please send details mail to customize@wpdownloadmanager.com
Thanks
Hi,
Currently, we have two option [wpdm-categories subcat="1"
to show the subcategory list and count of packages will be shown by including this showcount="1"
. We don’t show the count of child category in the category name. Its the count of packages available in the category.
Thanks