This reply has been marked as private.
I recently started using the Tagdiv Newspaper template.
I have a default template for WP Download Manager, but if I use it, the fields are shown twice, see the link below. How can I solve this? I actually want to make a template myself via TAGDiv composer.
verlofkaart downloaden
Hello –
I am new to the plugin, but am very happy with it so far.
I need some help with opening a PDF in a new browser tab. Here is my link to the page: https://www.mercltg.com/resources/#toggle-id-17
Right now, when you click “DOWNLOAD,” it opens the document in the same browser window…which means the user needs to click back to return to the site. What do I have to modify so that the document opens in a new tab?
Thank you in advance!
This reply has been marked as private.
Hi,
I can’t find where to customise the email people who request to download my document receive to download it.
It uses some generic description of my app either from Google metadata or even maybe from the App store…
Thank you for your help
PS initially it will come up with a long series of columns for whatever you are editing. Then, you can tell it to search your database for more columns. Then, you take some time to add and remove (hide) columns that you aren’t interested in editing. Right-click on headings and many other things to find additional features. Select a cell and drag up or down (like in excel) to fill adjacent cells with the same information.
A good example – Edit your downloads (posts). Then search for specific ones you want to edit by name or template type (or anything). You can then change the price, template, link template or whatever you want to edit individually. Or, edit one cell (a link template for example) and drag to apply that link template to many items (hundreds if you like).
When you save, it saves a few at a time. It doesn’t overload your server.
Check your edited downloads afterwards. Occasionally it misses saving one or two. Usually, there’s a reason for that such as a secure PDF or some anomaly.
This reply has been marked as private.
The simple search shortcode is [wpdm_simple_search template="link-template-panel" cols=3 ] This shortcode requires WPDM Directory add-on, however, the Special Pack has it included.
This looks like exactly what I want in a download manager, and if it was working I would upgrade to Pro to get the additional features.
Unfortunately, any attempt to click a download link returns “Invalid File ID or File Name.” This happens for any file type.
Suggestions on how to address this? I’ve looked through settings options but cannot see anything that would change.
I don’t see the link to the detail page, but only the title and the download button.
In package settings, there’s only “Page template”, not “Link template”
Hi,
Please give me your link and temporary wp-admin login info in a private reply to check. It is probably a cache issue, may need to exclude the download links from cache if you are using a cache plugin.
When I try to download it from this link you provided, it asks for me to pay for it, even though I am logged in under my Business license ID. Does this add-on require an additional payment?
Most probably the issue related to Email Template. I tried to change the template to test a plain download link but couldn’t save the templates. Provided user doesn’t have the permission to send AJAX request ( that’s the response I saw on console )
Please remove any restriction if you have placed on temp user. Or try using just
<a href="[#download_url#]">[#download_url#]</a> insted of custom button in email template.
This reply has been marked as private.
This code <a href="[download_url]" class="button">DOWNLOAD</a> won’t work with locked packages. You have to use [download_link] tag instead.
I have updated your custom link and page template to fix this. Now downloads are working. If you want to change the button style you can do that from Downloads > Settings > User Interface Tab.
Hello!
Our students are contacting us because they receive a message that the “download link expired”. We have a series of password-protected documents that we allow students to download. Could you please tell me how to make it so that the download links never expire? It is sufficient that they are protected with a password, but I would like the download link to always be active/enabled.
Thank you for your help!
Hi,
how is the correct for echo $download_link ? $download_link : '—';?
This reply has been marked as private.
Hi,
Please check the download link expiration options from the Basic Settings page http://prntscr.com/pjxfnw Send temporary wp-admin login info in private reply if you can resolve it by changing these options.
Thanks.
The issue doesn’t seem to occur to all visitors. Tried on Chrome, Firefox, and iOS Chrome. But worked in all cases without any issue. Not sure if it is a browser version related issue. I am using the latest versions. You can use the embedded form to avoid such an issue to be on the safe side. Replace [download_link] with [download_link_extended] in your link template to embed the form.
Once i activate download manager, my top level header links stop working if they have sub menus attached. if there is no sub menu, it works fine.
any idea what could be causing this?
I have a download link on this page https://basicwavez.com/50-famous-edm-chord-progressions-free-midi-pack/ at the top. A lot of users report clicking it does nothing until they open it in a new tab and try again. It also doesn’t seem to respond at all on mobile.
Hi,
i have a problem with the download link.
People have to give us the name and the mailadress and accept our data protection check box.
If you fill in the data you receive a link per Mail.
If you klick at the Download link in the mail you receive the message below:
test ( PNG )
Expired 18184 days ago 0 downloads remains
Download Link is expired
Can you help me to find the Problem?
If we provide the Folders without any lock options it will work fine.
Thank you
Julia
This reply has been marked as private.
You are using the “Call to Action 3” link template there. You have to modify the link template to remove the link from the title.
1 ) Clone “Call to Action 3” from Downloads > Templates > Link Template page.
2 ) The replace <a style="font-weight: 700" href="[page_url]">[title]</a> with just [title] and save the custom link template.
3 ) Copy the template id from Link Templates page to use it in your shortcode.