1. You can create new page with Shortcodes : [wpdm_category id="cat-name" cols=3]
http://zorrox.com/download-manager-demo/
2. You create a category with “cat-name” example http://www.yourdomain.com/downloads/cat-name/ Create a new link. example: http://zorrox.com/downloads/enterpages/ on Dashboard – Design – Menu.
If this is the case, is implementing redirects to point old URLs to new URLs a viable solution to ensure that any links that I miss continue to work until I find and fix all of them? We are using this tool all over our site, and have a ton of inline links directly to download packages as well as individual files inside download packages. Thoughts?
Ich gehöre garnicht dazu. Helfe nur wo es geht.
Das Problem mit der Sortierung ist Relativ einfach erklärt. MediaMarkt 10 Fernseher des selben Herstellers reagieren auf eine Fernbedienung 🙂 Sie bekommen den selben befehl.
Das mit den Buttons ist ein Fehler. Das selbe passiert sogar wenn man das widget in der Sidebar Aktiviert. Musste also den Download link aus den Widgets Templates entfernen.
Das ganze Addon bzw Plugin ist nicht ausgereift.
Die version 4 ging zu schnell an den Start, ohne überhaupt ein Test damit durchgeführt zu haben.
Das traurige daran ist das wir es ausbaden müssen. Oder eben selbst hand anlegen.
Die 3.8 lief ja relativ gut. Leider wurden in der neusten PHP version funktionen gelöscht auf die eben all diese Plugins gebaut haben.
Es war überhaupt nicht schön eine umstellung auf PHP 5.5 mit zu machen.
Darf ich fragen was für ein lightbox addon du einsetzt ?
Also ich hab mir das jetzt mal angeschaut. Der Manager benutzt jetzt die wordpress eigene Kategorien funktion.
Ob diese funktion wieder eingebaut wird, kann ich dir nicht sagen. (Freier Helfer der Natur).
Du kannst es aber auch so machen:
http://zorrox.com/dl-enterpages/ : [wpdm_category id=enterpages cols=1 template=link-template-extended item_per_page=10]
http://zorrox.com/dl2-enterpages/ : [wpdm_category id=enterpages cols=1 template=link-template-semi-ext item_per_page=10]
1. Erstelle eine neue Seite
2. Shortcode deiner wahl
oder
1. Erstelle eine seite
Benutze mehere shortcodes
[wpdm_category id=enterpages cols=1 template=Erstes-Link-template item_per_page=10]
[wpdm_category id=enterpages cols=1 template=Zweites-link-template item_per_page=10]
etc …
http://zorrox.com/download-manager-demo/
Ich hoffe das hilft dir etwas weiter.
if they try to use same link more then 3 times,it will show expire notice.
yes, you can do that too 🙂
that issue was with v4.0.3, but we already have fixed the issue in v4.0.4, please update your copy
Hello,
I am having issues with individuals downloading my files. Sometimes they receive a link expired notice (even though no expiration is set). Please advise a solution. Currently using latest version of plugin
J
in that case move <i style=”margin: 2px 0 0 5px;opacity:0.5″ class=”icon icon-th-large” ></i>
before [download_link…
UPDATE:
I fixed this problem, but another one occurs.
This is my code:
if ( ‘wpdmpro’ == get_post_type() ) {
echo do_shortcode(“[wpdm-archive button_style=’default’ link_template=’link-template-panel’ category='”.$str.”‘]”);
}
When I’m on a wpdm archive page, It used the shortcode. Where $str is the category slug.
My problem now is, it is still showing ALL downloads (not just the one in that specific category) and the buttons with subcategories disappeared.
How do I fix this?
EDIT:
You can mark this as solved. I made a new thread for this new issue.
I have been using 3.8.1 for some time and it was working well until a customer tried to redeem a password and the popup box was hidden at the top of the browser. I followed the upgrade procedure to 4.0.4 but i have encountered a number of issues.
The Main one that is of great concern is the password lock. It does not work. PERIOD.
http://ebookscaribbean.com/test/download/detour-by-k-sean-harris-2/
The link above is a perfect example. if you look at the very bottom of the page you will see a lot of loose code.
please help
Ok so i have got the colour on the categories to look how i want. Now i need to change the text to match and update the link templates.
However for some reason when clicking a download you do not get the Subscribe to download box which you should get as i have locked the downloads to email as per the downloand on http://showmyfps.com/ap/air-pressure-stabilisers/
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 🙂