Any other plugin in your site causing this conflict, may I try disabling other plugins?
1. New Items short-code is already available ( already generator button available with tinymce button add-on )
2. For Latest free items, you can create a category “Free” and use category short-code for that category
3. Not yet, but adding soon
For form management, you can use this http://wordpress.org/plugins/liveforms/ , this is free and certainly better then any other form plugin in the market.
Yes, otherwise, please give me your license key here in a private reply to unlock it.
ok, adjusting it with the next update of the add-on :). However update with coming within next 1-2 days.
#1. Code is too long to explain here.
#2. Yes, you can do that using mailchimp add-on http://www.wpdownloadmanager.com/download/mailchimp-subscription/
As it is an issue with your theme, may you please try changing theme or contact theme developer first.
Are you applying any lock option? [doc_preview] will not work for locked files.
not yet, but it is in our to do list 🙂
add following css code at the end of your theme css:
.modal-backdrop{
position: absolute !important;
}
@rajujat302026, Looks like the breadcrumb you using is coming form your theme and properly which dosn’t have such extensive options like wordpress seo ( https://wordpress.org/plugins/wordpress-seo/ ) breadcrumb, If you are not using WordPress SEO, then you need to customize the theme’s breadcrumb code.
that will require customization in code.
@infoprojectready-com, unlocked, you also can get the other license key from your order page now.
Yes, it will show subcategories only.
replace order="asc|desc" with order="asc" or order="desc" and order_by="field-name" with order_by="date"
Yes, it is working fine now.
change to 644 and also make /download-manager/cache dir writable
From your breadcrumb settings “Taxonomy to show in breadcrumbs for:” “Downloads” From Dropdown Select “Category”, then you will see like this after Google re-cache it:

You can use this add-ons to generate short-code for showing new packages, but if you want to add package with main loop and default query, it will require some customization in code.
Add following code at the end of download-manager.php:
function wpdmpro_in_home_loop( $query ) {
if ( is_home() && $query->is_main_query() )
$query->set( 'post_type', array( 'post', 'wpdmpro') );
return $query;
}
add_filter( 'pre_get_posts', 'wpdmpro_in_home_loop' );
I tried with testbulkimport.csv in your site, it worked and package added, check last page in your package list. Please prepare data properly like in that file, that should work great
I disabled lines #148 & #149 in wpdm-functions.php
//if ( function_exists( 'apache_setenv' ) )
// @apache_setenv( 'no-gzip', 1 );
open “Screen Options” from right top corner, you can show/hide columns from there.
For that, please enable email lock from lock option tab. Docs: http://www.wpdownloadmanager.com/doc/add-new-package/lock-options/
Then you can see who downloads from Downloads Subscribers tab