Shahjada

Forum Replies Created

Viewing 25 posts - 8,201 through 8,225 (of 15,594 total)
in reply to: Cannot limit Categories in Archive page #26956

Shahjada
Keymaster

Yes, it will show subcategories only.

in reply to: Bulk Upload not working #26915

Shahjada
Keymaster

@hub, there is no bug with bulk import, for csv file the need to follow same format as example csv, or give me csv file and temporary wp-admin login info with a private reply, I’ll check

in reply to: Cannot limit Categories in Archive page #26913

Shahjada
Keymaster

replace order="asc|desc" with order="asc" or order="desc" and order_by="field-name" with order_by="date"

in reply to: Subscribers error #26911

Shahjada
Keymaster

Yes, it is working fine now.

in reply to: wpdm-all-packages modifications #26910

Shahjada
Keymaster

change to 644 and also make /download-manager/cache dir writable


Shahjada
Keymaster

From your breadcrumb settings “Taxonomy to show in breadcrumbs for:” “Downloads” From Dropdown Select “Category”, then you will see like this after Google re-cache it:

Loading...

in reply to: Packages on Home Page as posts #26908

Shahjada
Keymaster

You can use this add-ons to generate short-code for showing new packages, but if you want to add package with main loop and default query, it will require some customization in code.

Add following code at the end of download-manager.php:

function wpdmpro_in_home_loop( $query ) {
 if ( is_home() && $query->is_main_query() )
 $query->set( 'post_type', array( 'post', 'wpdmpro') );
 return $query;
 }
 add_filter( 'pre_get_posts', 'wpdmpro_in_home_loop' );
in reply to: CSV import Not Working #26907

Shahjada
Keymaster

I tried with testbulkimport.csv in your site, it worked and package added, check last page in your package list. Please prepare data properly like in that file, that should work great

in reply to: Download a package #26906

Shahjada
Keymaster

I disabled lines #148 & #149 in wpdm-functions.php

    //if ( function_exists( 'apache_setenv' ) )
    //    @apache_setenv( 'no-gzip', 1 );
in reply to: cannot edit downloads #26905

Shahjada
Keymaster

open “Screen Options” from right top corner, you can show/hide columns from there.

in reply to: How do I set controls #26904

Shahjada
Keymaster

For that, please enable email lock from lock option tab. Docs: http://www.wpdownloadmanager.com/doc/add-new-package/lock-options/

Then you can see who downloads from Downloads Subscribers tab

in reply to: MP3 Downloads on iPhone #26900

Shahjada
Keymaster

previous version didn’t have play button with individual download link, only [audio_player] tag had players integrated and audio player tag using custom player where you can forward pointer.

in reply to: Subscribers error #26899

Shahjada
Keymaster

ok now, probably you didn’t deactivate and reactivate the plugin after upgrade. Working fine after deactivate and reactivating once.

in reply to: Block Hotlink / Block Direct Access #26898

Shahjada
Keymaster

Google shouldn’t ( usually doesn’t ) cache the download link because of rel="noindex nofollow"
However if block hot link is enabled then access to direct download from external source or site or direct url access through address bar will be blocked.

in reply to: Ability to add featured image missing #26897

Shahjada
Keymaster

there is no issue with featured image except your theme doesn’t support it, however as it is happening in your installation, I need to check there, please give me temporary wp-admin login info in a private reply.

in reply to: Urgent BUG – Posts show underneath file details #26896

Shahjada
Keymaster

an I test with disabling other plugins?

in reply to: wpdm-all-packages modifications #26894

Shahjada
Keymaster

you will see update notice in your site admin plugins page.
Yes, it is bbPress.
You will not have to copy files manually to download-mamager-files dir except there are some dir write permission issue in your server.

in reply to: CSV import Not Working #26883

Shahjada
Keymaster

Actually csv import is working fine, but as you didn’t set the date, those were going at the end of the list, check in page 4 in downloads.

in reply to: cannot edit downloads #26882

Shahjada
Keymaster

did you install any plugin or changed theme recently, that may cause the issue, how ever give me temporary wp-admin login info in a private reply to check your issue in details.

in reply to: Download a package #26881

Shahjada
Keymaster

ok now, problem was your server was not supporting apache_setenv function.

in reply to: Bulk Import #26880

Shahjada
Keymaster

You can use Google drive, Dropbox, Amazon s3 and box.net coming soon. Downloads are here http://www.wpdownloadmanager.com/downloads/cloud-storage/

in reply to: how to update wpdm-custom access level #26879

Shahjada
Keymaster

You can download from here http://www.wpdownloadmanager.com/purchases/

in reply to: Download not available #26878

Shahjada
Keymaster

I see order status is already completed, probably the there was a delay because of paypal IPN

in reply to: Filename and Client IP address in WebHooks #26877

Shahjada
Keymaster

Sorry for the confusion, there was an issue, please update the webhook add-on. Now you can receive passed data using following code:

$data = json_decode($_REQUEST['data']); // $data object will have everything password by wpdm hook action
print_r($data); // print all data, you can check
in reply to: Subscribers error #26872

Shahjada
Keymaster

not the ftp, need your site admin access.

Viewing 25 posts - 8,201 through 8,225 (of 15,594 total)