Forum Replies Created
Our team has identified a potential bug and resolved it by updating the logic in the code.
We have updated the code on your end. If you encounter the same issue again, please let us know. If the problem persists, we may consider re-coding the entire plugin. I understand it’s frustrating to report the same issue repeatedly, and we appreciate your cooperation during this time.
Regards
Could you please check the PayPal subscription status for 554? It appears to be showing as canceled.
It appears that the previous account number has expired. Could you kindly provide a new one?
The wpdm_archive_filter shortcode will not work without the WPDM Directory Add-on.
Kindly check the Directory add-on,
I am glad to hear that file_list is working fine.
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 🤗
Hello
I hope this message finds you well and sorry for the inconvenience.
Please share wp-login credentials in a private reply to check the issue.
Regards
Hello, Dan
I hope this message finds you well and thanks for reaching out.
We are currently looking into the issue and will provide you with an update as soon as we have more information.
I appreciate your patience.
Regards
Okay, I’ll check again to see what went wrong.
Please share wp-login credentials in a private reply.
Allow us a moment to check tge issue and will give you an update shortly.
Regards
Here is the page template code:
<div class="row">
<div class="col-md-12">
<div class="card mb-3 p-3 hide_empty [hide_empty:featured_image]">[featured_image]</div>
</div>
<div class="col-md-5">
<div class="wpdm-button-area mb-3">
[download_link]
</div>
<ul class="list-group ml-0 mb-2">
<li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:version]">
[txt=Version]
<span class="badge">[version]</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:download_count]">
[txt=Download]
<span class="badge">[download_count]</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:file_size]">
[txt=File Size]
<span class="badge">[file_size]</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:file_count]">
[txt=File Count]
<span class="badge">[file_count]</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:create_date]">
[txt=Create Date]
<span class="badge">[create_date]</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:update_date]">
[txt=Last Updated]
<span class="badge">[update_date]</span>
</li>
<!-- <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:company_name]">-->
<!-- [txt=Company Name]-->
<!-- <span class="badge">--><?php //echo wpdm_acf([268],'AuthorReview/company_name'); ?><!--</span>-->
<!-- </li>-->
</ul>
</div>
<div class="col-md-7">
<h1 class="mt-0">[title]</h1>
[description]
<h3>Attached Files</h3>
[file_list]
<div class="wel">
[tags]
[add_to_list]
</div>
</div>
</div>
for link template:
<div class="card bg-light c2a4 mt-2 mb-2">
<div class="card-body text-center pb-4">
<div class="text-center wicon">
[thumb_128x128]
</div>
<h3 class="p-0 m-0 mb-2"><a style="font-weight: 700" href="[page_url]">[title]</a></h3>
<div class="text-muted text-small"><i class="fas fa-hdd"></i> [file_size] <i class="far fa-arrow-alt-circle-down ml-2"></i> [download_count] [txt=downloads]</div>
</div>
<div class="card-footer text-center">
<a href="[page_url]" class="btn btn-secondary">[txt=View More]</a>
<a href="[download_url]" class="btn btn-secondary">[txt=Download]</a>
[addto_file_cart]
</div>
</div>
<style>
.w3eden .c2a4 .wpdm_icon{ height: 64px !important; width: auto; } .well.c2a4 .media-body{ font-size: 11pt; }
.w3eden .c2a4 .wicon img{ border-radius: 500px; max-width: 96px;margin: 5px auto 25px; }
.w3eden .c2a4 .btn{ border-radius: 50px; font-weight: 500; margin: 0 3px; padding: 0 25px; height: 36px; line-height: 36px; font-size: 12px; }
</style>
We have identified the issue, we are working on it to fix the problem as soon as possible. Thanks for your patience.
Unfortunately, tag-based searching is not available at the moment. We will consider this for future updates
I have created a link template named: wpdm. Try that link template and let me know if this aligns with your requirements.
Hello, misterspok
I hope this message finds you well and thanks for reaching out.
Here are the steps to set up the File Cart add-on:
1. Enable Single File Download.
2. Use the [file_list] tag in your page template to display the button. You can view a helpful screenshot here.
3. Insert the shortcode [wpdm_file_cart] on the page where you want to display the selected files.
Please let me know if this is clear!