Jquery UI CSS Missing 404
-
line 112
wp_enqueue_style('hsfaq-jqueryui', 'hs-simple-faq/inc/css/jquery-ui.css');
Should be
wp_enqueue_style('hsfaq-jqueryui',plugins_url( 'hs-simple-faq/inc/css/jquery-ui.css' ));
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Jquery UI CSS Missing 404’ is closed to new replies.