Forum Replies Created
:-s now we are moving to cpt where search functionality will be changed again.
@livewiredesign, try now
actually we are moving to custom post type on next update, and we are almost done with it, hopefully download will be available within next month. Everything will be ok there.
please send temporary wp-admin login info to support@wpdownloadmanager.com
sorry, correct short-code is:
[wpdm_category id="1980-tour" item_per_page=10 order_by="create_date" order="ASC"]
actually its server side tracking, should be browser independent. Anyhow I’m checking it with safari.
please send network admin login to support@wpdownload,amaher.com, i’ll check the issue
please make download-manager/cache/ dir writable.
please mail an url to support@wpdownloadmanager.com where you got the download is not working, so that we can check.
deactivate it from network admin. activate from sub-site only.
just tested this http://www.teachme.gr/downloads/21-09-2013-facebook-sweepstake-application-part-1/ and got limit is working fine.
looks like working fine for new package too http://www.mesoamericaregion.org/spa/download/new-package-1/
here you can read more details about custom post type: http://codex.wordpress.org/Post_Types
😀 however, I’m glad that its working fine for you.
add following code at the end of download-manager.php to execute short-code:
add_filter('widget_text', 'do_shortcode');
to resolve nextgen conflcit, please add following code at the end of download-manager.php:
function wpdm_skip_ngg_resource_manager($r){
return false;
}
add_filter('run_ngg_resource_manager', 'wpdm_skip_ngg_resource_manager');
@basilefanon, please give me your url to check
you need to translate those from /download-mamager/class.pagination.php , we missed to add those with translation file.
ok now. issue adjusted by disabling bootstrap.min.js
please send your site url too, got the login info but url is missing.