If all you have in your child theme is a style.css file and a functions.php file. I would suspect an issue in functions.php.
if you used the information on this page Wodpress Child Themes to create your child theme. Then I would suspect an issue with your function names. Try appending your initials to the begging of all your function names and the hook call backs.
Related Posts:
- add sidebar area to header of child theme
- Twentyten Child Theme: header images display messed up in admin panel
- Skeleton Child Theme Add Icon Bar to Header Flex Grid
- Randomizing wp_tag_cloud() in child theme
- Where do I go to edit this area? [closed]
- How to remove font awesome from loading in wp theme
- How would I correctly implement a new if statement in a child functions file?
- Will dequeueing in child theme functions.php file prevent Google Fonts from loading?
- post_row_actions filter from parent theme not executing in child theme
- get_template_directory_uri pointing to parent theme not child theme
- Redeclare a function in a child theme
- Is it possible to remove the “standard” post format?
- One Child Functions.php for Multiple Child Themes
- Removing custom background and header feature in child theme
- How to override function in functions.php of parent theme?
- override parent theme configuration in child functions.php
- Modify search function in WordPress (TwentyTwelve)
- syntax for remove_filter in parent theme with class
- How to customize search result page title?
- Function in Child Theme not overriding Parent Theme function [duplicate]
- Removing Unnecessary Text from Admin Menu without CSS
- Display WordPress Search
- How to add a rel attribute to images that contains their categories?
- Preferred Use of home_url()?
- Custom function for user register in wp?
- Overriding a theme redux file in child theme
- Using the child theme functions.php to change the customizer.php on parent theme
- Child theme functions.php not executing
- Make “sidebar template” the default template for new pages
- override parent theme configuration in child functions.php
- wp_enqueue JavaScript in child-theme (ReferenceError) using Search & Go
- Refactor create_function
- adding custom classes for tables
- Customizer field value into functions.php variable
- Best practice when altering a parent theme function inside a child theme?
- wp_dropdown_categories and custom attribute
- Creating a child theme – functions.php code issue
- is_customize_preview() like function to check if Customizer “Live Preview” in JavaScript
- Overwriting Parent Theme’s Image Sizes
- How to customly read JWPlayer’s “Playlist” items by using its “playlistid”?
- Include default functions and methods
- Hard-coding custom menu elements for menu manager
- How can I modify all existing tags while keeping the urls themselves?
- IF Statement on Button to make it complete and “uncomplete” based on user action / click
- Gravity Forms Button Text
- Find resources dynamically loading and change or add to the url
- When sale price is 0.00 show only regular price
- Please Explain the Importing Process of Multiple Stylesheets for Child Themes
- Reuse variable in hook callback
- Move Custom Fields on General Settings Page to New Location
- How to load parent theme template parts in child theme
- How to modify files inside wp-includes directory in wordpress
- Running script based on Category
- How would I go about replacing this function in my child theme located in inc/template-tags.php
- Condition OR for current user ID
- How to retrieve the current post’s generated featured image size?
- Not all CSS elements transferring via parent to child?
- Custom Behavior when Adding New Custom Post Type in Dashboard
- Why There Is No “get content by ID” Function
- Wp-query Order By problem
- Create custom function for hero image
- How to append classname to body tag if guest user
- Replace plugin function with a custom function?
- Parent theme styles overriding child theme CSS [closed]
- How to remove admin footer text from inside child theme?
- How to store a number (coming from cookie) into query vars for later usage in other filters?
- Problem with images URL after filter applying
- How to overwrite template.php file
- remove_action not working, even after changing priority [duplicate]
- Removing parent theme CSS without editing parent theme
- Function to replace comment’s accented characters before posting
- Change custom featured image size in twentythirteen child theme
- Looking for Functions File that doesn’t Exist
- Include widget file in functions.php of child theme
- How to replace ACTION url from original wordpress login form?
- Save_post – Warning: Cannot modify header information
- Add Javascript code to functions.php childtheme
- How to use WP conditional tag in a functions.php with OCEANWP Theme?
- Modifying a WordPress Plugin
- CF7 select value get to function and reciept value from function
- External api call and make global variable for any page visitor enters , page-home, page, single etc
- CSS style and app.js not loading
- How to add javascript code into Divi child theme?
- Parent category as WOOCommerce Categories widget title
- Woocommerce custom calculation function
- Remove all video attachment, both files and post/postmeta from database?
- Including admin-options.php file in Child Themes
- uninstall a theme programmaticlly
- How to make an If Else on Excerpt Filter
- Adding a meta box fields to child theme options page
- Update add_image_size
- Load a Child Theme’s style.css just before the closing tag
- Blank child theme – functions.php problem
- functions.php / replacing div’s with new ones?
- Post variables not displaying correctly in custom function
- Child Theme not working – CSS gone
- How to fix enqueue_styles error for a twenty-seventeen childtheme
- How to crop image in WordPress with aspect ratio for any size of image
- Customizer cuistom CSS Priority ordre Issue
- Copy and Modified WooCommerce function is_coupon_valid [closed]