Fix for Chartboot and WP 4.0
-
Edit the charbootforwordpress.php file
add the line
wp_enqueue_script( 'jquery-ui-dialog' );
to the function LPCFW_EquequeScriptsThe whole function should look like this:
function LPCFW_EquequeScripts() { wp_register_script( 'custom-script', plugins_url( '/js/custom.js', __FI$ wp_enqueue_script( 'custom-script', array('jquery-ui')); wp_enqueue_script( 'jquery-ui-dialog' ); wp_enqueue_style ( 'wp-jquery-ui-dialog'); }
https://www.ads-software.com/plugins/chartboot-for-wordpress/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Fix for Chartboot and WP 4.0’ is closed to new replies.