Ok,
So I setup this plugin, added in the extras (Download Manager, Archive Page, File Manager… etc) and turned on the archive sidebar template through a page with shortcode.
I have a Page Template assigned to the package..
I have assigned a category, which is another issue as it doesn’t show this package in the Category when I view the page on the frontend, it shows a weird layout of the category outside the Parent Category inside the package editor.
I am getting a Download Error on all the bulk imported packages I put in. It seems the files are disappearing from the category when I go to find them on the frontend.
Please let me know how we can get this resolved. This is extremely frustating since I have over 2000 packages to upload and I can’t 30 to display correctly and I have put 40+ categories into play and spent a significant amount of time getting to here.
This used to work fine, but is no longer working. When I click the “Link” button next to a download file, copy that URL and paste it into the browser, it get looped back to the home page.
I have checked and Individual Downloads is enabled in both the Settings Screen and for the package.
When I try to change the code above so that the package opens in a new tab/window it breaks to page and nothing shows. Have these instructions changed? I have the Pro Pack. Thanks!
case 'download_link':
echo "<a target="_blank" href='".\WPDM\Package::getDownloadURL($data['ID'])."'>Download</a>";
break;
For anyone else with this problem, I resolved it by changing the shortcode and removing all changes to the php.
New shortcode includes a ‘publish_date’ column. [wpdm-all-packages items_per_page="20" categories="asx-announcements" jstable=1 order_by="date" order="DESC" cols="title,file_count|publish_date|download_link" colheads="Title|Publish Date|Download"]
Can I put the text for changing the download link to label anywhere in the wpdm functions file?
And where do I put my french text ? After the $-sign ?
Can I put my logo into the circle on top ? How ?
Currently, the terms lock doesn’t protect the single file download links. For the time being, you have to disable single file download when using Terms Lock.
Use a custom link template. You can clone the current template from Downloads Templates page. From your cloned template remove the [download_link] template tag. That will remove the download button. You have to use this template with the category shortcode. So, make sure to update your shortcode after creating the custom template.
I’m building a WordPress site on my local machine (so I can’t provide a link to show you). I’m using the free Ribosome theme and the WordPress Download Manager (WPDM) plugin. When I installed the companion WPDM – Gutenberg Blocks plugin, both my site title and social media icons in the top bar disappeared. I really want to use both Ribosome and the WPDM – Gutenberg Blocks plug in. How can I make the site title and social icons appear when using both?
As I wrote before, I’m using Bulk import page, but I cannot set the correct mapping for some fields using the previously attached csv.
For example:
– Category (I created category in Downloads > Category and in Posts> Category as well, but no one are linked)
– File Name (Inside the page I see the name of the .pdf instead the filename)
– Access permission (always set as Full access)
The packages you see in backend were manually modified after the import. In screenshot the packages imported with csv (no manually modify).
Could you please help me?
@Shahriar thank you. Unfortunately, I am still stuck. I logged in to your site and got my key. First, in my user dashboard in wpdm.com, the API key modal still shows the old URL under “Linked Sites:” Second, when I log into my WP website’s admin back-end and try to enter my API key via Downloads > Setting > License, paste the API and click “Save Settings” I get a message “Invalid License Key”. It appears that perhaps the API key was not unlocked. Additional help would be appreciated. Thank you.
2 ) Swift doesn’t support the additional previews yet. Will add this in next version. But can use the WPDM Page Template add-on which will allow you to use any Page Template from Downloads Templates page.
One of your plugins is creating the JS error which is blocking the download operation. We can bypass it using a custom link template. Please install the Pro version of Download Manager and then you can create custom link template from Downloads Templates page. Or just let me know after installing Pro. I will create the template for you.