Shahjada

Forum Replies Created

Viewing 25 posts - 13,701 through 13,725 (of 15,594 total)

Shahjada
Keymaster

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

in reply to: ALL PDF's Corrupt #9211

Shahjada
Keymaster

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');
in reply to: Help! Download page is not working #9210

Shahjada
Keymaster

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.

in reply to: I do not understand why this page exists? #9208

Shahjada
Keymaster

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.

in reply to: Rename the file download links #9207

Shahjada
Keymaster

that will require lots to changes.

in reply to: some problems #9204

Shahjada
Keymaster

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/ ).

in reply to: Not needed wpdm_reviews shortcode in every download #9203

Shahjada
Keymaster

any improvement suggestion will be highly appreciated.

in reply to: Download Info Icon #9198

Shahjada
Keymaster

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.

in reply to: Thumbnails with different sizes #9168

Shahjada
Keymaster

[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.

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

Shahjada
Keymaster

please give me your url to check

in reply to: Preview Images don't show up #9144

Shahjada
Keymaster

“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.

in reply to: Preview Images don't show up #9141

Shahjada
Keymaster

please give me your url where you seeing this

in reply to: Content not visible anymore after upgrade #9140

Shahjada
Keymaster

1) yes, you simply need to create a new link template using [icon] [title] and [download_link], if you skip [page_link] tag from link template, detailed page will be off, more details: http://wpdownloadmanager.com/docs/integrated-templates/
2) same as #1, if you skip [download_count] tag from link template, then the download count will be hidden from front-end.

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

Shahjada
Keymaster

if “downloads” is used as category url slug, you can’t access to page /downloads/ directly or you can create a page with slug “downloads” it just will be used as part or base slug for wpdm category url. If you want to use page “downloads” then you need to change wpdm category url slug to another word

in reply to: Content not visible anymore after upgrade #9134

Shahjada
Keymaster

its because , you are using same slug ( “download” ) for page and package base url, please check here http://www.wpdownloadmanager.com/docs/settings/

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

Shahjada
Keymaster

you can’t use same slug for a page and package or category url base http://www.wpdownloadmanager.com/docs/settings/ .

in reply to: jquery conflict #9129

Shahjada
Keymaster

WPDM use wp’s native jquery, no if any conflict happen with theme, then need to check the theme actually if the theme using jquery from external source.

in reply to: How can i add my pro download manger to my account #9124

Shahjada
Keymaster

please send your invoice/order ID and account username to support@wpdownloadmanager.com

in reply to: Table Naming conventions #9123

Shahjada
Keymaster

don’t worry about table name anymore, wpdm already moving to custom post type with upcoming v 2.6

in reply to: some problems #9122

Shahjada
Keymaster

file name is class.pagination.php

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

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

Shahjada
Keymaster

you will receive reply within 24 hours.

in reply to: No support #9117

Shahjada
Keymaster
in reply to: some problems #9114

Shahjada
Keymaster

Add following css in your theme style to resolve your issues:

.dataTables_paginate {
    float: none !important;
    text-align: center !important;
    width: auto !important;
}

.modal-backdrop.fade.in {
    opacity: 0 !important;
    z-index: -9 !important;
}
in reply to: No support #9113

Shahjada
Keymaster

give me your url to check

in reply to: No download link on search results #9111

Shahjada
Keymaster

wp regular search widget will not work here, but form next update wpdm pro moving to custom post type and then you will be able to use regular search box to search package.

Viewing 25 posts - 13,701 through 13,725 (of 15,594 total)