@soportegf, Unlocked your key from dev site. You can use it on your production site now.
The Directory add-on ( https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ ) is the best solution for this use case. It has several category views which allows you to filter packages by category. Also has search option and works in AJAX. No page refresh os required.
Demo https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/
Thanks for reporting those issues. I was able to re-create those errors. We will add a patch in the next release of Premium Package add-on. For now please use the cart approach.
Hi,
Currently, there is no built-in way to apply the AND relation between locks.
But you can modify the /download-manager/tpls/lock-options/password-lock.php
or /download-manager/tpls/lock-options/email-lock-form.php
templates to add both password and email field in the same lock. Also, You have to add a custom function in your theme’s functions.php file to handle this custom form submission.
Template customization doc https://www.wpdownloadmanager.com/doc/template-files/
Thanks.
Hi, Looks like jstable can’t detect the date when it is in F j, Y
format. I have changed it to Y-m-d
Sorting is working now.
Tax calculation is working on my test. Please try adding the tax rate for Australia. You can send temporary wp-admin login info in private reply if you want me to check the issue there.
The cart doesn’t calculate the tax when loading it first. We will fix it in next release.
Use a custom template for /premium-packages/templates/checkout-cart/checkout-billing-info.php
to modify the billing info form. Copy the file and place it in /yourtheme/download-manager/checkout-cart/checkout-billing-info.php
directory. This new template will override the default one.
PLease send login info in private reply to check the issue. WPDM rediects the user to the WPDM login page when option is set, it doesn’t redirect to default wp-login page.
Found a bug in the import process. Looks like bulk update fails when the title is not present in CSV file.
When modifying the export file keep the title and content column too ( rename column titles, post_title title and post_content description ). So, there should be 4 columns in your import CSV ( ID, title, description, icon )
Please try the following shortcode ( Panel template with 3 cols layout ),
[wpdm-archive button_style="inverse" link_template="link-template-panel" cols=3 order_by="title" order="ASC" items_per_page="9"]
Hi Peter, Stopped auto-renewal for your order. Best regards.
Please send temporary wp-admin login info in private reply to check the issue.
Hi Connie, Unlocked your key from dev site. You can use it on your live domain now.
Hi Donna, No need to repeat this process again unless you move to another domain.
Use [thumb]
template tag in your custom link/page template to show the full thumbnail image. You can clone the current template you are using now from Downloads Templates page. Replace the [thumb_WxH]
tag in that template with just [thumb]
Let me know if you need further help on this. You can send temporary wp-admin login info as a private reply if you want me to create the custom template for you.
Looks like package update is erasing the favs data from postmeta. Please replace line no 43 in file /download-manager/admin/menus/class.Packages.php
with the following code,
if (!isset($_POST['file'][$tk]) && $tk !== $k && $k != '__wpdm_masterkey' && $k != '__wpdm_favs')
Or send temporary wp-admin login info in private reply. I will do it for you.
We will also add the patch in next release of WPDM.
Please go to Settings Frontend Access Login Page option and set ‘None Selected’ as value. That should stop the redirect to WPDM login page.
Please send temporary wp-admin login info in private reply to check the issue.
Please send me the CSV file. I will check the CSV format. Maybe you are using the wrong column title.
Have you enabled the “Open in Browser” option from Basic Settings page?
These thumbnails are created only once and saved in wpdm-cache
directory for future reference. These are created using wpdm_dynamic_thumb
function and not possible to replace it using the_post_thumbnail
because the context might be different. But it is a good idea to minimize the variations. We will keep that in mind for future implementation.
Please try now.
Hi, Unlocked your key from the test server.
Unlocked your key.
Recent Orders Panel: We will fix this in next release. The panel should show only orders of the current author/seller.
Tax: Current version doesn’t have the “Display taxes on cart page” option. We will adjust the documentation soon.
Code Error: Your package doesn’t have any file attached to it. The error is generated from there. Adding a file to the package will fix the error.
Guest Order: You can enable the “Billing Address” for guest checkout. It will collect all billing info including phone, country.
Error in login/signup form: The easiest solution is adding a logo
parameter in your shortcode. The value is the logo URL. If you don’t want to add logo then try adding the following code before line 19 in wpdm-reg-form.php
,
if( ! is_array( $params ) ) $params = array();