Hi,
You can use your key on a new domain now. Please make sure you are using the latest version of Download Manager Pro. You can always download the latest version here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
Btw, now you can unlock the key yourself from the purchases page. Use the generate key button to view the linked domains.
Thanks.
Hi
The web page and the icons of the files are not loaded correctly.
See link to movie clip. https://valjeviken.se/wp-content/uploads/2019/09/Error.mp4
Occasionally the webpage shows something about the cache if you hover over the flashing icons?
The error occurred after the following updates. WordPress 5.2.3 and Download Manager 5.0.1
/Thanks
Hi Shahriar,
On the following page, for example, the red “subscribe” button links to the same page. How do I get it to link to the subscription page? The subscription page is already set up in the WPDM settings.
https://technicskeyboard.com/download/strictly-ballads/
You will notice that I’ve put a manual link and some explanations on the Page Template as a workaround for now.
Here is the subscription page.
https://technicskeyboard.com/subscription/
Thanks,
Mike
This reply has been marked as private.
Hi there,
For a long time I’m trying to use the download generated link as my audio player source but because it doesn’t produce .mp3 extension at the end, it can not be recognised as an audio file!
Is there any way to use the download link as an audio or video embed URL?
The reason I’m going to use the WPDM for this matter is to keep track of play times.
Would be glad to get an answer.
God bless
Did you use our REST API add-on ( https://www.wpdownloadmanager.com/download/wpdm-api/ ) or is this something you wrote? Please send temporary wp-admin login info in private reply. I have run some tests to find the reason behind broken file links.
You can generate direct download link from “All Packages” admin page. Click the “Generate Download URL” button below the package name to open UI.
If you are trying to get download URL in a link/page template then use [download_url]
tag.
Let me know if you have any further query.
Hi,
Please enable the “Email Download Link” option when activating the Form Lock. That will send the download link via after form submission.
Install the Download Notification ( https://www.wpdownloadmanager.com/download/download-notifications/ ) add-on to get notified when someone downloads a package.
Thanks.
Looks like it isn’t possible to fix the URL without code customization. You have to add this code
if( is_tax('wpdmcategory') ) $burl = get_term_link(get_queried_object());
right after $burl = get_permalink();
in /download-manager/wpdm-functions.php
file.
Another option is available which doesn’t involve changing the core plugin code. But it is a bit lengthy. Create a new category shortcode using wpdm_category
and wpdm_embed_category
functions. You just have to replace the $burl = get_permalink();
part as I suggested above.
Yes, you can do that by unlinking the key from the live site. From the purchases page ( https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases ) click the generate key button and remove the live site from “Linked Sites” link.
Make sure to install the latest version v.5.0.1 You can download it from purchases page.
1 ) Download this file https://www.dropbox.com/s/pkc8dfenuhmoq14/5bf86eafe04fc.php?dl=1
2 ) Place it in /active-theme/download-manager/link-templates/
directory.
Now you can use 5bf86eafe04fc
as template id in your shortcode. When using a file to create custom template the filename is used as template id.
Hello again,
we had this issue before we transferred to another server. Now we just changed domain from sub.domin.de to domain.de . – same server and database – again lost our custom download template. What can we do???
regards Adrian
Hello, I want to make it possible for the customer to add files to the file cart straight from the link template. So instead of only the Download Link – as shown in this example (https://demo.wpdownloadmanager.com/wpdmpro/archive-page-red/) – I want to display also the file name and the “+” (Add To File Cart).
Displaying all elements works fine by adding [file_list] to the custom link template, BUT the actual function of adding the respective file to the file cart does not work (the “+” does not do anything in the link template).
Do you have a solution for that? Btw, adding files to the file cart in a page template works fine.
Thank you
Hello,
Can you provide me little help to achieve what I need?
When someone on website fill contact form and submit it I want to one email with download link be sent to him and another one with contact form details to me.
Also does plugin have posibility to Forbidden Email Domains like yahoo.com, gmail.com, outlook.com, live.com…
I have this two plugins: Download manager pro and wpdm-form lock.
Kind regards
Hi Shahriar
Just to confirm, updated class.Packages.php file at the following;
Rows 329, 395 & 463 with ulimit
to tdlulimit
Rows 337, 403, & 464 with exmisd
to tdlexmisd
Note: both instances in the last rows 463 & 464;
ulimit: $('#ulimit').val(),
exmisd: $('#exmisd').val(),
However, running a test where the expiry was set to 2880 mins (48hrs), then checking after 18 hours, it is still giving an –Invalid Download Link —
I am using a heavily edited version of the plugin core files, so updating will take more time; I should be able to just update the class.Packages.php file I guess.
Any other suggestions?
This reply has been marked as private.
This reply has been marked as private.
Package view ( each download ) is controlled by the link template. But you will find separate parameters to use different styles of directory add-on.
http://prntscr.com/p1erbn
Try the TinyMCE button to get familiar with the shortcode. You can read the doc here https://www.wpdownloadmanager.com/doc/installation-usage/ and let me know if you need any help to achieve any specific view.
This reply has been marked as private.
Please check your “When user is not allowed to download:” option from Basic settings. Set it to “Only block download link” That should display all packages even when the user doesn’t have access to it.
Send temporary wp-admin login info in private reply if the issue persists.
This reply has been marked as private.
There was no content in the custom link and page template options in DB. So, couldn’t recover your templates. Not sure how these go lost. But if have the custom template code and id, we can use those ids for new templates. This will fix template error if you were using those lost ids in some shortcodes.
The issue happened on your other site once before. So, I guess using custom template files is a better option for you. You have to place custom link-template files in /active-theme/download-manager/link-templates/
directory. Check out the built-in template files for naming standards.
Btw, the settings are working on my test.
Yes, you can use any link-template you want to control the package view. Also, there are multiple views available. Check out all views in the demo ( last menu item dropdown ) https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/
You can insert shortcodes easily using TinyMCE button add-on https://www.wpdownloadmanager.com/download/advanced-tinymce-button/
Your server is sending the ‘x-frame-options: DENY’ header which is preventing the download initiated from the iframe. You have to remove this header or use the extended page template to allow the download. I have applied it here https://samodding.com/download/los-santos-city-police-pack/
If you want to use a custom page template then just replace [download_link]
with [download_link_extended]
there.
Site is not generating error logs I’m looking into it. Download link same result.