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!
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/
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
Hi – I’m trying to find a solution for the following – could you advise?
1. Is it possible to have a “back” button on the download page so users can go back to the links page for that download?
2. Is it possible to have the page details page appear on a page other than the default “blog” page of the website
3. In the breadcrumbs for a download page the trail appears as “downloads” which resolves to a 404 – is it possible to specify the breadcrumb as being a particular page that relates to the links list page for that customer?
Thanks
Mark
Hi Shaon
when test with an existing user, the link in the email, to download works ok.
But when the buyer is not a user on the website I get this message when clicking on the download link in the email,
Warning: include(/home/adchan/public_html/wp-content/plugins/download-manager/wpdm-be-member.php): failed to open stream: No such file or directory in /home/adchan/public_html/wp-content/plugins/wpdm-premium-packages/wpdm-premium-packages.php on line 392
Warning: include(): Failed opening ‘/home/adchan/public_html/wp-content/plugins/download-manager/wpdm-be-member.php’ for inclusion (include_path=’.:/usr/local/lib/php’) in /home/adchan/public_html/wp-content/plugins/wpdm-premium-packages/wpdm-premium-packages.php on line 392
looks like some files are missing in the plugin?
regards
Gary
Why download count for Allow Inidividual File Download not work if download file is link add from Insert URL?
It not count when i try to click download?
I’m trying to use [wpdm_lazy_download] but without success.
I have the lazy download option selected for the package, but when I add [wpdm_lazy_download] to the page nothing happens.
What I would like to to is
hove this text shown
Click on the download link below to get this template
Then for anyone with specific membership level use lazy download
[membership level=”1″]<lazy download should be here>[/membership]
And for anyone with other membership levels use regular download
[membership level=”2,3,4″][wpdm_package id=XXXX][/membership]
How should I use [wpdm_lazy_download] in this case?
Thanks
Hi,
I am trying to modify the “panel” link template to be used without the need for a download page, as I insert the WPDM shortcodes into posts and don’t need another page for download.
I have packages with multiple files. I want the user to be able to download the files individually, but to omit the option to download the whole package. (and omit # of downloads and total package size, as it will be meaningless for users).
I want the panel to have:
-Individual file names
-individual download buttons
-individual file size for each file
-individual number of downloads for each file.
i have succeeded to modify the “panel template” to have the first 2 options:
<div class=”panel panel-default”>
<div class=”panel-body”>
<div class=”media”>
<div class=”media-body”>
<h3 class=”media-heading” style=”padding-top: 0px;border:0px;margin: 0px;height: 30px;overflow: hidden”>[title]</h3>
</div>
</div>
</div>
<div class=”panel-footer”><div class=”pull-left” style=”line-height: 30px;”></div>
[file_list]
</div>
IS there a way to have the other 2 options ?
-individual file size for each file
-individual number of downloads for each file.
I also tried the [file_list_extended] shortcode, but it only changed the look , unless i am missing something.
If what i am doing is not the correct way, is there other options to have individual file details in the package?
Cheers.