Please check here now http://www.branded-ingredients.com/download/setria-studies/
Updated page template code:
<div class="row">
<div class="col-md-12">
[description]
<br />
<div class="panel panel-default">
<div class="panel-heading"><b>Download</b></div>
[file_list]
<div class="panel-footer text-left">
[download_link]
</div>
</div>
<br>
</div>
</div>
This reply has been marked as private.
Hi Shaon, thanks for the reply.
Unfortunately it is already disabled but still have the /download/ link 😉
Hi,
My customers try to download a PDF file without any restrictions and get a error message.
Here is a link: http://degener.nl/klantenservice/downloads/tarieven-en-voorwaarden/
How can I solve this?
Regards, Bruce
#1. It was because file path is wrong in your csv file, in csv file use only file name , not like “files/fiename” , just “filename”
#2. you can use [download_link], it is same with with file path
#3. Actually if you want to match it exactly with your theme there always will require some css change and here you need to add the css only once and it will be applied for all button, so, that is not much of work 🙂 .
#4. same as #1.
@svanderhagen, If the breadcrumb in your theme build properly or if you are using yoast seo breadcrumb, you can disable the “download” link with breadcrumb from Admin Menu Downloads Settings WPDM Archive Page = Disable.
Extremely sorry for delay, but repeated reply in same post resets it queue.
1. Yes, possible, I already answered it here http://www.wpdownloadmanager.com/support/topic/back-link-from-details-page/
2. It is possible to change theme’s page template using this add-on http://www.wpdownloadmanager.com/download/wpdm-page-templates/ and you can also create wpdm’s page template from Admin Menu Download Templates
3. If the breadcrumb in your theme build properly or if you are using yoast seo breadcrumb, you can disable the “download” link with breadcrumb from Admin Menu Downloads Settings WPDM Archive Page = Disable.
OKay, well this is what I ended up doing to get what I needed; show a thumbnail without a link to the thumbnail image. Rather than use the “Additional Previews” feature, I used the “Featured Image.”
TEMPLATE
<div class="media">
<span class="media-body-img">[thumb_150x200]</span>
<div class="media-body">
<div class="media-body-custom">
<h4 class="media-heading" style="padding-top: 0px;border:0px;margin: 0px;">[page_link]</h4>
[download_link] <i style="margin: 2px 0 0 5px;opacity:0.5" class="icon icon-th-large"></i> [file_size]
</div>
</div>
</div>
CUSTOM CSS
.media-body {
min-height: 120px;
position: relative;
}
.media-body-img {
display: block;
float: left;
margin-right: 8px;
}
.media-body-custom {
margin: 0;
position: absolute;
top: 15%;
transform: translate(0,-15%);
padding-left: 1em;
}
Shaon, thanks.
1# So I’ve uploaded a file with your customized CSV import. It saying : File-not-found
After almost 3 months the auto-import is finally working. But somehow It’s still isn’t possible to just download a uploaded file?
2# I just want a ‘Download button’ like the one on this page: http://computer-info.nl/downloadsss/a4-pb-2/.
So because something is remotetly uploaded, I can’t use [download_link]?
3# That means I have to add a div id to the [file_list] code, edit the CSS and make it look like a simple download button. Alot of work don’t you think?
4# I’ve noticed something strange. I’ve given the file within the CSV file the following name a4test.pdf. I placed it within the folder /files/ like you told me to. But WPDM creates this download-error: /public_html/wp-content/files/files/a4test.pdf: No such file or directory. It places an extra /files/ within the url. No wonder he can’t find the file, because /files/files/ doesn’t exist.
I’m still patient, but you have to be honest. 3 months later and I still cannot implement the website for a client, because the auto-import / download doesn’t work? Something that should have taking you 5 hours, you told me.
keep individual file download active from package settings and create link/page template with [file_list] or [file_list_extended] tag but don’t use [download_link] tag
I understand how to add the code of the plugin.
Home > Documentation > User Manuals (Package category) > User Manuals Group 1 (Child package category) > Package
Link wise :
http://computer-info.nl/downloadss/documentation/ > http://computer-info.nl/downloadss/user-manuals/ > http://computer-info.nl/downloadss/user-manuals-groep-1/ > http://computer-info.nl/downloadsss/userdutch/
Like I stated before: I want it to be as followed: http://computer-info.nl/documentation/ > http://computer-info.nl/documentation/user-manuals/user-manuals-groep-1/ > http://computer-info.nl/downloadsss/userdutch/
See the difference?
The pages that /downloadsss/ (WPDM folder) produces are just ugly. When someone clicks on a breadcrum, I dont want them to go back to /downloadss/ but to /documentation/user-manuals-groep-1
Hopefully I clarfied it for you , if not. please let me know.
Yes, we are using [download_link] in the link template. The [download_url] is being used on the page template to download the complete package.
It works perfect as administrator. So it should be possible to work with the e-mail lock, don’t you think?
We really need to figure out how we can use the e-mail lock for packages like this.
We need to go live very soon with this function and we are now testing it here:
http://www.branded-ingredients.com/news/kyowa_100615/
Find link below “Setria Studies” that will show e-mail lock pop-up. We send an e-mail with link to full package (necessary!!) and a link to download complete package at once.
When people come on the package page (http://www.branded-ingredients.com/download/setria-studies/) – They must have the option to download complete package, but this gives the download link expired txt. And option to download individual files.
Please help, so we can start using the plugin!
Thanks a lot.
Vincent
Is there a way around? As we really need to use the e-mail lock. After an e-mail has been send with a link to the complete ‘package’, we would like to give users the option to download them individual. Definitely with packages that contain 10 documents for example.
Hope you can help with this.
Hello Shaon,
I have some questions about the archive page package.
1. I would like to do the field search using the tags. How I could do?
2. How I can change de color of the download bottom? What kind of short-url I need to use? I would like to have my archive page like the example1 of the image.
In this moment I’am using this short code in the page:
[wpdm-archive button_style=”danger” link_template=”link-template-default” items_per_page=”10″ category=”category-slug” order_by=”field-name” order=”asc|desc”]
And the result is the image2.
All of this is because we are using your plugin for documental managment, and we are trying to have cross search within categories and tags.
Thank you!
LOL. This is the first forum post in Bangla, Thanks. Anyhow as I replied in my previous post, “it will require custom coding”, you need to hire a developer to implement this feature and your developer can take reference from this URL http://www.wpdownloadmanager.com/doc/action-reference/wpdm_before_email_download_link/.
Please use [download_link] tab in link template instead of [download_url], [download_url] tag will only work for public packages.
Looks like all files are public, so If you want to show login form with download link, you also need to set package access properly as well as category access.
I’m using the “Additional Previews” to make a custom thumbnail for the downloadable file and using the [thumb_gallery_WxH] shortcode to display that thumbnail in the template. That shortcode automatically adds a link to the thumbnail image. Is there another way I can accomplish what I want without have the hyperlink?
On top of my previous questions;
I’m now getting the following .txt download when trying to download a package:
“Download link is expired. Please get new download link.”
Package location: http://www.branded-ingredients.com/download/setria-studies/
yes, file list will show download link for each file separately if you enable individual download from package settings.
Hello,
On a page template with [file_list] included, it’s not possible to download the files individual.
I have created a package with the possibility with multiple files (currently 2 pdfs).
It’s not only showing a list with the file names and 1 button to download them all.
“Allow Inidividual File Download” is checked! We also use an e-mail lock. On the e-mail template we use [page_url] for the link to the page with the download list.
Please advice.
Regards,
Vincent
Thank you for the feedback.
Is there a other option / setting to activate the login form than the one shown on the screenshot? The login form is not shown now.
Where is the code to disable the download link (screenshot)?
The download link works, although the package has only download rights for registered users.
Or is there a setting for this link to enable downloads only for registered users?
create a link template with [file_list] tag and use the link template for your packages or with short-code, more details about template: http://www.wpdownloadmanager.com/doc/templates/
This reply has been marked as private.
Hi Shaon
the current package looks the same date and version, even filesize is same as the one I’m using. I only installed it a week ago
Doesn’t look like it has any recently modified files
https://goo.gl/0nx5At
Are you sure this is a revised package for me?
I have reinstalled anyway (it has overwritten all my changes putting me back a days works which is not great ) but sadly it still doesn’t fully work.
I seem to have got past that initial error but it isn’t possible to sign in with the logins I created during checkout, and those logins have not been saved in the database when I search for them, so they can’t be recovered
https://goo.gl/bM3pYX
I’ll send you the download link and login in a private reply
regards
Gary