For now I can’t provide a temporary login since the site is not yet deployed on a live server. I noticed that the number of files doesn’t matter, there are only specific files that causes the UI to break. I provided a link to a file that caused the broken UI and one that works just fine. They both have a 300 px resolution, both have a large image size, and both a jpeg file. Can you test the images in your side if the problem will still reoccur? Thank you
Here’s the link to the file that causes the broken UI
link to download file
And here’s the link of the file that works just fine
Link to download file
Where can I find the permalink settings? It’s nowhere in the Download settings.
This reply has been marked as private.
are we able to do something about the long download link the customer receives in their email. Can this be a PDF image with a link to the respective download?
Hi Jass,
I still have the same problem after disabling bootstrap.js and even bootstrap.css. It seems it is expecting to have a pop-up on the main page instead of having small pop-up of entering password on the side.
Please check the link below and click download link: http://staging.sanwaglobal.com/documents
My original one should be like this and pls click download link to see the difference: http://web.sanwaglobal.com/documents
After upgrading wp download manager, the mini pop-up does not work anymore.
Thanks for yr help.
Regards,
Melinda
Hello!
I have recently upgraded to the Pro. However,
1. All Packages – does not have the ability to add a New Download.
2. Add New – allows me to upload a download and to Publish
3. When I get back to view All Packages – everything looks weird and non usable – and there is no way to comprehend the information there – no download link smart tags visible either.
Please help.
Jay
I got a display issue with accordion (see attached captures).
Tested with different themes (my own, twenty 15, twenty 14 …), on latest WordPress, with latest plugins versions (WP Download manager, Accordion Add-on and tiny MCE addon only). Every other plugins are disabled.
Shortcode is basic :
[wpdm-accordion cats=”fichiers-principaux,” cat_style=”default” subcat_style=”default” template=”link-template-default.php” orderby=”title” order=”asc”]
Any idea ?
Dropbox plugin should attach direct download link, may you please give me an example url and temporary wp-admin login info in a private reply to check.
I’ve updated wpdm pro both by removing it and re-downloading it from here and from the update tab in settings.
It’s still version 4.5.4
I’ve hidden a file from the public:
Allow Access: Subscriber, Contributor, Author, Editor, Administrator
I’ve used this shortcode:
[wpdm-all-packages link_template="link-template-default" order_by="post_title" order="asc" paging="asc" items_per_page="20" title="" desc="" cols=1 colsphone=1 colspad=1]
The file is still visible with a login link behind it in the table
…well, I was able to add a referer check with the following on the top of the main .htaccess:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{QUERY_STRING} wpdmdl= [NC]
RewriteCond %{HTTP_REFERER} !^https://(www\.)?mysite\.com/ [NC]
RewriteRule .* – [F,L]
</ifModule>
It would be nice though to have the additional possibility of logged-in users only or even better with WooCommerce Membership integration.
Or maybe expiring links that only work for an hour or so. Or downloads just from the file’s page and not directly.
for example
http://www.nikondownload.com/wpdm-category/nikon-logos/
here the link with each package in the category list view says “Read more”
This does not appear to be part of the template, it would be nice if it was or if there was another way to change it? How might that be possible. I need it to say “view assets”
You may make the style like your screenshot, button pagination links will show at button. You need to use category short-code. Use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-codes.
#1. actually this is not an problem at all, wpdm doesn’t increase download count if you download same item repeatedly in same session.
#2. You simple need to create a custom link and a custom page template to resolve the issue, however we already released a hot fix yesterday, you need to download wpdm pro again and update.
#3. Extra class is not applicable anymore as now we are handling this with this add-on http://www.wpdownloadmanager.com/download/wpdm-image-button/ . The doc page link you gave already have a deprecated notice with updated docs link.
I’m trying to install Advanced TinyMCE button add-on, it is asking for FTP info. and the “Download File” link was generating by “MediaBlender” plugin, I deactivated the plugin and download link is showing fine now.
If you want to hide download count from your site visitors and members, you can to remove [download_count]
tag from link/page template. Docs: http://www.wpdownloadmanager.com/doc/templates/
Test Cases:
// No values
[wpdm_tree category=”agency-policy” download_link=”1″]
// Valid values
[wpdm_tree category=”agency-policy” download_link=”1″ order_by=”title” order=”ASC” ]
// Invalid Values
[wpdm_tree category=”agency-policy” download_link=”1″ order_by=”SOMETHING_IMPOSSIBLE” order=”NOT_ASC_OR_DESC” ]
Included is the updated file, with a git-diff of the original plugin file and the updated file.
This update allows the wpdm_tree shortcode to accept order_by and order parameters, in accordance with the capabilities of WP_QUERY()
[wpdm-extended-shortcodes.php]
It first accepts the parameters and assigns the current default values (order_by = ID, order = DESC) if not defined. (~ line 21)
Sends these parameters in the AJAX request. (~line 30)
Accepts the AJAX parameters (~line 410) and applies them to the WP_QUERY() params (~line 420)
Example:
[wpdm_tree category="policy-documents" download_link="1" order_by="title" order="ASC" ]
Thanks again and I hope this helps!
This reply has been marked as private.
Good day,
I have the latest version of the plugin and a fresh installation of WordPress. The only WPDM add-on I have is Amazon S3
PROBLEM 1:
I don’t see the download count changing when used with new (cloned) templates. I tested it with a local file and a file added by URL. Here is how I repro it on my site:
1) Add a local file and call the post “Test”
2) Choose Single Column, Flat template and Publish
3) Try to download the file and check the count. It will be 1
4) Clone “Single Column, Flat” template and update the package to use it
5) Download file again and see that the download count didn’t change this time
6) It will not change even if you switch to the standard template again
Please help
PROBLEM 2:
When I go to the “Link Templates” section I am seeing the following warning under each template:
Warning: in_array() expects parameter 2 to be array, boolean given in /home/bluefrhw/public_html/coloring/wp-content/plugins/download-manager/admin/tpls/templates.php on line 63
What is this?
PROBLEM 3:
Per http://www.wpdownloadmanager.com/docs/integrated-templates/ I should be able to use this [download_link btn btn-lage btn-success] to customize the look of the download link. This does never get expanded in my case.
Front-end is totally functional now, no other url issue. To removed edit profile and logout, please create a dir named download-manager
, copy author-dashboard.php
from /plugins/download-manager/tpls/
dir. Then remove edit profile and logout link from the file.
I setup wpdm pro and its not display like in your demo. I use shortcode wpdm-all-pachage, and i want my table header where are column names, to be like in your demo, but at my site they are light gray. And no buttons for download just link and text download???
http://www.ephzhb.ba/tenderi-i-obavijesti/
As far as I test from front-end, it is an javascript conflict, try using [download_link_extended]
tag in your link template instead of [download_link]
. Screenshot will not help me in anyway to check the issue. Do you have any dev setup where you can allow me to access to may you please create a dev setup.
I have a hosting client who has been using this plugin but after the latest update it has stopped working.
When clicking the download link they are getting “file-not-found.txt”
Any suggestions?
Staff – please see previous post for info.
This reply has been marked as private.
You can’t use negative number there, you you set email lock, download count will increase only after user clicks on download link sent to their email. I shall add a new tag to show user’s remaining limit with the next update of the plugin.