Site icon Catch Themes

Catch Responsive Child Theme

I downloaded and made a few color change to the main theme files a few days ago. Today I downloaded and successfully created a child theme and activated it. Unfortunately, my child theme does not not look the same as the main theme. My primary Sidebar that was created in main theme shows up as Footer 1 on the child theme and child theme is not showing slider updated I made to main theme. Here are the CSS and Functions Sheets from the Child Theme. style.css Theme Name: Catch Responsive Child Theme Theme URI: http://catchthemes.com/themes/catch-responsive Author: Catch Themes Team Author URI: http://catchthemes.com Description: Catch Responsive is an extremely flexible and customizable WordPress theme suitable for almost any kind of professional website. It is based on responsive design where each element has been carefully configured for perfect display on all devices and platforms. It is built in HTML5, CSS3 and WordPress Theme Customizer for real time customization. It comes with a wide variety of options so you can modify layout, styling, featured content, promotion headline, featured slider, pagination, icons, menus, breadcrumb, widgets and much more, directly from theme customizer. This theme is translation ready and also currently translated in Swedish. Check out Theme Instructions at http://catchthemes.com/theme-instructions/catch-responsive/, Support at http://catchthemes.com/support/ and Demo at http://catchthemes.com/demo/catch-responsive/ Version: 2.1 License: GNU General Public License, version 3 (GPLv3) License URI: http://www.gnu.org/licenses/gpl-3.0.txt Tags: black, gray, silver, white, dark, light, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, front-page-post-form, post-formats, sticky-post, theme-options, threaded-comments, translation-ready Text Domain: catchresponsive Template: catch-responsive /* =Child Theme Custom CSS -------------------------------------------------------------- */ functions <?php /** * Child Theme functions and definitions * */ /** * Loading Parent theme stylesheet * */ add_action( 'wp_enqueue_scripts', 'catchresponsive_child_enqueue_styles' ); function catchresponsive_child_enqueue_styles() { wp_enqueue_style( 'catchresponsive-parent-style', get_template_directory_uri() . '/style.css' ); } What am i missing? Here is the file path: /public_html/wp/wp-content/themes with the two folders for main and child inside themes. Thanks and let me know. Brian
Exit mobile version