Sorry for the delayed reply. I checked your link and download worked fine in my test. Has the issue been resolved?
I’m using this one:
[wpdm_category id="briefs" operator="IN" toolbar="0" paging="1" order_by="field name" order="asc" items_per_page="25" template="5893b66eecca2" cols=2 colspad=1 colsphone=1]
I was hoping there was a shortcode that would use the link template that is applied to each download.
Are you using a custom link template there? I can’t check as the temp user doesn’t have admin access.
The access denied message is shown when you have [download_link]
template tag in your link template. Please try a built-in template. I think your template doesn’t have it.
However, if it is possible please allow admin access to the temp user so we can resolve this issue faster.
This reply has been marked as private.
This reply has been marked as private.
Yes, it is possible using a custom template of /download-manager/wpdm-all-downloads.php
file. Please check this doc https://www.wpdownloadmanager.com/doc/template-files/ It shows how to create a template file.
You have to perform 2 updates in the new template file,
1 ) Replace line 255 with $data['download_url'] = wpdm_download_url($data);
2 ) Find get_the_permalink(get_the_ID())
and replace with $data['download_url']
This reply has been marked as private.
Good, thank you for guiding me fix the bug, I have done successfully.
But there is error on homepage interface when activate and deactivate User Reviews, you see and guide me fix the error.
And I just discovered another bug related to the submenu menu. Please visit the demo “https://demo.wpdownloadmanager.com/wpdmpro” by mobile and try to click submenu to access the submenu link or not?
And another error is that after I press like facebook finished I do not see where to download “test on my localhost with the feature will be downloaded after like Facebook (Facebook like lock)”.
Please show me how to fix the errors I have listed above. Thank you very much!
I must not have been clear in my original post. I don’t want to go to the details page. I want the title to be the download_link. I want to display the text of title but make it display as a hyperlink with the url being the download_link.
To put it a different way, can you change the title of download_link from “Download” to the document title?
There is an option to block only download links when a user does not have access to the package. Currently, your setting is set to Hide Everything option. You can change it from Downloads Settings Basic Access Settings Panel. Setting the option to ‘Only block download link’ will enable the permission denied message on packages.
https://www.evernote.com/l/AUcy5LKbbLdAK6lLnrq4Fqd-ZjmCgtM11OkB/image.png
Hi,
There are many variables when you are calculating site speed. The most important thing to consider is web hosting. If your server is not optimized or using a server with limited resources ( e.g. cheap shared servers ) you can’t expect a fast site.
Download Manager handles many data-heavy operations which adds a little more load on your server as any other similar plugin would do. But that does not have any noticeable effect on site speed. And if you use a cache plugin, all WPDM pages are loaded through the cache and does not add any server load. It just serves cached page without any server calculation.
By the way, I checked your link. The site speed seems pretty nice. Like most other WordPress sites.
Best regards.
I made the change on line 94 in /download-manager/admin/class.DownloadManagerAdmin.php
file. You have to do it again after plugin update. The link is an image button by default. You requested to change it to text in a previous ticket.
Processing multiple PDF files requires more server resource. Do not have the exact numbers on this matter. But can’t guarantee if multiple file stamping would work on your site or not.
I am using the following code:
[wpdm_all_packages items_per_page="10" categories="datasheets" jstable=1 order_by="title" order="ASC/DESC" cols="title,excerpt|download_link" colheads="Product Number|Download::150px"]
I do not get a “Display x downloads per page” link in the upper left nor does the pagination work. This worked prior to installing the 4.7.7 update.
You were using the frontend uploader page ( [wpdm_frontend]
) which is not the correct shortcode for showing all downloads. The right shortcode is [wpdm-all-packages jstable=0 items_per_page=10]
I have updated the shortcode.
Now download page is here- https://www.toi-suisse.com/media-download/
If a user is not logged in a login button will be shown instead of the download link. After login, the user will be redirected to the download page.
https://www.evernote.com/l/AUfUaQoZxutPlrplXEjkugU5zGvcEOUVnkkB/image.png
When creating the package you will set the access for the package from package setting meta box.
Hello, we currently have a private website were users can download files depending on their role. We have set WPDM so “When user is not allowed to download it only blocks download link” but when we set only “subscribers” have access to a file, other roles can download it too.
We tried the option “Hide Everithing” on the plugin settings and it works fine, but we really would like to use only the restricted download option.
I am using WPDM’s table display shortcode to display a list of documents from a particular category. Is there any way to make the “title” display as a hyperlink so I don’t need a separate title and download column?
This reply has been marked as private.
Hi Support
I have a problem with my download button.
Previously when i had an issue with it, I was told to you change [download_link] in the template to “[link_label]“, and it worked for a small amount of time.
I have been having another problem for approximately 2 weeks, my download button does not work , if I leave [ download_link] in the template certain documents have ” #unlock” in the URL but still, downloads and others have “#” in the URL and doesn’t work.
Then if I change [ download_link] to “[link_label]” then the documents with “unlock” in the URL change to “#” and stops working and the documents with “#” in the URL changes to “unlock” and works.
I can not get all the documents to work at the same time.
I have attached some images of the code.
Please assist as soon as possible.
Regards
Laurika
Hi there,
This works. It solves the problem, but it creates a new issue. Now the icons aren’t appearing in the way they used to. Here is my template code. I’m wanting the icon to act as a link to the document. Can you please help me out? Please note you still have access to the site. Thanks!
<div class=”media”>
[icon]
<div class=”media-body”>
<h4 class=”media-heading” style=”padding-top: 0px;border:0px;margin: 0px;”>
[title]
</h4>
<div class = “file-size wrapper”><p class = “file-size”>[file_size] </p></div>
</div>
</div>
There is no limit on the number of files per package. Could you please send me the download page link or wp-admin login info in private reply?
Hi there,
Trying to denote what is and what isn’t premium content by adding a star to the title via font awesome or an image and both ways are being stripped from the code below. Is there a trick to this? Or is there a way to add a differentiating icon of sorts to certain downloads perhaps based on category?
<div class=”media”>
[icon]
<i class=”fa fa-star” title=”Premium Lynx Content”></i>
<div class=”media-body”>
<h4 class=”media-heading” style=”padding-top: 0px;border:0px;margin: 0px;”>[page_link]</h4>
<div class=”dm-exerpt”>[excerpt_150] </div>
</div>
</div>
[version]
I have configured a link template with the following variable[thumb_WxH]. Before the last update, the respective thumbnail was displayed without any problems, however, this does not happen now.
The code it generates is as follows:
<img class="wpdm-thumb wpdm-thumb-60x60 wpdm-thumb-108597" src="http://pre-snaspe.lazos.cl/wp-content/plugins/download-manager/cache/RRi1_BDD6-60x60.jpg" alt="Presence of yaw (Leopardus guigna) within Puyehue National Park, Los Lagos Region">
The path/wp-content/plugins/download-manager/cache/
exists but there are no files in it.
I have the ImageMagick-6.7.8.9-15 package installed on my server.
Please help me to solve this problem that didn’t happen before. You can check that I have the same problem with all files uploaded at the following URL http://pre-snaspe.lazos.cl/biodiversidata/#1522337162728-10
Hi,
We recently installed an SSL certificate via BlueHost and we use SiteLock for gwg.org. Since this update/DNS change our WP Download Manager isn’t working at all. It seems to be timing out, and no one is getting the immediate download or the email with link.
This is the page with the most downloads on it: http://www.gwg.org/application-settings/
Could you please help me troubleshoot this? I have no idea where to begin.
I’ve setup an admin login for the site, let me know if you need access to this.
Thank you,
Alexandra
hey,
i’m new to wpdownloadmanager – this looks all very promising in backend (creating categories, subcategories and upload/linking files).
however,
how can i show now these (sub)categories on a front-end page so our users can navigate between these categories and download the needed files.
thanks for your quick feedback on this.
br,
Stanislas