Shahjada

Forum Replies Created

Viewing 25 posts - 14,626 through 14,650 (of 15,594 total)
in reply to: Modal for tree opening in blank page??? #5985

Shahjada
Keymaster

I see links are opening properly, but if I missed something, may you please explain little more. Thanks

in reply to: Upload File outside of Web Root? #5982

Shahjada
Keymaster

@gencharitaci, may you please explain little more

in reply to: Zip Files Empty #5981

Shahjada
Keymaster

@ben@lunsky.com , actually such issues only happen for server reasons, like not enough memory or server not supporting buffer caching. but i need to check to be sure, please send temporary wp-admin login info to support@wpdownloadmanager.com

in reply to: How to display date in an E-mail template ? #5980

Shahjada
Keymaster

you need to change date format from WordPress settings page. wpdm pro use the date format as in WordPress settings

in reply to: 3.3.6 Issues with Pagelines and Jetpack #5968

Shahjada
Keymaster

the css issue is because of bootstrap css added from another plugin.

in reply to: User Reviews help? #5963

Shahjada
Keymaster

it was because of the conflict with your theme css, issues resolved by adding following css at the end of your theme css:

.modal-backdrop, .modal-backdrop.fade.in {
z-index: -9999;
}

in reply to: Category List Order #5938

Shahjada
Keymaster

not yet ๐Ÿ™‚ possibly we will add the feature with next update

in reply to: Cant create a download package #5937

Shahjada
Keymaster

please send temporary wp-admin login info to support@wpdownloadmanager.com

in reply to: Blank download popup display #5936

Shahjada
Keymaster

looks like theme color affecting it, but metro style is still not fully active, please use other template or create new one

in reply to: No File Downloads #5934

Shahjada
Keymaster

may be something changed with user role or permission, please send temporary wp-admin login info to support@wpdownloadmanager.com

in reply to: Progress with WPDM FTP-DUMP Integration [BETA] #5930

Shahjada
Keymaster

in case of multi-file package, if you try to download the files as a pack, it zip all files on the fly and use cache memory to store zipped data temporarily. so your server cache memory need to be larger then the total file size associated with that package

in reply to: Connect to remote FTP #5929

Shahjada
Keymaster

please send a mail again to support@wpdownloadmanager.com , i’ll check that myself

in reply to: URL Structure? #5928

Shahjada
Keymaster

if you have a page lwith slug “download” and “downloads” you need to change package and category url base from wpdm settings http://wpdownloadmanager.com/docs/settings/

in reply to: Hide from Search Engines #5927

Shahjada
Keymaster

wpdm automatically handle this

in reply to: Facebook LOCK Not working. #5909

Shahjada
Keymaster

i just tested email lock here http://stealthfiction.com/ebooks/daylight-dims-anthology-pdf/ and got it working. you can create fb app from here https://developers.facebook.com/apps

in reply to: Hide from Search Engines #5908

Shahjada
Keymaster

sorry, not clear, may you please explain little more.

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

Shahjada
Keymaster

block hot will block external referrer or direct access to download URL

in reply to: Upload File outside of Web Root? #5906

Shahjada
Keymaster

yes, you need to change upload dir path for that.
download-manager.php ,
define(‘UPLOAD_DIR’,$d.’/uploads/download-manager-files/’);

in reply to: URL Structure? #5905

Shahjada
Keymaster

http://www.2wayne.com/wpdmpro/wpdmpro/ or http://www.2wayne.com/wpdmpro/ even should not be visible, how you seeing those 2 urls

in reply to: "Access Denied" but allowed #5904

Shahjada
Keymaster

your ftp info still not working, replied in your email

in reply to: Downloadmanager – preview images + lightbox #5903

Shahjada
Keymaster

@ellogro, adding the support with next update

in reply to: package links –> "package not found" #5902

Shahjada
Keymaster

@joemanausa, fixed
filename: download-manager/modules/canonical-url.php
replaced:

$wp_query->query_vars[get_option(‘__wpdm_purl_base’,’download’)] = $wpdb->get_var(“select pid from {$wpdb->prefix}ahm_filemeta where value=’$val’ or value='”.$wp_query->query_vars[get_option(‘__wpdm_purl_base’,’download’)].”‘”);

with:

$wp_query->query_vars[get_option(‘__wpdm_purl_base’,’download’)] = $wpdb->get_var(“select id from {$wpdb->prefix}ahm_files where url_key=’$val’ or url_key='”.$wp_query->query_vars[get_option(‘__wpdm_purl_base’,’download’)].”‘”);


@techpro
, please give me your url to check

in reply to: User Reviews help? #5901

Shahjada
Keymaster

please send your login info again

in reply to: URL Structure? #5891

Shahjada
Keymaster

but i’m not seeing anything to fix there. may you please tell me where is the problem with URL like http://www.2wayne.com/package-url-base/package-slug/

Viewing 25 posts - 14,626 through 14,650 (of 15,594 total)