Sorry about that – it’s stripping code out. Here’s a snapshot of the code I am using for the link template.
Change your link tamplate.
Got to Dashboard > Downloads > All Packages > Edit your File > Change > Link Template to whatever you want.> test them.
If you want I can help you to modify your template.
It seems silly not to use the bootstrap classes. I’ve used the download_link filter to achieve what I need by adding this simple function.
function change_button_class( $text ) {
return str_replace(‘[btnclass]’, ‘btn btn-primary btn-large’, $text);
}
add_filter( ‘download_link’, ‘change_button_class’ );
Thank you, but right now, there is another problem: If i enter the short code to the package, then only the Template ID is shown on the site (or example 52f8f6785f658). I’m thinking about downgrading to the free verison again to get my files protected again…or is there any other possibility.
I’ve done it, but now all my old download and categories aren’t displayed yet..
It seems that I loose all my data , but table wp_ahm_files has all my old data
It happens the same. How to solve?
Sorry for my delayed response!
Thanks for the link Shaon. I’m not sure if we’ll be needing next gen at this point but it’s good to know for the future. 🙂
The icon issue can be seen here: http://www.fashioncapsule.ca/shoppers/lookbooks/
The icon should be appearing to the left of the “download pdf” button.
Like I have seen from others, I followed the directions to update and now how the following issues:
1) Multiple duplicate files (I have tried deleting 4.0.4 and then re-installing. Still have duplicates)
2) File IDs have all changed. This is a BIG ISSUE has I have a lot of autoresponder emails with links to these files.
3) It appears my Premium package is inactive. I have two files that require a fee to download. There is not price option and the wrong files appear on my site pages.
Need some help fast as this is costing me business!
Hi,
Had a look in my template, I dont see that “” ?
Below is what’s in it.
[title]
[excerpt_200]
[thumb_gallery_40x40]
Size[file_size]
Downloaded[download_count] times
View Details [download_link btn btn-success]
Simple Template edit 🙂
Search in your TRS_download_link
This: http://zorrox.com/paste/?paste=29
Replace with:
this: http://zorrox.com/paste/?paste=28
Edit “border-color:#333333; what they want 🙂 Here is a HTML Hex Color Site: http://tomheller.de/theholycymbal/html-farben.html
Have fun 🙂
I hope it worked. I can write back until tomorrow night.
Here’s the code in my link template. Is there anything I should add — or take off?
[icon]
[title]
Hi,
On that page, I have the shortcode:
[wpdm_category id=samples item_per_page=10]
For my “Samples” category, I’ve selected my default template to be: TRS_download_link (which was a cloned copy of the 3 columns, detailed.
Does that help make any sense?
Thanks.
Great, thanks Zorrox.
Got that one working. Thanks..
I have another same sort of thing, perhaps you can help with too (without me having to open another support question since it’s about the same.)
On another area of our site, I’ve made a copy of the link template “3 columns detailed” and renamed it etc. I’d like to know if/how I can change the styles of that one to make a rectangular box, rounded corners (like you did;http://zorrox.com/download-manager-demo/)
Please see rough attached sketch.
Thanks for all your help with these issues 🙂
Still not working 🙁
I do notice that the icons do not work on any of the downloads, but the links do work on some of them.
given url functions ok, but the page view is because of you link template and wp theme you using there.
Why are all the download links messed up, when I’m using the add-on button?
this template link-template-bsthumnail.php use.
Demo: http://zorrox.com/download-manager-demo/
This code shows the Template @ your attach. http://zorrox.com/paste/?paste=25
Hi,
Wondering, what template, link, settings etc I need to do to make my pages look like the attached image?
I’m trying to make my download pages look something like this populated from from download manager?
Any help or ideas please?
ok, send temporary wp-admin login info and ftp access to download-manager dir to support@wpdownloadmanager.com, please also attached this forum post link, support team will do the rest.
in that case use something like this:
<div class="col-md-6">
<div class="thumbnail">
<div class="media">
<a href="[download_url]">[icon]</a>
<div class="media-body">
<h4 class="media-heading" style="padding-top: 0px;border:0px;margin: 0px;">[title]</h4>
[download_link] <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>
issue already resolved in v4.0.4, please check your template ID, anyhow please use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code
please use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code, there you will have option to apply link template to a category.
just confirmed from support team, your issue is resolved, problem was you had block hotlink add-on active, which is still not compatible with v4. anyhow compatible version coming soon. Thanks
yes, it is simple, please create a link template using following code:
<div class="col-md-6">
<div class="thumbnail">
<div class="media">
[thumb_60x60]
<div class="media-body">
<h4 class="media-heading" style="padding-top: 0px;border:0px;margin: 0px;">[title]</h4>
[download_link] <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>
and apply this to your packages
most short-codes already listed in old docs http://www.wpdownloadmanager.com/docs/list-of-download-manager-pro-short-codes/ though some are changed in v4, anyhow you can generate short-code using tinymce button add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ , but I see you actually asked to add download link of “single file” inside a package. It is exactly no possible, but if you enable individual download and use [file_list] with link or page template, you can show individual download link of all attached files.