You are using get_stylesheet_uri()
which links directly to your stylesheet, then your adding /style.css which is resulting in an invalid url.
So you need to remove the /style.css
.
Or use get_stylesheet_directory_uri()
and leave the /style.css
on there.
Related Posts:
- How to load scripts/styles specific for a page
- Not all CSS elements transferring via parent to child?
- Some questions about how proper add 2 CSS file in a WordPress theme?
- Parent theme styles overriding child theme CSS [closed]
- get_template_directory_uri() links to child theme not parent
- CSS style and app.js not loading
- Setting Up Child Theme To Take Priority
- Child Theme not loading multiple stylesheets
- remove_action on after_setup_theme not working from child theme
- Child theme – Overriding ‘require_once’ in functions.php
- TinyMCE custom stylesheets for different post types
- I created a child theme and it doesn’t work for some of the css files
- Enqueue styles after a plugin
- How to override enqueued styles using a child theme
- Register and enqueue style.css custom theme
- Enqueue Style Only On Certain Pages Not Working
- Echo tags used to describe the theme
- Child Theme files – what is needed?
- Problem only while using require_once() within functions.php
- Please Explain the Importing Process of Multiple Stylesheets for Child Themes
- different style sheet for just one page template
- Split Media Queries in different files!
- Can’t switch to a child theme using filters template, option_template and option_stylesheet
- I can’t add CSS with functions.php
- Theme JS is available but theme CSS isn’t
- Proper Way to Load stylesheet on Condition
- Default Nav Highlight
- Do we need to change our child function.php to require/include child dir files when we add an over-riding file.php into the child theme
- How to override this theme function in child theme
- get_template_directory() – references parent theme directory
- Page Template Won’t Load Correct CSS File
- Advanced method to control cache of enqueued style/script
- Add custom css file after plugin css with WordPress Child Theme functions.php
- How to reference different css (bootstrap) stylesheets for the header and body of a page?
- Stylesheet does not load despite functions.php
- How do I create a child theme from PowerMag theme
- How do I dequeue a Stylesheet, stored in an ‘Assets’ folder?
- Help with is_page() and calling css for specific pages in a Child Theme
- Getting back a blank WordPress site following functions code edit
- Preventing PHP Execution in Parent Theme
- Random text changing to weird icons in both admin & front end
- Functions.php in child theme that loads CSS file breaks website
- Should I use `get_stylesheet_uri()` or `get_template_directory_uri()` when calling my CSS Stylesheet?
- How do I make my child theme’s CSS update when I save it?
- How to fix enqueue_styles error for a twenty-seventeen childtheme
- wp_head not injecting css
- Proper way to load styles using a child theme
- get_template_directory_uri pointing to parent theme not child theme
- How to customize the_archive_title()?
- How to override parent functions in child themes?
- Adding a second email address to a completed order in WooCommerce [closed]
- Is there any global functions.php file which works for any theme?
- Include files in child theme functions file
- Display random categories on the front page (Finding and Editing Theme Functions)
- Redeclare a function in a child theme
- Why is the Child Theme Stylesheet Not Loading?
- How to override a function when isn’t at functions.php
- Child theme functions.php do I use php open and close tags?
- functions.php inject inline css
- Modify arguments for parent theme’s `wp_register_style` via child theme
- Load a Child Theme’s style.css just before the closing tag
- Changing the color of post title [closed]
- Is it possible to change parameters of Parent theme function in the Child theme?
- Why are my parent styles loading after my child styles?
- Register a widget area when a theme option has been saved?
- Blank child theme – functions.php problem
- Why does my visual post editor break when I try to add a TinyMCE button?
- unregister_sidebar in child theme not working
- Print all inline styles to head
- Unregistering custom tinymce plugin?
- Override parent theme function that is not hooked or in the functions.php file
- Syling Custom Fields echo’s from from functions.php
- How does child theme functions.php work with parent theme functions.php? Is it like CSS? [duplicate]
- functions.php / replacing div’s with new ones?
- using enqueue_script in a shortcode isn’t working
- Additional Sidebar
- adding navigation to genesis themes
- Browser stacks different versions of style.css
- Child theme after CSS modification
- Problem with Child-Theme using of foundation-framework [closed]
- How can I append and prepend something to all post hyperlinks without using ::before or ::after? PHP hook solution?
- Child Theme not working – CSS gone
- Image width issue in IE [closed]
- Add custom css to theme
- Why functions metaboxes is causing White Screen in Admin [closed]
- Which template file to edit to edit homepage in Mystile [closed]
- How to create my own style.css file in an wordpress child-theme
- Adding function to function.php error 505 [closed]
- Why don’t ‘wp_nav_menu’ CSS classes work until a menu is created?
- How to get postId from the argument $block when register_block_type()?
- My website is generating weired url parameters of paginated pages
- how to display custom taxonomies in front page
- Custom Theme Additonal CSS “” are transformed to “>” and “<”
- How to automatically load Google Fonts on pages only as they’re used?
- post_row_actions filter from parent theme not executing in child theme
- How to use webpack in WordPress theme? I want some scripts to load in the footer, some in the header and some with script parameters
- Child theme’s functions.php not being read (child theme’s autoload.php not being run)
- Override categories with Pages (block theme)
- Add custom css to specific user
- i recently bought a theme and when i try to activate it says (It appears wp_remote_get() function is disabled in your server. )