Welcome
Hello, Romy
I hope this message finds you well and thanks for reaching out.
Could you please check if the Download Manager plugin is up to date? If it is not, please update the plugin; this should resolve the issue.
Regards
Thank You
If you find my assistance helpful, I would greatly appreciate your support with a 5-star review here: https://wordpress.org/support/plugin/download-manager/reviews/?rate=5#new-post , it will inspire us a lot.
Thank you 🤗
Welcome
Use this tag [excerpt] in your page template file from here : wp-content/plugins/download-manager/src/Package/views/page-templates/your-link-template-name.php to show the Excerpt texts
Allow me a moment to check the issue, I will give you an update shortly.
It would be helpful if you could provide a screenshot of the issue (in the summary/description field), as it’s not clear to me.
Welcome
Yes, Download Manager Pro is required for Default value add-on
For that you have to use, Default Values add-on and Download Manager Pro
Are you referring to setting access restrictions for a specific file, ensuring that only authorized users can download it while others cannot?
Glad to hear that 🤗
If you find my assistance helpful, I would greatly appreciate your support with a 5-star review here: https://wordpress.org/support/plugin/download-manager/reviews/?rate=5#new-post , it will inspire us a lot.
Thank you
Then you have to modify the link template with the following code,
<div class="link-template-default card mb-2">
<div class="card-body">
<div class="media">
<div class="mr-3 img-48">[icon]</div>
<div class="media-body">
<h3 class="package-title">[page_link]</h3>
<div class="text-muted text-small"><i class="fa fa-calendar" aria-hidden="true"></i>
<span> Publish Date [create_date]</span></div>
</div>
<div class="ml-3">
[download_link]
</div>
</div>
</div>
</div>
Just paste the given code here: wp-content/plugins/download-manager/src/Package/views/link-templates/link-template-default.php
Version 6.6.1 is available now !! Kindly update the plugin.
We will be releasing another update soon, and I hope it will resolve the issue. Thank you for your patience.
kindly use this shortcode to show the publish date
[wpdm_all_packages login=1 thumb=1 items_per_page="20" categories="slug1,slug2,.." jstable=1 order_by="field_name" order="ASC/DESC" cols="title,file_count,download_count|categories|publish_date|download_link" colheads="Title|Categories|publish Date|Download::155px"]
This will be the final result,screenshot
Kindly check and let me know, if this aligns with your requirements.
We have checked the issue on our end, and the [download_link] is working fine. To investigate further, we need to check it from your end, so please share the login credentials for your site.
The login URL is not working, kindly check
Please share the wp-login credentials to check the issue thoroughly.
Hello, Martin
Could you kindly open a new ticket describing the issue? This will help us assist you more efficiently.
Regards
Try adding the following rule to your .htaccess file to make it work
<IfModule mod_security.c>
SecFilterRemove 001868
</IfModule>
We will look into the issue and provide you with an update shortly. I appreciate your patience.
Regards