Please upload to google drive or dropbox and send me the link.
Please give me your CSV file to check.
Yes, text on the 2nd popup looks smaller on mobile. However, we have adjusted it for the next update.
Hi,
May you please check your browser console and send me an screenshot of the errors showing there.
Hi,
Sorry for your inconvenience, we have found the issue and fixed it, an update is coming within 24 hours.
Sorry, not clear, may you please explain little more. Also, please share the affected URL and temporary wp-admin login info in a private reply.
Please give me such an URL to check the issue.
Hi,
Extremely sorry for the delayed reply, please send me temporary wp-admin login info in a private reply, I shall set this up there for you.
Mollie is available now.
Don’t use payza, they got some legal problems:
http://payza.com/
Hi,
No problem, all mandatory wpdm function will work with bootstrap js disabled.
Sorry, not clear, may you please explain little more.
Hi,
To remove wpdm packages from search, please add the following code at the end of your active theme’s functions.php file:
function wpdm_remove_search($query) {
if ($query->is_search) {
$post_type = array('post', 'page');
$query->set('post_type', $post_type);
};
return $query;
};
add_filter('pre_get_posts', 'wpdm_remove_search');
Hi,
We are adjusting it with the next update. Thanks.
@hamidpeya, it will be done within next 24 hours.
Login info is not working.
@theronb49, if you attach a file as URL or with a full server path, the full URL will be attached and saved in the database, in such case, you may have to update path manually using some custom code after you move the site. Run the following code for once:
<?php global $wpdb; $files = $wpdb->get_results( "select * from {$wpdb->prefix}postmeta where meta_name = '__wpdm_files'" ); foreach ( $files as $file ) { $value = maybe_unserialize( $file->meta_value ); foreach ( $value as $fileid ► $v ) { $value[ $fileid ] = str_replace( __OLDPATH__, __NEWPATH__, $v ); } update_post_meta( $file->post_id, '__wpdm_files', $value ); } ?>
You must replace __OLDPATH__
with your old server path and __NEWPATH__
with your new server path.
Please follow the doc: https://www.wpdownloadmanager.com/doc/add-new-package/lock-options/
Updated.
Hi,
As you can see on the following image, which was taken from the demo https://demo.wpdownloadmanager.com/wpdmpro/wp-admin/post-new.php?post_type=wpdmpro, the add-on is totally functional:
There could be other active plugin causing a conflict and generating your issue, please try deactivating other plugins.
If you want to automate the process, you need to set:
– Auto renew order on expiration – YES
But for lifetime access, you can use something like this:
Order Validity Period: 999999 days
.
Download process is already automatic, no need to change payment status manually, please let me know which payment gateway you are using. Also, please add temporary wp-admin login info in a private reply to check the issue in details.