Looking at the id’s in your rendered code, the name of your parent style seems to be ‘basic-css’. That would mean you need array('basic-css')
as the dependency in your wp_enqueue_style
.
However, in the code the child style seems to be called ‘defaultbasic-css’, while you enqueue it as ‘child-style’. So it looks like there is some relevant code missing.
Related Posts:
- Is it possible to disable a function of a parent theme?
- How to override an unpluggable parent theme function?
- How do I remove a require_once admin panel from the parent theme from the child theme functions.php?
- Copyright info change in Theme Child PHP
- Add footer.php to WordPress child theme
- Setting up the child theme so as to enable right-to-left WordPress?
- Enqueue less file not working in child theme?
- How to override a non pluggable and non hookable function in a WordPress parent theme?
- Understanding WordPress child theme custom JS loading
- Understanding child theme functions.php
- Overriding a theme redux file in child theme
- Adding tawk.to code just before body tag on functions.php file
- WordPress child theme fails to override parent navigation menu in /inc/structure/header.php
- Parent theme CSS overriding child CSS rules
- How to style options page in dashboard?
- Need help enqueueing webfonts
- responsive.css in the WordPress should be prioritized
- How to change menu labels
- Copyright info change – Corporate Plus Theme PHP [closed]
- linking stylesheets and scripts with functions.php
- get_template_directory adding FTP root folders in urls
- How to: Conditionally Enqueue JS and Stylesheets, for Custom Post Type (Single and Archive Templates)
- How do I check or test a WordPress Auto Year Change Script?
- How to have different site identity logos on each page on Astra Theme [closed]
- Removing “Powered by” footer using child theme PHP [closed]
- Overide Variable in Child Theme
- How to make a cookie be on the whole site instead of being on a specific page/
- using wp enqueue style to create a CSS file specifically for a page template
- How to style injected code in header section?
- Child Theme’s Read More Text
- Enqueueing a code block from an options framework
- Need advice on theme customizer and child themes
- Why would the child theme load in the Customize preview, but not on the site itself?
- Proper way to remove html code on child theme
- remove_action from parent theme using child theme functions.php
- File from parent theme imported to child theme doesn’t work – any ideas?
- Problem with displaying CSS Stylesheets – Am I adding them correctly in my wordpress child theme?
- How to change this ajax function to submit to the default wordpress content area instead of the custom field ‘seller notes’?
- Child theme overirde template-tags in a theme built on underscores in inc/template-tags
- PHP “warning include_once(): Failed to open stream” Simple HTML DOM in WordPress Child Theme
- Removing get_template_part in child theme
- Modify arguments for parent theme’s `wp_register_style` via child theme
- WordPress Infinite Scroll without using any plugin
- How to remove a metabox from menu editor page?
- How to overwrite youtube embed?
- How to add SVG icon above product tab title
- Generating add_settings_section() calls dynamically
- Remove query string specific key value
- is_page “range” for if statement?
- jQuery not defined
- Converting HTML Template to WordPress Theme
- Add data attribute to each li in menu
- Prev/Next child navigation for current page modifications?
- Adding rel tag to all external links
- How can I apply_filters from inside a function?
- Populate editor with some content of a page with a page template
- I want to load in a new class but only if the current page is single-movies.php
- Skt full width basic slideshow problem
- How to make container class in PHP
- How to create an ACF shortcode with Repeater Field in WordPress? [duplicate]
- How to show/hide php table rows based on the content of custom fields
- How to call multiple functions from multiple files into a WordPress page template [closed]
- Prev/Next Links Broken on Static Front Page Pagination
- What is the best way to define constant options for a theme?
- Is there a built-in function to generate multiple paragraph tags based on a string with new line separators?
- How to add no follow to specific links?
- Function for simple math doesn’t work what am I doing wrong? [closed]
- How to hide the author box of a specific user?
- Add date before entry title in Twenty Twelve
- How do i wrap woocomerce attribute in list?
- Removing files programmatically
- Extract and display user infromation on an automatically created page
- How can I assign separate stylesheets to different pages?
- Programmatically revert to backup .htaccess a possibility?
- Execute PHP code only with specific user role
- WordPress User Meta value variable into Google Gauge Chart
- PHP function for horizontal Woocommerce thumbnails and badges
- Embed video from streamtape using direct link
- Is there a PHP function that will return the block ID generated by WordPress?
- Creating a Function and Call It
- WooCommerce display price before add to cart [closed]
- Show sidebar only to author of post
- how to add custom select field to wordpress edit page
- How to Change Site Elements based on referring URL
- how to use 2 index.php file One for mobile and one for desktop
- How to override html codes in wordpress?
- Theme editing “post thumbnail” help
- How to Request a User to Register on Landing at a Site, Then Automatically Delete the Users Password on Logout?
- Matching multi user
- Where can I find the declaration of `$_wp_theme_features`?
- redirect 301 with special character like WIX site “#!”
- auto metakey value on post tile
- How do I routinely extract the thumbnail of the most recent post?
- How I can add div to menu?
- Modify category archive page loop on functions.php
- How to print redirected query string variables to the page?
- Admin-area broken through weird issues
- Check if values exists DB
- If I define a variable in header.php, how do I make it available to templates?
- How to modify this function to exclude also the post belonging to a specific category?