Looks like some sort of javascript conflict with your theme or any other active plugin, please give me your url to check.
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.
Sorry, not clear, may you please explain me with an example.
The file is here /download-manager/libs/class.pagination.php
now, but those strings are already passing through translation function.
Please check mail settings in your server.
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]
checking it in details, update is coming within next 2-3 days.
Sorry about the issue. fixed and updated.
no search box option for that short-code.
probably it is a js/css conflict with your theme, please give me the url to check where you trying it.
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.
Details about Password Lock option is here http://www.wpdownloadmanager.com/doc/add-new-package/lock-options/
And here http://www.wpdownloadmanager.com/doc/add-new-package/password-generator/ is about password generator
Ok, I’ve updated code :), Now all users should get email immediately after you publish a package.
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 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,.
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.
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.
Unlocked
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
Here it is, please use page template = Single Column, Image Top, Extended
[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
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.
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’];
Update is coming within next week.
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.