• Resolved Jonah Brown

    (@fishbaitbytes)


    Before I upgraded to WP 3.5 I was making a child theme with enqueue scripts. They showed just fine. My child theme is based off of twenty twelve.

    Now though they don’t show up in the source code at all on the frontend.

    http://pastebin.com/igADHfdZ

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What errors, if any, is the browser’s console throwing?

    Thread Starter Jonah Brown

    (@fishbaitbytes)

    There are non: http://honeycombdesignstudio.com/little-bee/

    You can check there.

    wp_register_script( 'littlebee-navigation', get_template_directory_uri() . '/js/navigation.js', '2.0', false );

    Unless you wanted to try and load something from the parent theme, I think that should be get_stylesheet_directory_uri() – not get_template_directory_uri().

    Thread Starter Jonah Brown

    (@fishbaitbytes)

    Actually in that case I was taking control of that file of the parent theme :). I did solve this last night. thanks for the help.

    It had to do with how I was naming the enqueue, I guess I wasn’t unique enough.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Child Theme enqueue scripts not working’ is closed to new replies.