Thanks for your reply
Can I remove this search in my detail page?
Hi Nayeem
Thanks for your support. I got it and help me to close this topic
Thanks for your support
but I would like to remove column ‘Download” (I just need first 3 columns only) – Could you help me how to do it?
I used the shortcode in your link, I removed categories=”slug1,slug2,…” and login=1 thumb=1. You can get my result https://bsdinsight.com/download-tai-lieu/
But the problem I have here is that the link of the document title is no longer available, and I don’t know how to solve it.
You can see my picture attached so you can understand and help me get the title’s link back
You can get it https://imgur.com/a/lq9xR9Z
Hi Humayon
Thanks for your reply
I read your document and changed already, but I think that I was wrong some thing. It does not work (you can see https://bsdinsight.com/download/ ) and my code with the7 theme
Hi
I fixed this issues with shortcode as
[wpdm_all_packages template="link-template-default"
order_by="Update_date" order="DESC" jstable=1]
thanks for your support
It seems that it is not easy to fix this error.
Can I change the original request?
Can you help me change the link of the “Download” button, it will go to the download page instead of downloading the file directly. (This helps me no longer need the link on the title of that download file)
Thanks
but what it get now
Do you have any idea to fix it?
I am using the7 theme, so you can see my copy these files into the7 dir theme
Hi
I can see code in link-template-default.php – it seems okay, but it does not work.
<!– WPDM Link Template: Default Template –>
<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=”fas fa-copy”></i> [file_count] [txt=file(s)] <i class=”fas fa-hdd ml-3″></i> [file_size]</div>
</div>
<div class=”ml-3″>
[download_link]
</div>
</div>
</div>
</div>
removed already
Here it is
[wpdm_all_packages login=1 thumb=1 items_per_page="20" jstable=1 order_by="update_date" order="DESC" cols="title,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]
tks for your reply