This reply has been marked as private.
Hello @itebscouk,
Hope you are well. please check the pricing link from here, https://www.wpdownloadmanager.com/pricing/, if you are trying to more purchases. And for the user download stats, can you please check the option from Downloads > Stats > History and Stats
option, please check and I hope this will help you. please let me know if you have other queries
Thank you and regards
I have a site to download pdf books and I put two links inside the article, a link for automatic download and another link to read the book on another page, but I want to remove the tags from the reading page because I do not need it, I use the Publisher template,
There is another problem with the colors of the download buttons. I tried a lot to change the colors of the download buttons, but many problems appeared. I have 2 buttons inside the article, but when I give the download button, for example, a color and the other reading button another color, this other color does not appear, is there any solution for this problem,
The plugin is very cool and I benefited tremendously from it, I have more than 5 years of using WordPress and this is the first plugin I buy ♥ 😂😂
This reply has been marked as private.
This reply has been marked as private.
Hi @ericbjohnson,
Thank You for the clarification.
Please modify and use the below code in your current, active theme’s functions.php
file in order to change the above-mentioned text.
add_filter("single_file_download_link_label", function($label, $package){ return "New Label"; }, 10, 2);
It should work.
Thank You
This reply has been marked as private.
Hi,
“Packages” is the gutenberg block, and shortcode is the one that TinyMCE adds for “most downloads” which is
[wpdm_packages link_template="link-template-panel" order_by="download_count" order="desc" paging="0" items_per_page="10" cols=1 colsphone=1 colspad=1 title="Most Downloaded Packages" desc=""]
-
This reply was modified 3 years, 8 months ago by
Michael.
This reply has been marked as private.
Hi,
Sorry Nadeem, no. The widget in the sidebar worked, but I want to display on a post or a page. So only options are to use shortcode which doesn’t work, or a gutenberg block which doesn’t work.
https://pasteboard.co/756jshhwY9Zb.jpg
So, try adding via the shortcode option using tinymce wpdm addon.
https://pasteboard.co/7kZnQJvOHOgi.jpg
Gives the following
https://pasteboard.co/sU6HLtLFHKqo.jpg
Not most downloaded, if anything the least downloaded. Actually just the most recent.
So you can see even the shortcode that tells it to sort by download count, is sorting by Published Date in the screenshot. So I change the filter on the tool menu to download count.
https://pasteboard.co/KiNltspD7UZ9.jpg
and it still sorts it by publish date
Could you mark your reply above as private please, you posted a link to my site.
-
This reply was modified 3 years, 8 months ago by
Michael.
This reply has been marked as private.
This reply has been marked as private.
also noticed that doing a “listing” using “[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|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]” is producing no entries.
could teh categories field be corrupted or is this unrelated?
I lap this shortcode on the Custom Field or within the URL field of the elementor.
The link is rendered like this: https://site.com/?Download_File=9353&token=354762145682368
Redirecting to the original URL after validated:
1 – Are you logged in? (if not, ship to page: /login-to-download)
2 – Are you allowed? (if not, send to page: /upgrade-to-%REQUIRED_ROLE%)
3 – All approved: Redirect to the URL inserted into Shortcode:
https://www.dropbox.com/s/b08y8jbmirstjoi/tv_hologram%20close%20touch%202_4k.mp4?dl=1
And who can access this link will only be logged in and with the specified ROLE
Simple task, wanting to show a page of most popular downloads. Tried adding via shortcodes, via the TinyMCE. Totally ignores link template, and layout looked awful. Decided to try via Gutenberg added packages, sorted by download count. Numbers go something like 100, 75, 80, 95,63 etc
At first I thought it’s because WPDM resources are only loaded on the download areas, so I enabled them for the post in question, made no difference.
Hello,
Sorry for this inconvenience.
Make sure that you have successfully purchased the items. Then please check this link
If you have purchased anything, all orders will be available there.
If still the problem persists, please share the invoice id in a private reply so that we could inspect further
Thanks
I had the same issue after one of the last upgrades. The following helped in my case:
– go to Downloads > Settings > Privacy
– click “clear all cache”.
– now it worked again
If not, try the other setting under “Temporary Storage Management” > “Store in Database”.
This hint comes from here: https://wordpress.org/support/topic/invalid-download-link-3/
That only partially fixed the problem. Now I am getting a confirmation the payment went through on the site. But there is no download button for the user. I did disable the option you suggested. The wrong price is also getting sent to Paypal during checkout.
For Guest Users there is no way for them to download. There is no link in the confirmation email and the Guest Download page link doesn’t work.
This reply has been marked as private.
This reply has been marked as private.
Hello @raajsajaniya,
please check now, if it is working fine from your side or not. I have adjusted the download endpoint as the path has been given below, download > downloads
from Downloads > Settings >EndPoint >Download Endpoint
and flashes the permalink settings. Thus, it is working, please check and let me know
Thank you and regards
Hello @wendell,
Hope you are well. We have introduced a new option from Download > Settings > Basic
for Open in browser and Open in new window. But now you can also make it for as I described below,
by default, you are using link-template-default.php
for link template and page-template-default.php
for the page template. you can edit the files and follow this doc, https://www.wpdownloadmanager.com/doc/template-files/ for back-up your files.
For opening in new windows, please add this code replacing [download_link]
in page/link templates PHP file as i described below,
<a href="[download_url]" onclick="window.open('[download_url]','newwindow','width=1200,height=800'); return false;" class="btn btn-primary" target="_blank">[link_label]</a>
thank you and regards
Hi @eizorugged,
Hope you are well. And sorry for the inconvenience.
Auto-install sometimes fails due to auth error or server file permission issue, however, you always can download and install any add-on from the below link.
User Dashboard
I hope it will work fine then. If it doesn’t work, please, provide us with your temporary wp-admin login details and site URL in a private reply for checking the issue.
Also, please share the related page/file/package URL with us where the issue exists.
However, it will be very cooperative if you record me reproducing your issue using a tool like this?
It helps me to quickly figure out the issue and squash it immediately.
Thank you
This reply has been marked as private.
Hello,
Unfortunately link template editing is not possible with free version of WPDM.
We have similar search functions with our directory addon.
WPDM Directory Add-on
See example here here I used the shortcode [wpdm_simple_search cols=1 template=”default-template” items_per_page=5]
Also you can check our special package with maximum addons:
WordPress Download Manager Special Pack
Thanks