Forum Replies Created
Viewing 5 posts - 1 through 5 (of 5 total)
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
Hi vfxadmin, i just talked to the life support and all you have to do is to diable bootstrap in funktions.php. You can comment the following part and everything works fine…Maybe we have to look for a more responsive theme but this helps for the first.
/*
if(get_option(‘wpdm_exclude_bootstrap’)==0){
wp_enqueue_style(‘wpdm-bootstrap’,plugins_url().’/download-manager/bootstrap/css/bootstrap.css’);
wp_enqueue_style(‘wpdm-bootstrap-responsive’,plugins_url().’/download-manager/bootstrap/css/bootstrap-responsive.css’);
wp_enqueue_script(‘wpdm-bootstrap’,plugins_url().’/download-manager/bootstrap/js/bootstrap.min.js’,array(‘jquery’));
}
*/
Viewing 5 posts - 1 through 5 (of 5 total)