Forum Replies Created
Don’t have specific date yet, hopefully soon.
Plugin update, it should be ok now, however, please let me know if you see any other issue anymore.
I recompiled those file and found updated files have lots of missing translation.
No problem, please give me your site url too.
Please give me ftp access to plugins/download-manager dir, plugin editor in not activate in admin side. But upgrading download manager will be best decision :), we can help you with data migration.
Seems like in 2nd screenshot, the page template you using doesn’t have [file_list], you need to add [file_list] tag to show file list.
Please give me temporary wp-admin login info in a private reply to check.
You can use it any where and it will not work without directory add-on ( wpdm-archive-page.zip )
Please give me temporary wp-admin login info in a private reply to check. Also if you are selling only digital items or any item that don’t require physical shipping process, download manager is enough for you. You may drop woo-commerce totally, that also will speedup your site and reduce your content management hassle.
Please give me your license key in a private reply, I shall unlock it for you.
You may use this add-on https://www.wpdownloadmanager.com/download/download-notifications/ , it was never a core plugin feature.
Premium package add-on installed and activated in your site.
The add-on page is collecting data from https://www.wpdownloadmanager.com/ using data api. The api calls working fine from our side and other client sites. The code is in download-manager/admin/menus/class.Addons.php, however, if you want me to check it in your server, please give me ftp access to plugins dir in a private reply.
Please give me your license key in a private reply.
The issue is not related with wpdm, it is with server, same upload process interruption happening with wp native media library:
https://www.evernote.com/l/AV2dJSVlOOFIqZptz1W48kPbBgfcE-V0H0kB/image.png
Please contact your server/hosing support.
Or you may upload larger files using ftp and then attach files using server file browser.
I tested here http://test.youcanshare.it/download/testing/ and seems like everything is working fine.
Please give me an url where you seeing expired link and temporary wp-admin login info in a private reply. I shall check the issue.
File search is ok now, has to activate file search Admin Menu Downloads Settings Frontend ( file search only will work at details page ):
http://speakinglatino.com/members/download/thanksgiving-vocabulary-printables/
Download Links are active now too:
http://speakinglatino.com/members/holiday-vocabulary-activities/
But I’m not seeing any issue with AWS, all buckets and files are accessible, please let me know If I am missing something.
Please don’t use space after comma and, use categroy slug, not name.
[wpdm_category id='user-manual,touch-screen' operator='AND' ........]
I see, it will require to write some code, you may try using:
global $wpdb;
$data = $wpdb->get_results( "select * from {$wpdb->prefix}postmeta where mey_key='__wpdm_files'" );
foreach($data as $d){
$newurl = array();
$oldurl = maybe_unserialize($d->meta_value);
foreach($oldurl as $id ► $url){
$newurl[$id] = str_replace("ns32", "ns42",$url);
}
update_post_meta($d->post_id, '__wpdm_files', $newurl);
}
Please login using ftp and make /home/tkdpss63/www/wp-content/plugins/download-manager/cache/ dir writable ( attribute 755 or 777 ). Or give me ftp access and wp-admin login info in a private reply, I shall adjust it there for you.
They are not short-code, they are template tags, they will not work with do_shortcode, but you can use equivalent php code:
$package = \WPDM\Package::get($ID); /* get all package data */ echo $package['author_profile_url']; /* pring author profile url and use other variable to template tag to price related data */
If you are using single term/category with short-code, don’t use operator parameter, in your example shortcode, it seems like your are using operator parameter with single category query.
Yes, but need to edit theme file, however if you can’t get in touch with theme developer, please give me temporary wp-admin login info in a private reply, I shall adjust it for you.