Hi folks!
I’ve been looking into plugin code and seems to me that the hook for this plugin wasn’t created… if I comment this two lines on file cf7_adb.class.php it works like supose to:
function enqueueLibs($hook){
//if($hook == 'contact_page_cf7-adb'){
wp_enqueue_style( 'cf7-adb', CF7ADBURL.'/lib/css/style.css' );
wp_enqueue_script( 'cf7-dataTables', CF7ADBURL.'/lib/js/jquery.dataTables.min.js', array(), '1.10.6', true );
wp_enqueue_script( 'cf7-script', CF7ADBURL.'/lib/js/cf7-script.js', array(), '1.0.0', true );
//}
}
Thank you for your work, Christian, this plugin helps me alot!