Hello Lewaa Shaaban,
Hope you are well. Thanks for writing to us. Are you using the Download Limit add-on? Please kindly share the related URLs. if possible, please, give your temporary wp-admin login details in a private reply to check the issue.
Thank you and regards
I have added the below code on your active theme functions.php
file
add_filter("wpdm_lightbox", function($wpdm_lightbox){ return 2; });
Thus I hope the lightbox modal is working for the video URL attached packages. Please kindly check.
Thank you and regards
Hello Artur,
Hope you are well. For changing billing address you can check this URL and the fields where you can edit,https://www.wpdownloadmanager.com/user-dashboard/?udb_page=edit-profile, Please kindly check.
Thank you and kind regards
I found an answer that works! https://www.wpdownloadmanager.com/support/topic/change-logout-redirect-url/
Add the following code to the bottom of your active theme’s functions.php file to redirect users to the homepage. You can add custom URL slug inside home_url function to redirect to a custom URL.
add_action(‘wp_logout’, ‘wpdm_logout_redirect’);
function wpdm_logout_redirect(){
wp_redirect(home_url(“”));
exit();
}
Sorry, I didn’t understand: What exactly did you mean by the related URL?
I guess there are not many topics that you can help me with right now, because I am creating content for the site and also doing research on website add-ons, and I get support from you whenever I have any questions. Thank you very much for everything.
This reply has been marked as private.
Hei!
I am able to add and view custom fields, but they are lacking important attributes and functionality.
- URL: It must allow 3 properties when rendering inputs for this type, namely:
- Link text: How the link will be displayed
- Link URL: (this is the only thing that is provided now)
- Target: Same window or a new window (_self | _blank)
- Date:
- Format: Currently only ‘mm/dd/yyyy’ is supported for input, and displays only “%l %d, %Y” (php date format). This should be user specifiable as it is very much region dependent. We use ‘dd.mm.yyyy’ and “%d.%D.%Y” for input and display.
- Datetime: Currently type not supported. Can be its own or as part of Date
Screenshot: Admin UI for input
Will greatly appreciate if these can be added!
Thanks and regards,
Hei!
1. When a document is uploaded (so it is natively available in wordpress), the preview renders properly.
2. However, if the document is added as a remote url, the preview is not generated/shown. An empty screen appears, instead.
Attaching screenshots–
Hello Chelsea Profit,
Hope you are well. Thanks for writing to us. For changing download button label, you can change or edit link label from your edit package section setting or bulk apply to all packages, You can use this add-on, https://www.wpdownloadmanager.com/download/wpdm-default-values/ and making thumbnail much bigger please kindly share the related URL thus I can adjust it for you. Please kindly check and let me know.
Thank you and kind regards
This reply has been marked as private.
This reply has been marked as private.
Sorry for the inconvenience. I have checked here by deactivating WPDM – Elementor, but here the issue you have claimed not appearing in this URL, https://test.franzmayer.org.mx/exposicion/bancos-indigenas-de-brasil after deactivating add-on. Please kindly check and let me know.
Thank you and kind regards
Hello Eric Johnson,
Hope you are well. Can you please kindly share the which addon store URL you are talking about that showing BUy Now? You can also share the related URL. Please kindly check and let me now.
Thank you and kind regards
Hello, Asad
I hope you are doing well, and thanks for reaching out.
Could you please share the related URL and wp-login credentials in a private reply so I can check the issue? Additionally, could you explain a bit more about the link parameter you are referring to?
Regards
This reply has been marked as private.
For popup PDF viewer you can use PDF viewer add-on, https://www.wpdownloadmanager.com/download/wordpress-pdf-viewer/, And for the issue, please share the related URL again and give the temporary login access to the back-end for checking the issue. Please kindly check and let me know.
Thank you and regards
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
For #1, can you please let me know where the issue is appeaing, you can share the related URL.
For #2, We have not built in shortcode for share button, but you can create this with HTML and use this on your package editor or custom template.
For #3, It has been added with separate add-on now.
For #4, Are you trying to disable this with individual packages?
For #5, I have back with information from our team that, It’s normal for the cart to maintain the original price of a product if a user clicks the “add to cart” button before a price change, as it is designed to not update the price once added.
For #8, Please kindly share the related URL.
For #9, I have seen that, the search icon is already in header menu on your theme.
Please kindly check and let me know.
Thank you and kind regards
Hello Ibrahim Ahmed,
Hope you are well.
For #1, Can you please elaborate more? please kindly share the related URL. If possible please give your temporary wp-admin login details in a private reply to check the issue?
For #2, If you are using Download PRO, you can customize the template and add share links or buttons
For #3, please kindly check this add-on for your requirement, https://www.wpdownloadmanager.com/download/wpdm-default-values/
For #4, Please kindly check this article, https://www.wpdownloadmanager.com/how-to-disable-comments-in-wordpress/
For #5, For this issue we are checking, I am going forward it to our related team authority.
For #6, Please from this directory wpdm-premium-packages\templates\checkout-cart\cart-form.php
remove the Quantity column, also backup the file following this article, https://www.wpdownloadmanager.com/doc/template-files/
For #7, You can use the v2 version now, if it works properly from your site.
For #8, Can you please elaborate more? please kindly share the related URL.
For #9, You can check this shortcode, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_search_result-shows-search-form/.
Please kindly check and let me know.
Thank you and regards
So filling the form once only works per package, not per form? When we tested the demo, entering an email address once allowed us to download multiple files. It looked like the Form Lock worked the same way. It is an absolute necessity that users only need to fill out the form once. It would be really irritating for them to have to fill them out each time. We also need a way to link to each of the files individually. It looked like the easiest way to do that was to set each up as its own package. Please let us know how we can configure things so that users only have to fill out the form once and so that we can have URLs for downloading each individual document.
Please add support for Elementor Dynamic Tags in the Download Manager plugin to enable dynamic display of file details, download URLs/buttons, and metadata within Elementor widgets for custom templating. This feature would enhance flexibility, reduce reliance on custom code in PHP, and expand use cases for personalized and dynamic downloads, expanding the plugin with more flexible use cases.
Simply create a page using this short code: [wpdm_user_dashboard recommended="recent" signup=1 flaturl=0 fav=1]
and add the page in your main menu.
Please check and let me know if this works for you.