Shahjada

Forum Replies Created

Viewing 25 posts - 4,326 through 4,350 (of 15,655 total)
Feb 16, 2017 at 3:27 pm
#53805
Keymaster
Shahjada
Staff OP

Don’t have specific date yet, hopefully soon.

Feb 16, 2017 at 3:19 pm
#53799
Keymaster
Shahjada
Staff OP

Plugin update, it should be ok now, however, please let me know if you see any other issue anymore.

Feb 16, 2017 at 10:50 am
#53785
Keymaster
Shahjada
Staff OP

I recompiled those file and found updated files have lots of missing translation.

Feb 15, 2017 at 6:02 pm
#53760
Keymaster
Shahjada
Staff OP

Yes, they should work fine.

Feb 15, 2017 at 5:58 pm
#53756
Keymaster
Shahjada
Staff OP

No problem, please give me your site url too.

Feb 15, 2017 at 5:56 pm
#53755
Keymaster
Shahjada
Staff OP

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.

Feb 15, 2017 at 5:51 pm
#53754
Keymaster
Shahjada
Staff OP

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.

Doc: https://www.wpdownloadmanager.com/doc/templates/

Feb 15, 2017 at 5:48 pm
#53753
Keymaster
Shahjada
Staff OP

Please give me temporary wp-admin login info in a private reply to check.

Feb 15, 2017 at 5:37 pm
#53749
Keymaster
Shahjada
Staff OP

You can use it  any where and it will not work without directory add-on ( wpdm-archive-page.zip )

Feb 15, 2017 at 5:31 pm
#53748
Keymaster
Shahjada
Staff OP

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.

Feb 15, 2017 at 5:28 pm
#53747
Keymaster
Shahjada
Staff OP

Please give me your license key in a private reply, I shall unlock it for you.

Feb 15, 2017 at 5:27 pm
#53746
Keymaster
Shahjada
Staff OP

You may use this add-on https://www.wpdownloadmanager.com/download/download-notifications/ , it was never a core plugin feature.

Feb 15, 2017 at 5:24 pm
#53745
Keymaster
Shahjada
Staff OP

Premium package add-on installed and activated in your site.

Feb 15, 2017 at 5:19 pm
#53744
Keymaster
Shahjada
Staff OP

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.

Feb 15, 2017 at 4:03 pm
#53743
Keymaster
Shahjada
Staff OP

Please give me your license key in a private reply.

Feb 15, 2017 at 3:37 pm
#53742
Keymaster
Shahjada
Staff OP

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.

Feb 15, 2017 at 8:18 am
#53730
Keymaster
Shahjada
Staff OP

I tested here http://test.youcanshare.it/download/testing/ and seems like everything is working fine.

Feb 14, 2017 at 11:22 pm
#53722
Keymaster
Shahjada
Staff OP

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.

Feb 14, 2017 at 11:21 pm
#53721
Keymaster
Shahjada
Staff OP

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.

Feb 14, 2017 at 10:14 pm
#53713
Keymaster
Shahjada
Staff OP

Please don’t use space after comma and, use categroy slug, not name.

[wpdm_category id='user-manual,touch-screen' operator='AND' ........]

Feb 13, 2017 at 11:13 pm
#53679
Keymaster
Shahjada
Staff OP

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);
}
Feb 13, 2017 at 11:04 pm
#53678
Keymaster
Shahjada
Staff OP

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.

Feb 13, 2017 at 10:59 pm
#53677
Keymaster
Shahjada
Staff OP

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 */

 

Feb 13, 2017 at 10:54 pm
#53676
Keymaster
Shahjada
Staff OP

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.

Feb 13, 2017 at 10:48 pm
#53675
Keymaster
Shahjada
Staff OP

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.

Viewing 25 posts - 4,326 through 4,350 (of 15,655 total)