• Resolved sjackson4430

    (@sjackson4430)


    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=3

    But 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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • wp_enqueue_scripts just enqueue’s a script for use, it does not display content.

    Thread Starter sjackson4430

    (@sjackson4430)

    So my question is, when I remove that line, why does it fix the issue? I can remove it now, so you can see what Im talking about, but when I remove it messes up the format of my site.

    Thread Starter sjackson4430

    (@sjackson4430)

    I just resloved the issue by disabling the HTML5 Swiffy Insert plugin, I was trying to implement the html5 banner using this at first with no luck. Now it seems to be the issue of my problems. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘html5 not rendering unless I remove wp_enqueue_scripts from default-filter.php’ is closed to new replies.