Hi there.
I am having a major problem with some (seems random) files when applying the ’email lock’ option. Once clicking on the link to download the box to enter the email seems somehow disabled and can’t enter the email to download. see some screenshots.
Urgent solution please
Regards
Hi there.
I am having a major problem with some (seems random) files when applying the ’email lock’ option. Once clicking on the link to download the box to enter the email seems somehow disabled and can’t enter the email to download. see some screenshots.
Urgen solution please
Regards
You can control it from link template, please check the docs: http://www.wpdownloadmanager.com/doc/templates/
You can use following tags:
[download_link], [download_link_extended], [download_link_popup], more details: http://www.wpdownloadmanager.com/doc/templates/template-tags/
@Shahriar
I also find I have a problem with this shortcode from the Review Add-on
[rating_stars]
I have placed it into a link template that otherwise functions correctly within the Directory Add-on to produce a table of results via the shortcode –
[wpdm-archive cat_view=”compact” button_style=”default” link_template=”56fc0d6963a2a” order_by=”post_title” order=”asc” items_per_page=”10″]
There is just blank space though where the ratings stars should appear.
Here is the entire template code –
<div class="row">
<div class="col-md-12">
<div class="thumbnail">
<div class="row">
<div class="col-md-3">
<div class="media">
<a class="pull-left" href="[page_url]">
[thumb_50x50]
</a>
<div class="media-body">
<strong>[page_link]</strong><br/>
<i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-th-large"></i> [file_size] <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-download-alt"></i> [download_count] downloads
</div>
</div>
</div>
<div class="col-md-3">
[rating_stars]
</div>
<div class="col-md-2">
[categories]
</div>
<div class="col-md-2">
<em>Created On</em></br>[create_date]
</div>
<div class="col-md-2">
[download_link]
</div>
</div>
</div>
</div>
</div>
– I would appreciate some help/ advice on this issue along with my original problem which still persists
Thanks
Andy
As it is, when a user clicks on a file or link of a file listed on a page, they are taken to an intermediate page for that file (screenshots attached). Is it possible to instead make it so that clicking on files downloads them instead of going to a different page? Instead of linking to another page, just downloading the file. It is possible via the existing settings, or is adding or changing the PHP necessary?
[wpdm_packages link_template="link-template-calltoaction3" order_by="download_count" order="desc" paging="0" items_per_page="6" cols=3 colsphone=1 colspad=2 desc=""]
[wpdm_packages link_template="link-template-bsthumnail" order_by="date" order="desc" paging="0" items_per_page="6" cols=3 colsphone=1 colspad=2 desc=""]
Produces this result (attached – I only have five test packages)
You need to look at http://www.wpdownloadmanager.com/?post_type=topic
otherwise it’s 2 clicks to find anything.
Here is an example of my search results page:
[wpdm-search-page cols=”2″ items_per_page=”300″ link_template=”56e6d55ce8036″ position=”top”]
I hope this helps. Simon
I see an update for WPDownloadManager to 4.5.4. When I click the link in the Plugin summary page, it takes me to your new update center, but the button says install. How do I update?
P.S. You really need to fold this into the normal WP plugin update procedure. It’s way to confusing and risky with your current method.
This reply has been marked as private.
I created a new download package with the email lock toggled on, a new download page, and a new download button on that page. I copied the permalink for the download package to the download button.
No form for getting the email address is shown.
Recently I updated my WPDM Pro to 4.5.4. Since some time the emails sent on request for download are empty: they do not contain any download links.
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.