Shahjada

Forum Replies Created

Viewing 25 posts - 13,651 through 13,675 (of 15,594 total)
in reply to: Having problems with [wpdm_frontend] #9386

Shahjada
Keymaster

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

in reply to: Form Question #9385

Shahjada
Keymaster

ok. download the add-on again.

in reply to: Help! Download page is not working #9374

Shahjada
Keymaster

ok now, problem was causing by fcebook plugin. We had to add following code to resolve facebook plugin issue:

function wpdm_fb_ogurl($meta){
    $meta['og:url'] = wpdm_canonical_url($meta['og:url']);
    return $meta;
}
add_filter('fb_meta_tags','wpdm_fb_ogurl');
in reply to: Help! Download page is not working #9340

Shahjada
Keymaster

that code surely will work, please send ftp access to download-manager dir to support email.

in reply to: New licence please #9338

Shahjada
Keymaster

key is unlocked

in reply to: Download error since host migration #9337

Shahjada
Keymaster

hopefully, by today 🙂

in reply to: How do I edit the details window when you drill down #9336

Shahjada
Keymaster

ok, may you please give me the url to check the issue

in reply to: New package widget sort by create date? #9335

Shahjada
Keymaster

new package widget should do that by default, you don’t have to do anything there.

in reply to: Need license unlocked please #9334

Shahjada
Keymaster

unlocked again.


Shahjada
Keymaster

if you only want to show the button, you can create a link template only with tag [download_link] and other styling options for the tag you can see here: http://www.wpdownloadmanager.com/docs/integrated-templates/

in reply to: Error after Facebook page like #9332

Shahjada
Keymaster

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

in reply to: Search Only #9309

Shahjada
Keymaster

yes, wpdm pro have search options and widget.

in reply to: Search function #9308

Shahjada
Keymaster

not yet, but wpdm already moving to custom post type, then you will have it.

in reply to: Need license unlocked please #9307

Shahjada
Keymaster

done

in reply to: 0kb Download – Process.php – Next Gen Gallery #9306

Shahjada
Keymaster

please add following code at the end of download-manager.php, that will resolve the conflict with nextgen gallery:

function wpdm_skip_ngg_resource_manager($r){
    return false;
}

add_filter('run_ngg_resource_manager', 'wpdm_skip_ngg_resource_manager');
in reply to: Cannot find the download button #9305

Shahjada
Keymaster
in reply to: How do I edit the details window when you drill down #9303

Shahjada
Keymaster

you can create your own link and page template from Download Templates section, full details: http://www.wpdownloadmanager.com/docs/integrated-templates/

in reply to: need to unlock license now we are live #9302

Shahjada
Keymaster

unlcoked.

in reply to: Download error since host migration #9301

Shahjada
Keymaster

looks like your theme is messing with inline javascript code, which causing the issue, please send ftp access to wp-content dir to support@wpdownloadmanager.com to adjust your theme issue.

in reply to: NEED HELP! Downloaded .doc files cant read??? #9300

Shahjada
Keymaster

actually we didn’t test it with any language translate plugin. So we are not sure about that. But as wpdm pro moving to custom post type , next version may support any regular translation plugin.

in reply to: Localisation for Archive Page and Headlines #9299

Shahjada
Keymaster

please send to support@wpdownloadmanager.com with forum post link

in reply to: Thumbnails with different sizes #9298

Shahjada
Keymaster

yes, use [thumb]

in reply to: New package widget sort by create date? #9296

Shahjada
Keymaster

“WPDM New Packages” widget should do that.

in reply to: Facebook and email lock #9295

Shahjada
Keymaster

it may happen for js conflict with any plugin or theme, please send temporary wp-admin login info to support@wpdownloadmanager.com to check your issue

in reply to: Downloads page templates #9294

Shahjada
Keymaster
Viewing 25 posts - 13,651 through 13,675 (of 15,594 total)