These codes are required for various WPDM features. The audio tag is used for the [filie_list] template tag to play audio. The popup is used for the popup_link tag and so on. You can remove it by commenting/removing the following line from /download-manager/wpdm-hooks.php file but some related features like audio player, pop-up link won’t work if you have those on your template.
Yes, you can add or remove any package related info using a custom link/page template.
To remove the main download button remove the [download_link] template tag from your custom template. You can clone the current template and then remove all unnecessary info from there.
Please check this tutorial to understand how to create a custom template.
Hi,
we have been using download manager pro for several projects. Now in our recent project, the download link when package file is being downloaded creates 0 bytes ZIP folder which i cannot even unzip. URL is this one: https://fit.conceptstory.de/downloads. we have same problem in listing as well as package detail pages. Single download file works though, even the big ones, like video 40 MB file. Any suggestion?
Thank you, Doreen
You can add the following CSS in Customize Additional CSS to hide the “Shared with me” button,
#sharedWithMe { display: none; }
Or just remove the button from template file /wpdm-file-hosting/tpls/wpdm-file-browser-container.php ( line 15 )
From the share window, you can get the package link which is a permanent URL ( Package Link tab ) and you can download package as many time as you want. Does it work for you?
?wpdmframeis NOT found in the line 40 of wpdm-file-hosting.php file. Are we looking in the right file?
EDIT/UPDATE: I managed to solve the below-mentioned issue. Only the above is pending.
I performed this step:
From template file /wpdm-file-hosting/tpls/wpdm-file-browser-container.php remove the tabs you don’t need,
And the result is:
Only Package Link Option is shown. BUT, by default, the CONTENTS of ‘DIRECT DOWNLOAD’ tab is shown. The Title is not shown as I removed it’s code. But seems like there is some sort of default setting to show the contents of Direct Download tab.
Your license key isn’t linked to any domain. So, it should work without any issue. You can save your license key in Downloads Settings License Tab. Please send admin login info in private reply, if you need help with the license verification process.
So, I am trying to create a file sharing site (NOT file HOSTING) with your plugin. So, far everything is fine.
I have created a dummy user to test the functioning. So, here is what happens:
When the user uploads a file and tries to share the package, they get four options:
1. Direct download
2. Package Link
3. Email
4. Embed
Question number 1: I want the user to be able to get only one option. The second one. [Package Link]. How to achieve that?
Question number 2: The ‘Package Link’ option displays the link as follows: https://www.example.com/download/5bfd754616661/?wpdmframe
I want the link to NOT HAVE the “?wpdmframe” extension. For example, I want the link to be like this: https://www.example.com/download/5bfd754616661/
I’ve activated Download Manager Pro on my local development copy of a site for testing purposes. This then needs to be pushed to a staging server for client approval before being pushed live.
Is there a way to manage Linked Sites so I can transition a license for local->staging->production workflow? It only needs to be active on a single instance at any given time.
Could you please send login info? When you set the price it usually shows the add to cart button not download link. So it seems a little bit confusing to me.
I’ve had a lot of my users complain that they only see “-1” instead of the package links. I have the packages set up in an accordion on a private page for each user. Within the package, the files are from a directory link rather than directly uploaded to the package page.
It seems that users are able to download some of the packages available to them, but then as they try to download others, all they see is “-1”.
You can add media files from edit package screen. Then use a link/page template with [file_list] template tag to display the audio player. Use can use built-in page template “Single Column, Extended, PlayList “, this template shows the player using [file_list] tag,
Following only step 1 is not enough. You have to assign the file using step 2. In the following screenshot, only user ‘TESTER’ are allowed to download the file.
Actually, you can show a random package from a category using the Download Manager category shortcode. After checking the issue more closely I found that using the following structure you can implement it. Crucial parameters here are toolbar=0 item_per_page=1 order_by="rand" paging="false"
1 ) Use [premium_file_list] template tag in your template to show file list with price
2 ) Replace [download_link] with <a class="btn btn-primary" href="[download_url]" target="_blank">Download</a> to open files in a new tab. Works with unlocked files only.
Author
Search Results
Viewing 25 results - 4,976 through 5,000 (of 9,461 total)