Forum Replies Created
The sample CSV imported successfully in my setup. Do you have the latest version ( 4.9.0 ) of WPDM?
Yes, you can edit old packages using bulk import. Just add an ID column in your CSV file.
https://www.evernote.com/l/AUcEGZlnfydC8YkgDnpkM6DzCbLy8vRJvzcB/image.png
You are right re-activating plugin doesn’t create the directory. We will add the fix in next release. But for now please create the directory manually to resolve the warning.
Please send me the PHP error log. These js errors are not related to the 500 error.
It is coming from the WPDM – Extended Shortcodes add-on. It is just placeholder text. You can deactivate the add-on or remove the text from the add-on ( line no 514 )
Please send login info in private reply to check the update issue. Changelog has been published here https://www.wpdownloadmanager.com/wordpress-download-manager-change-log/
Found a minor bug in /wpdm-premium-packages/assets/js/wpdmp-front.js file. Add the following code after line 26 to fix it,
ps = parseFloat(ps).toFixed(2);
Or send login info in private reply, I will add the code for you. We will add this fix in the next release of add-on too.
Yes, you can customize the thumbnail width using custom link/page template.
[thumb_WxH] – Shows Featured Image Thumbnail With Specified Width ( W ) and Height (H) If Available.
Example: [thumb_800x500]
Please activate the WPDM – Archive Page add-on. The shortcode is coming from there.
Hi,
Received your customization request email. Someone will reply asap.
Thanks.
It is not possible to hide the parent category or order by category. But you can click on the category link to filter packages.
By the way, if you want to show the parent why not drop the parent category completely?
A better solution for showing all downloads with search and filter would be Archive Page add-on. Please take a look at the demo here https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/
Please send wp-admin and FTP login info to check why the cache directory is missing. Or you can manually create the cache dir /wp-content/uploads/wpdm-cache/
You are using an older version. Would it be okay if I install the latest version?
Please send your translated language files. We will add those in plugins language dir. That will resolve the issue.
It is working on my test. Maybe the same user downloading the file using different emails. When a package is downloaded by the same user in a single session only 1 download is counted.
You can add the code to your theme or child theme’s functions.php file. Adding the example code won’t work for you. It is just an example to show how the hook works. Coding knowledge is required to create custom template tags as you have to implement the conditions you need.
Please download the latest version from your download area. Then install it via Plugins Add new page. Or send login info in private reply. I will install it for you.
Are you trying to bulk import packages with only subscriber access? In that case, write subscriber under access column is your CSV file.
Please explain little more if you meant something else.
Downloads are working now.
WPDM generate download links that has this format packageurl?wpdmdl=packageid which is not working for strange reason in your server, so I had to change it to homeurl?wpdmdl=packageid.
Changed files: class.Package.php ( getDownloadURL function ) and class.FileList.php ( Table function )
Changed $permalink = get_permalink($ID); to $permalink = home_url();
It is not possible to add a condition in link/page template code. But you can add custom template tag using wdm_before_fetch_template filter hook ( https://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/ ) and handle all conditions there.
I tested the jstable in IE11 It is working for me. From your screenshot, it looks like the page content width is very small. You can try making that little bit wider. That might solve the formatting issue.
I need user login with administrator role. Provided user doesn’t have the admin role. Btw, have you modified the signup template? The issue could be related to it.