Shahjada

Forum Replies Created

Viewing 25 posts - 8,101 through 8,125 (of 15,594 total)
in reply to: Problem with posting multiple links on one webpage #27375

Shahjada
Keymaster

Looks like some sort of javascript conflict with your theme or any other active plugin, please give me your url to check.

in reply to: Category page template #27374

Shahjada
Keymaster

Demo is using custom theme. For make category layout like demo, either you need to create a custom taxonomy template for your theme, or use category short-code.

The page http://demo.wpdownloadmanager.com/wpdmpro/all-categories/ is using short-code [wpdm-categories cols=3 subcat=1], which require this http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ add-on.


Shahjada
Keymaster

Sorry, not clear, may you please explain me with an example.

in reply to: Missing lang strings #27372

Shahjada
Keymaster

The file is here /download-manager/libs/class.pagination.php now, but those strings are already passing through translation function.

in reply to: Not sending the download link #27371

Shahjada
Keymaster

Please check mail settings in your server.

in reply to: Archive Page not working #27370

Shahjada
Keymaster

Please give me the url where you trying and temporary wp-admin login info in a private reply to check the short-code. However you also may use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code.

The short-code used here http://demo.wpdownloadmanager.com/wpdmpro/all-categories/ is [wpdm-categories cols=3 subcat=1]

in reply to: [wpdm-search-page] search box issue #27369

Shahjada
Keymaster

checking it in details, update is coming within next 2-3 days.

in reply to: PDF Stamper serious bug #27368

Shahjada
Keymaster

Sorry about the issue. fixed and updated.

in reply to: Search Box #27367

Shahjada
Keymaster

no search box option for that short-code.

in reply to: Archive page #27366

Shahjada
Keymaster

probably it is a js/css conflict with your theme, please give me the url to check where you trying it.

in reply to: Can system remember passwords #27361

Shahjada
Keymaster

no, user need to enter password every time, as when they enter password once it generates a temporary download link which will expire after 3 times of use.

in reply to: WPDM Newsletter Problem #27359

Shahjada
Keymaster

Ok, I’ve updated code :), Now all users should get email immediately after you publish a package.

in reply to: How to create a widget like on WPDM website #27356

Shahjada
Keymaster

It is not widget exactly, it is built-in with theme’s page template, however I’ve added such an widget for next update of the plugin.

in reply to: wpdownload managre breaks formatting on page. #27355

Shahjada
Keymaster

In that case, I need to check it in your installation, please give me temporary wp-admin login info and ftp access to wp-content dir in a private reply,.

in reply to: Problems after upgrading to Pro Version #27354

Shahjada
Keymaster

Pro docs http://www.wpdownloadmanager.com/docsfor/download-manager-pro/ , Pro may look little complex then free because of lots of additional features, however please let me know if you have any specific question or need help with setup.

in reply to: Sub category's #27353

Shahjada
Keymaster

Looks like css/js conflict with your theme or any other plugin, I need to check it in your installation, please give me temporary wp-admin login info in a private reply.

in reply to: New environment #27352

Shahjada
Keymaster

Unlocked

in reply to: user groups #27351

Shahjada
Keymaster

If those custom subgroups were not using wordpress standard roles & caps api, those may not appear, however wpdm has its own add-on ( http://www.wpdownloadmanager.com/download/wp-pro-membership/ ) for managing such membership system

in reply to: Download After Submit? #27350

Shahjada
Keymaster

Here it is, please use page template = Single Column, Image Top, Extended

in reply to: Document Preview #27348

Shahjada
Keymaster

[file_list_extended] tag shows individual file preview, but only for image files, for other files shows file type icons. [doc_preview] tag show preview for first file from attached files list using Google docs preview

in reply to: [wpdm_frontend] frontend upload #27347

Shahjada
Keymaster

1. Ok, we missed something there, however, please add following code at end of download-manager.php

function wpdm_users_media_query( $query_params ){
    global $current_user;

    if(current_user_can('manage_options')) return $query_params;

    if( is_user_logged_in() ){
            $query_params['author'] = $current_user->ID;
    }
    return $query_params;
}
add_filter( 'ajax_query_attachments_args', 'wpdm_users_media_query' );

4. Sorry, that is not possible from front-end, it will require good amount of customization in code

# Yes, we are adding custom template support very soon.

in reply to: How can I correctly manipulate uploaded files? #27346

Shahjada
Keymaster

To protect uploaded files http access is disabled in that dir, so you need to use $uploads_base = $uploads['basedir']; instead of $uploads_base = $uploads[‘baseurl’];

in reply to: Accordion : two shortcode in the same page #27345

Shahjada
Keymaster

Update is coming within next week.

in reply to: WPDM Newsletter Problem #27320

Shahjada
Keymaster

Login info still not working, but don’t worry, as you have only few subscribers, I can customize the code to send those mail immediately after publish post without settings up cron, If you want that please send me ftp info.

Viewing 25 posts - 8,101 through 8,125 (of 15,594 total)