Hi, Ed. Found the problem. Bootstrap.min.js was being loaded twice. I’ll post the fix here in case someone else has the same problem. Regards -Nathan
—–
If you’re using WP Download Manager and are experiencing problems with modals, find and comment out the following line in WPDM Pro’s functions.php file:
wp_enqueue_script('wpdm-bootstrap',plugins_url().'/download-manager/bootstrap/js/bootstrap.min.js',array('jquery'));
While you’re at it, comment out the following lines as well:
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');
‘Hood loads these already.