I’m not sure but it might have something to do with the html5blank_protocol_relative()
function used by HTML5 Blank Theme.
You could try removing the filters at L# 382 & 383 of the functions.php
file.
// Protocol relative URLs for enqueued scripts
add_filter( 'script_loader_src', 'html5blank_protocol_relative' );
// Protocol relative URLs for enqueued styles
add_filter( 'style_loader_src' , 'html5blank_protocol_relative' );
The problem shouldn’t be related to the wp_head()
call, since the starter theme already has it in place.
Related Posts:
- My scripts-bundle.js file is getting sent to the browser as a stylesheet css file. Help!
- Add js into a theme [closed]
- What’s a good way to unenqueue all scripts for a single template page?
- Enqueue custom css file on specific page
- Is it good practice moving the main stylesheets after the plugin styles?
- Changing URL of scripts, scripts outside theme folder?
- Understanding wp_enqueue_style
- Enqueue All Stylesheets Found In a Theme Folder
- Adding admin-ajax.php to the frontend. Good or bad idea?
- what the best way to include images from the template’s images folder?
- How do I add support to my theme for custom menus?
- How do I white label my self-hosted site created by wordpress?
- How do I add a new string to a .po or .pot file?
- Free/Open-Source Theme Frameworks as an Alternate to Thesis? [closed]
- can require “themefolder/includes/widgets.php” in “themefolder/functions.php” yet widgets.php doesn’t run
- Multisite: setting theme and options when a new blog is created
- How to use scss in wordpress theme?
- How to get Ajax into a theme – without writing a plugin?
- How to attach region identifier to a pretty url?
- WordPress as Backend, Laravel Front End: How to connect Routes?
- How to get themes from wordpress.com per SVN? [closed]
- Edit raw HTML of the landing page
- single.php change into a modal popup bootstrap wordpress
- remove rel=next on home page but not others
- get_header(‘header2’) not working properly in child themes
- How do you create a custom WPTouch theme?
- Added a new template file to a theme – get Call to undefined function error
- Theme broken after upgrading to WordPress 4.5, missing stylesheet?
- Working with an Array inside Your Theme Options Array – Multiple Values
- WordPress Theme for Video Showcase [closed]
- Do not show excerpt in post content
- How to understand a specific bit of WordPress syntax
- How to unset comment_notes_before field in WordPress comment_form
- Widgets menu does not appear under “Appearance” in dashboard
- Calling widget via function in themes files (hard code)
- What’s the order of loading wordpress elements?
- How to add pagination to my code?
- Creating new templates in child themes breaks layout
- Child theme not working after Parent Theme Update
- How to loop over wp_get_themes() and create an array of themes name
- Combining wordpress themes
- how to use the slide show of Skylark in showcase?
- Switching to a child theme
- CSS Start Fresh option on; main.css still being loaded [closed]
- When creating a WordPress site how can you create different versions of the site with different themes?
- Depending on third party plugins for theme functionality
- Twenty Twelve theme search returns Nothing Found
- Finding and disabling ‘rogue’ stylesheet from header: Source Sans Pro
- after_setup_theme is called three times
- Losing all my text and entries on ColorWay Theme
- Functions containing parameter ‘yourtheme’
- WordPress front page empty, however, there is content on website
- How do I remove ‘Active Theme’ section from Customizer?
- Cant remove white space on my wordpress [closed]
- Blank line before doctype
- WordPress Baskerville 2 translation
- .PO file is found but I don’t see translations: how to debug the problem?
- How To Show Different Footers For Different Post Types Pages?
- An unexpected error occurred when add theme
- Searching for themes that post full article on home page by default
- Uploading new version of theme fails, folder already exists
- Posts & page twice display
- Why I can’t load my JavaScripts using an hook inside my functions.php file?
- How to get ONLY the URL of the image that show_media_header returns?
- Create Custom Attachment Template That is Processed from Plugin Folder?
- How to include stylesheet in custom admin using parent_slug
- How would I got about calling a php file every time someone publishes a new post?
- Custom theme – pages in menu
- remove preloader in WordPress theme [closed]
- Flexslider in child theme
- How to edit the default comment title?
- Why my function.php file in theme delete automatically? [closed]
- How to reverse the pagination numbers of an archive?
- Theme translates the_author_posts_link. How can I remove their translation?
- theme installation not working
- Theme CSS missing completely
- How to implement this layout?
- WordPress customizer extremely slow, cant work in it
- Missing privacy policy checkbox on login page (using Enfold theme)
- How exactly does WordPress load themes from api.wordpress.org?
- Themes don’t show up in the dashboard -> Appearance -> Themes
- Let custom text widget use the same font as the theme
- SSL errors when I activate my custom theme
- Theme-based character encoding issue
- How to show taxonomy in WordPress shortcode
- “Template is missing” install error on non-child theme
- Create a live demo gallery for themes
- No “available widgets” (wordpress 3.2.1 multisite)
- How to create a second index.php?
- Lightword Theme – only one menu item
- how to use Easy Docs theme to write a book?
- Errors while Loading Most Recent Version of jQuery
- How to create an Single-Portfolio page?
- 2 WP websites same content different themes
- How is WordPress child related to Buddypress child theme
- “Parse error: syntax error, unexpected” and the WordPress Theme Editor no longer working!
- Define a Custom Template Part As A Widget Area
- Changing Sidebar In 2023 Theme
- Help with Divi logo not appearing for 10s
- How to clone a theme template from within WordPress? [closed]