Okay, I’ll check again to see what went wrong.
Try clicking the cancel button.
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
It’s working fine, now. Kindly check
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!
Hello,
I hope this message finds your well and thanks for reaching out.
Please share the related URL where you have placed the wpdm_category shortcode.
Regards
Please allow me a moment to check the issue, and I will update you shortly.
6.5.8 is the latest updated.
Hello, Alex
I hope you are doing well and thanks for reaching out.
The search engine functions by targeting package titles only. However, you can use this shortcode to query all downloads associated with specified tag(s)
[wpdm_tag id="Tag Slug(s)" tag_field="slug" title="Custom Title" desc="Custom Dscription" toolbar="1" order_by="field name" order="asc or desc" items_per_page="10" template="temaplte name or ID" cols=4 colspad=2 colsphone=1]
Download Manager Pro needs to be updated
Hello, Omar
I hope you are doing well and sorry for the inconvenience.
Please share the login credentials in a private reply to check the issue.
Regards
We’ve released an update for the plugin. Please update the plugin and it should resolve the issue.
If the problem still persists, don’t hesitate to reach out.
Thank you!
Have you set up a cron job from your hosting control panel for the URL http://your-site-name.com/?cron_handle=1 with a call interval of 5 to 30 minutes?
Hello, Marko
I hope you are doing well and thanks for reaching out.
Please share the login credentials in a private reply to check the issue thoroughly.
Regards
It’s not possible to provide access to all visitors for the manuals on one page while enforcing restrictions on another page because at the end the packages are same.
You might consider creating a duplicate copy of each manual and allowing all visitors to access them. I know it’s not the most feasible or efficient solution but the only way to achieve your requirement.
Hello,
I hope you are doing well and thanks for reaching out.
You have Manuals A, B, and C(for example), which are restricted to registered users. Now, you want to allow all users to access these manuals from a different page without registration. Am I correct?
– You can create a separate category for the manuals you want to make freely accessible to all visitors and display them in a table using the wpdm_all_packages shortcode.
– Advanced Access Control controls access for specific users not roles, here you can check.
All downloads/packages assigned to a user is listed in User Dashboard My Downloads Tab
– For custom roles, we recommend our Pro-Membership add-on. With this add-on, you can create custom roles and set restrictions using the Allow Access option in the package settings.