html5 not rendering unless I remove wp_enqueue_scripts from default-filter.php
-
I followed the instructions here and finally got my html5 banner working with the standard theme by 8BIT Version 3.3.5, yay!
http://ww.wp.xz.cn/support/topic/embedding-an-html5-banner?replies=3But the banner wont render correctly unless I remove the the wp_enqueue_scripts line below from /wp-includes/default-filter.php
// Actions
add_action( ‘wp_head’, ‘wp_enqueue_scripts’, 1 );I currently have that line in place, so thats why my html5 is frozen and doing nothing.
I tried to remove the script thats causing the issue from functions.php with no luck. Tried Chrome IE and Firefox with the same results.
The site is hosted at http://creepychrisproductions.nfshost.com/
Im new to wordpress, so can anyone please give me some direction on this, thank you.
The topic ‘html5 not rendering unless I remove wp_enqueue_scripts from default-filter.php’ is closed to new replies.