Shahjada

Forum Replies Created

Viewing 25 posts - 13,751 through 13,775 (of 15,657 total)
Oct 16, 2013 at 9:20 pm
#9241
Keymaster
Shahjada
Staff OP

if you are using nextgen gallery, 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');
Oct 16, 2013 at 9:15 pm
#9240
Keymaster
Shahjada
Staff OP

it may happen if your theme using external jquery library, anyhow update 3.3.8, then send a temporary wp-admin login info to support@wpdownloadmanager.com .

Oct 16, 2013 at 9:11 pm
#9239
Keymaster
Shahjada
Staff OP

as it was previously work, and as suddenly stopped working, it could be caused by any plugin you recently installed, anyhow I need to check it there to be confirm, please send a temporary wp-admin login info to support@wpdownloadmanager.com to check your issue.

Oct 16, 2013 at 9:07 pm
#9238
Keymaster
Shahjada
Staff OP

you can hide toolbar with sorting from wpdm settings page.
Pro version has extended template options. So here you can build template as per your need, to add a separator line, edit the link template you using there, add <hr/> at bottom. More details about templating options http://www.wpdownloadmanager.com/docs/integrated-templates/

Oct 16, 2013 at 9:00 pm
#9237
Keymaster
Shahjada
Staff OP

@macmorre, please give me your invoice ID or send your license key to support@wpdownloadmanager.com

Oct 16, 2013 at 8:59 pm
#9236
Keymaster
Shahjada
Staff OP

please send temporary wp-admin login info to support@wpdownloadmanager.com, i need to check this.

Oct 16, 2013 at 2:23 pm
#9226
Keymaster
Shahjada
Staff OP

Hi,
actually you can’t remove anything from there manually, but if prevent any page from indexing you can use robot.txt

Oct 16, 2013 at 2:20 pm
#9225
Keymaster
Shahjada
Staff OP

please send login info to support@wpdownloadmanager.com to check

Oct 16, 2013 at 2:15 pm
#9224
Keymaster
Shahjada
Staff OP

please use copy to pro add-on ( http://www.wpdownloadmanager.com/download/copy-to-pro/ ) to import file from free to pro

Oct 16, 2013 at 12:26 pm
#9221
Keymaster
Shahjada
Staff OP

please update, then send temporary wp-admin login info to support@wpdownloadmanager.com, I’ll check this.

Oct 16, 2013 at 12:24 pm
#9220
Keymaster
Shahjada
Staff OP

remove line 74 and 75 from hooks.php at download-manager to disable login/reg from wpdm pro.

Oct 16, 2013 at 12:11 pm
#9219
Keymaster
Shahjada
Staff OP

yes, looks like js issue, But I need the url to check the issue.

Oct 16, 2013 at 12:10 pm
#9218
Keymaster
Shahjada
Staff OP

anyone facing the problem please send temporary wp-admin login info to support@wpdownloadmanager.com

Oct 16, 2013 at 12:08 pm
#9217
Keymaster
Shahjada
Staff OP

1) possible
2) yes, please add following code at the end of functions.php:

function wpmp_package_cats($vars){
        $categories = maybe_unserialize(get_option("_fm_categories"));
        $cats = @maybe_unserialize($package['category']);
        foreach($cats as $cat){
              $clinks[] = "<a href='".wpdm_category_url($cat)."' rel="nofollow">$categories[$cat][title]</a>";
        }
        $vars['the_categories'] = implode(", ", $clinks);
return $vars;
}

add_filter('wdm_before_fetch_template',"wpmp_package_cats");

now you can use [the_categories] tag with link or page template to show categories associated with a package

Oct 16, 2013 at 7:38 am
#9211
Keymaster
Shahjada
Staff OP

If you are using NextGen gallery, 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');
Oct 16, 2013 at 6:56 am
#9210
Keymaster
Shahjada
Staff OP

you don’t have to re-post in same day. We are replying in timely manner. wpdmo page shouldn’t be visible anymore except you use a page with same slug as wpdm package or category base. Explain little more how you reaching to that page.

Oct 16, 2013 at 6:51 am
#9208
Keymaster
Shahjada
Staff OP

support always answer in time on relevant questions.if you still facing any such issue, send an email to support@wpdownloadmanager.com with login info and your site url where you facing the issue.

Oct 16, 2013 at 6:49 am
#9207
Keymaster
Shahjada
Staff OP

that will require lots to changes.

Oct 16, 2013 at 6:17 am
#9204
Keymaster
Shahjada
Staff OP

sorry, actually previous and text text is in .js/jquery.dataTables.js, any to change the text, please open wpdm-all-downloads.php

replace ( line# 142 ~ 145 ) :

 var dtable = jQuery('#wpdmmydls').dataTable( {
                    "sDom": "<'row-fluid'<'span6'l><'span6'f>r>t<'row'<'span6'i><'span6'p  ",
                    "sPaginationType": "bootstrap"
                } );

with:

var dtable = jQuery('#wpdmmydls').dataTable( {
                    "sDom": "<'row-fluid'<'span6'l><'span6'f>r>t<'row'<'span6'i><'span6'p  ",
                    "sPaginationType": "bootstrap",
                    "oLanguage": {
                            "oPaginate": {
                                "sFirst": "First page", // This is the link to the first page
                                "sPrevious": "Previous page", // This is the link to the previous page
                                "sNext": "Next page", // This is the link to the next page
                                "sLast": "Last page" // This is the link to the last page
                            }
                        }
                } );

and for this: http://demo.wpdownloadmanager.com/wpdmpro/
you will need wpdm directory add-on ( http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ ).

Oct 16, 2013 at 6:03 am
#9203
Keymaster
Shahjada
Staff OP

any improvement suggestion will be highly appreciated.

Oct 15, 2013 at 8:25 pm
#9198
Keymaster
Shahjada
Staff OP

templating instructions are here http://www.wpdownloadmanager.com/docs/integrated-templates/
anyhow you can use any icon there from icon list or you can upload custom icon as per your need.

Oct 14, 2013 at 8:33 am
#9168
Keymaster
Shahjada
Staff OP

[thumb_WxH] will crop thumbnail to match exact size, if original image is smaller then thumb W and H then, result will be blurry. But “shortcode which displays the individual sizes of the images” not clear.

Oct 14, 2013 at 8:29 am
#9167
Keymaster
Shahjada
Staff OP

please give me your url to check

Oct 12, 2013 at 8:51 pm
#9144
Keymaster
Shahjada
Staff OP

“GD Library Error: imagecreatetruecolor does not exist – please contact your webhost and ask them to install the GD library”
means you need to activate GD Library in your server.

Oct 12, 2013 at 8:33 pm
#9141
Keymaster
Shahjada
Staff OP

please give me your url where you seeing this

Viewing 25 posts - 13,751 through 13,775 (of 15,657 total)