Hello @dru77ster, I found all of your data is there, however, I adjusted license issue changing url from http to https for the license server, however, to update the plugin, it will be safe to do it using ftp without deleting current version. Here, after I install latest version and setup migration add, you will be able to migrate all data easily, but, after migration completed, as WPDM Pro v4 using custom post type, so after import, all package ID will be different. We had no way to keep IDs same. So you will have to change package shortcodes from anywhere you used to set proper package ids.
Thank you for the link. I am aware of and have started working with the templates.
But there is nothing in the post about changing the format or adding css.
I just need one solid example of how the css gets defined in the tempalte.
Or a list of the css tags to change for a template.
Do I just drop in new css definitions into the the top of the tempalte and add my own tags?
/* MY CODE */
Body {
background-color: lightblue;
}
If answers are “No” for all of the points above, the license will work just fine. Still, only 10 or fewer users in total were facing the issue due to the reasons mentioned above, which is less than 1% of our new user of any single day. However, we are taking care of every issue anyone having there, but you know, it is sometimes hard to find the reason without checking it where it is exactly happening.
So, as you are facing license issue, here are the steps to follow:
If you are not using latest version, please update, that resolved the license issue for all major users, who were facing license issue after moved license server from HTTP to https
If you are using the latest version and still facing license issue, please check if cURL is disabled or not working properly on your server.
Final steps is to check server firewall, of that is blocking wpdownloadmanager.com
But if you already applied key on a site and now trying to change the domain, you need to give me the key in a private reply to unlock it.
And if you can’t detect or decide what it is, you need to allow us to access your site to check the issue and adjust it, that is the regular way when customers need support, nothing unusual there, but we respect individuals decisions and privacy policy.
@joeldault, the license should work fine now.
@carl5243, ok now, problem was, curl was not working well on your server, however, I applied an alternative approach to adjust this. However, I also added it on my side for next update.
Additionally, if you select only specific user roles for a package, then, user must login before download and only users under selected roles will be able to download the item, but if you want to allow everyone to download an item, only select “All Visitors” for “Allow Access” field.
Please let me know if you need assistance anywhere else.
After a long night, I figured out if I attached the file to the package via url (same file, same location) and not via the uploader or the file browser, it works for me without an issue. I’ve been reading alot about my web host (GoDaddy) and it looks like they’re very strict about php scripts running for longer than 120 seconds despite giving the option of changing the max_execution_time. For anybody else on Godaddy, here’s a workaround for now but I hope to find a way to fix it soon.
All you need to do is adding shortcode [wpdm_file_cart] on a page to show file cart, And keep single file download activate with packages. Additionally, you need to keep [file_list] tag in link or page template to show file list.
“How do you get rid of the file name – “name.pdf”” <— may you please explain it a little with an example URL.
@ManuelPalachuk, please zip jobber.pem then upload. BTW, add list api url is https://www.wpdownloadmanager.com/?wpdm_api_req=getPackageList , it is public.
@m-piotrowicz, in 4.6.2, license key should work fine, please give me your license key in a private reply.
I’m not using it anywhere at the moment because I took it out. I was using the code provided to me to create a new column in the show all files shortcode template wpdm-all-downloads.php which I’ve duplicated in my theme folder.
I mean each time you add a package, for the attached file, I add an URL for the file to download (on an external server, i don’t use the “upload” function), this URL is set by me.
now all my packages have a URL http://ns32……… but i’m moving all my files to a server named http://ns42….. (still an external server, not the one where WordPress is set)
so all my downloads will not work, i can actually go inside each packages 1 by 1 to update the link to the new server, but doing than more than 3000 times is not what i want.
I tryied to modify those packages link directly into the database, but when i do that, when i edit a package, attached file URL is empty.
1- I need to remove category / create date row
2- I need to link icon to package detail -> i found this but don’t know where to add it
a href=”[page_url]”>[icon]
The example above will link icon with package details page URL
nivoLightbox shouldn’t cause any such issue, please give me your URL and temporary wp-admin login info in a private reply to check the issue.
To open new tab you need add attribute target=_blank with a tag, and to open rather than download, please check open in browser option in wpdm settings:
I’m using Download manager already for a long time and I purchased it already for a few sites.
On the URL above you’ll see 5 tabs.
The downloads on the 1st 4 tabs works fine.
I added the 5th tab only recently and the downloads are not working. I always get ‘file not found’.
I add the files by ‘Bulk import’.
When I add a file manually 1 by 1, than it does work.
Also I don’t t see the map tree structure anymore on the bulk import page and when I add the URL of the files, he shows me all files, but in the last column I see size: 0.00Mb
I already updated to the latest version but that didn’t helped.
I was thinking on some security restriction but then it’s strange that it is working for 1 file.
Hi, the problem can be solved in
WP Super Cache plugin in causes the problem. As all downloads via our plugin are done via a GET request. So I check the option: ‘Don’t cache pages with GET parameters. (?x=y at the end of a url)’ and the downloads are working again.
or
You can try using w3 total cache http://wordpress.org/plugins/w3-total-cache/ instead
or
In WP super Cache by setting the Cache Timeout from “WP super Cache” to 1, and then back to 1800.
or
try basically adding \?wpdmdl.* to the list of url strings that force a page not to be cached in Super Cache settings.
or
if you have any cache plugin installed clear cache first. Then go to permalink settings and save it without making any changes.