You will get the user’s email address when the user is logged in. Otherwise, only IP address is sent.
You have to customize the /wpdm-archive-page/tpls/archive-page-with-sidebar.php template. Find ‘View Details’ text there and replace the text. The set <?php echo wpdm_download_url(get_the_ID()); ?> as href value and remove the apc-pack-<?php echo $xid; ?> class.
When editing the template follow the rules stated above ( make your own copy of template )
This won’t work when your package is locked.
Bulk import is not integrated with Default values add-on yet. But it is a nice idea. We will make these two compatible in next release.
The file name is changed during upload if an old file exists with same name and file overwrite is disabled.
If you think file named is being updated even when there is no file with the same name, Please send temporary wp-admin login info in private reply.
Hi Daniel, Could you please try again? Enrico just completed the payment using Stripe. So, I hope the issue you both faced has been resolved.
Could you please try deactivating other plugins? That will help us to find if it is related to the latest version of WPDM.
You can also try installing this old version,
https://www.dropbox.com/s/8ym8ndsutqi8za5/download-manager-4.7.1.zip?dl=0
If installing the old version fixes the issue then we can be sure that it is related to the latest version.
I can’t access the site ( https://undkomp.se/ ) Looks like some kind of security is in place.
Hi Lynn,
Please send temporary wp-admin and FTP login info. I will add a custom shortcode in your installation to show login and reg form on the same page. Or you can do that by adding following code to your theme’s functions.php file.
function wpdm_login_reg(){
include \WPDM\Template::Locate('wpdm-be-member.php');
}
add_shortcode('wpdm_login_reg','wpdm_login_reg');
After that add set [wpdm_login_reg] as “Login Required Message:” in WPDM settings.
https://www.evernote.com/l/AUef0Bg0O59BWKQZKk0pEDFHp6SKrn26riIB/image.png
Thanks.
Unlocked your key from the localhost.
Please send me the link to check the issue.
If you are using “WPDM packages by category” widget you can control the package view by selecting the preferred Link Template.
https://www.evernote.com/l/AUd5YFlDeypPu4MOGbZMSv-IpPz4imBDg_4B/image.png
But the package view in category archive page in controlled by your theme. You can partially control this from Downloads Settings Frontend Category Page Options panel.
Payment for the order 5a2979efa9ac9 was not completed. We did not receive any payment in Stripe account ( you used Stripe to place the order ) for this purchase ( I searched using this email info@tun2u.it ). Please let me know if you have any confirmation of payment in case I missed something.
You can place a new order for Advanced Access Control to complete the payment.
Please send FTP info. I have to modify some code. Maybe you have recently added some plugin which is conflicting with WPDM audio player tag.
Hi,
It is possible to load sub-category packages on page load but requires some code changes. Please send login info in private reply. I will add the code there or you can add the code yourself. Here is the custom code, add it after line 1082 in wpdm-archive-page.php file. Please keep in mind, you have to add this every time you update the add-on.
var firstcat = jQuery('.wpdm-categories .wpdm-cat-link').first().attr('rel');
jQuery('.wpdm-categories .wpdm-cat-link').first().addClass('active');
jQuery('#wpdm-downloads').prepend('<div class="wpdm-loading"><i class="fa fa-spin fa-spinner icon icon-spin icon-spinner"></i> <?php _e('Loading','wpdm-archive-page'); ?>...</div>').load('<?php echo home_url('/?wpdmtask=get_downloads&pg='.get_the_ID());?>&category='+encodeURIComponent(firstcat));
Thanks.
I checked your test downloads which worked fine. Please re-activate the login info if still having any issue.
Could you please re-active the login info?
1 ) All files from all folders will be listed in ‘Google Drive’ tab. This is how drive picker API works.
2 ) Folders view does not list files.
3 ) You can use the search feature in ‘Google Drive’ tab to search any file and attach it to the package.
Hi,
Could you please send me the server PHP error log? The Campaign Monitor tab is returning 500 error. Checking the error will reveal the issue.
Thanks.
Are you hosting on Siteground? In that case, please check my reply here https://www.wpdownloadmanager.com/support/topic/wpdm-doesnt-save-options/
Fixed the issue in frontend upload page and all packages page is cleaner now.
Please try now. Send me the key if it is still not working. Also, make sure you are using the latest version ( 4.7.2 ) of Download Manager.
Sorry, Currently no option available to hide the category title when there is no download.
Unlocked your key from the test server. Please try now.
The workaround is allowing only to subscribers. You can do that by selecting ‘Subscribers’ in package settings allow access field. Let user signup first. Then they can choose from available download options.
Sorry, I couldn’t understand what you meant by “registration feature doesn’t show up under subscribers”. Can you be more specific or share some screenshots?
We have to change the UPLOAD_DIR definition in download-manager.php to make current version work like old versions ( using the same dir for all subsites ) in multisite.
This could be done easily by replacing line 32 – 33 with following code,
$content_dir = str_replace('\\','/',WP_CONTENT_DIR);
if(!defined('UPLOAD_DIR')) define('UPLOAD_DIR',$content_dir.'/uploads/download-manager-files/');
https://www.evernote.com/l/AUeakvdP_cRPz5EcMUzuKDwtlCGCEfleVVEB/image.png