I’ve managed to solve this. For anyone wondering: you need to edit link template and there you substitute whatever is in the link with [download_url].
Hi,
you can easily modify the page/link template to remove the download link button. As you want to use file_list download button. Please go to /wp-admin/edit.php?post_type=wpdmpro&page=templates&_type=page
page template section and modify the one you are using with the package.
Thanks
Hi Simon, I was about to post the same issue. Even more, for me 95% of packages show the empty page.
For those that show up the link is not working. Just a plain text. I had to disable the membership and allowed all downloads for now, as it is look empty ๐
I’ve installed DMpro with the membership add-on, tinymice shortcode add-on and extended shortcodes add-on.
On my site I need 3 users who can only access their own assigned category.
In the membership add-on I’ve added 3 plans: beginner, advanced and refresher
I’ve created 3 members with each having access to 1 plan (so 1 beginner user, 1 advanced, 1 refresher)
In the downloads I’ve created 3 categories, one for each plan.
In each category I’ve added 1 test file.
In the download settings I’ve selected “When user is not allowed to download: Hide everything”
I’ve created a page that can only be accessed when logged in and added the following shortcode, using the tinymice creator:
[wpdm-all-packages categories="beginner,advanced,refresher," items_per_page=10]
When I visit the page as one of the members (let’s say advanced) I can see all packages that are created in the following format:
Title – Category – Date added – Download link
Only the download link for my own category is available, the rest is showing: “Subscribe – available for beginner or refresher only”
But I can still see the other package titles and icons, categories and date added
How can I change it so that only the one category for this user is showing, and the rest is completely hidden?
Am I missing something?
Victor
Hi,
If you want to preview package in the popup then it will require custom code customization.
But you can pop up for the download file. You can use the extended shortcode addon and use [popup_link]
in the page/link template. It will open the package link in a bootstrap modal popup.
Thanks
This reply has been marked as private.
Hi Support Team,
after I installed the newest plugin on our site, some of the packages cannot be downloaded anymore. The message ‘file not found’ ist displayed. Can you please check this link: https://www.technical-fixprotocol.org/recommended-practicesguidelines/
Why is the file not found?
Regards, Eva
Hi there, hope you’re all well.
Some time ago you did some custom work for us on our site https://jacobi.net/
We currently have the following setup
1. Files stored on our server.
2. Our script can be run to populate the packages and package categories as well as setting template.
3. Site visitor browses categories to get to package and fills out the access request form.
4. Once access request is received we set a password and then send it out via the system.
Step 2 isn’t working too well at the moment and we need to look at it to fix it.
However our clients requirement for the online downloads library has now changed.
They want to just get an email requesting a specific file and then they will send Box links manually in response to that email.
So my question is – Can we refine steps 1/2 so that we can populate our site based on the box.com stored contents? OR do you have an import script that sets package categories based on the directories that the files are stored in?
Any help would be much appreciated, it’s been a while since this was working correctly.
Thanks,
Ben
This reply has been marked as private.
Please send me the package/download link to check the issue.
This reply has been marked as private.
Downloads working fine. Please send the link of the package which showing the link expired.
Thanks
Thanks Victoria, I am also having this issue. I have reset the package # downloads/user, cleared computer and site cache, still get the expired-link.txt file. Any thoughts are appreciated, thanks for the help.
Scott
Hi,
Please send login in private reply to check the title link issue.
And you can bulk change the icons of the package with default values addon.
Thanks
This reply has been marked as private.
Hi,
Please use the following shortcode on the page, And replace the link template id with your custom template id.
[wpdm_packages template="template-id-here" order_by="download_count" order="desc" paging="0" items_per_page="10" cols=1 colsphone=1 colspad=1 title="Most Downloaded Packages" desc=""]
Thanks
This reply has been marked as private.
Thanks Hasibul for working on it. Not sure why you decided to change the settings to point to purchases after the order, would you explain? It produced the attached errors. I only allow for guest checkout, so I have changed that to orders. I have gone through a test transaction, which seems to pull up the download, but I get an expired link message. Please let me know your thoughts.
Scott
This reply has been marked as private.
Hi,
Please use this addon to attach files link from one drive.
Thanks
Hi!
Download links are causing Internal Server Error 500:
https://www.lemonbeat.com/download/iot-studie-2018/?wpdmdl=7863&_wpdmkey=5ac60b540b355&refresh=5ac60b540c3a11522928468
Download page itself is working:
https://www.lemonbeat.com/download/iot-studie-2018/
I have changed nothing and it had been working before, it just happend.
Any ideas?
Best regards,
Manuel
Hi,
Sorry for late reply.
Use the following shortcode:
[wpdm_category id="Category Slug(s)" toolbar="1" paging="1" order_by="title" order="desc" items_per_page="10" template="link-template-panel-1-3" cols=4 colspad=2 colsphone=1]
change the category slug with your one. Details here.
Thanks
Hi,
I need to add a link to another download within various Package descriptions. The shortcode works on the Package preview page, but not on my web page, which uses a template to display the packages.
I’ve attached images for each step.
(Because the site is in development, I would have to send access privately if needed.)
Thanks,
C.
I have managed to import the packages as per this link:
March 2018 Podcasts
However I have a few questions…
1) The files don’t work. How do I set it up so that the MP3s from my old system still play?
2) The template setting hasn’t been applied in the import. Is there any way to quickly update the template for all packages?
Hi,
Could you help me out with that? I’d like the page to display as it was before. Here’s my link template: –
<div class=’col-md-6′>
<div class=”panel panel-default”>
<div class=”panel-body”>
<div class=”media”>
[thumb_60x60]
<div class=”media-body”>
<h4 class=”media-heading” style=”font-size: 16px;color: #337ab7;padding-top: 0px;padding-bottom:40px;border:0px;margin: 0px;height: 20px;overflow: hidden”>[title]</h4>
<p style=”color: #666;”>[icon] Published [create_date]</p>
</div>
</div>
</div>
<div class=”panel-footer”><div class=”pull-left” style=”line-height: 50px;”><i style=”margin: 2px 0px 0 5px;opacity:0.5″ class=”fa fa-th-large”></i> [file_size]<i style=”margin: 2px 0 0px 45px;opacity:0.5″ class=”fa fa-download”></i> [download_count] downloads</div> <div class=”pull-right”>[download_link]</div><div style=”clear: both”></div></div>
</div>
</div>
Ken