Site icon Catch Themes

Create Child Theme

Hi, I just purchased Decree Pro with great enthusiasm about implementing it into a website I've been creating. The overall design is precisely what my website needed. After downloading the theme, I wanted to install a child theme and make all my changes within it. I've done child themes in the past and never had issues, but with Decree Pro, for some reason the child theme isn't doesn't seem to render cleanly. I see areas of my website where funky stuff display instead of what should appear. I would enclose screen dumps of the funky issues I see with this forum, but you don't allow that option. Also, please respect my wishes in not highlighting my websites name on this forum in any manner so that a link is created back to my website from this forum. Here are the two child files I created for Decree Pro but need alteration in order to function correctly. Please alter the files in the ares that need correction so that Decree Pro looks stunning as it was designed. Thank you in advance for any help into this matter. Functions.php <?php /** * Child Theme functions and definitions * */ /** * Loading Parent theme stylesheet * */ add_action( 'wp_enqueue_scripts', 'decree_pro_child_enqueue_styles' ); function decree_pro_child_enqueue_styles() { wp_enqueue_style( 'decree-pro-parent-style', get_template_directory_uri() . '/style.css' ); } Style.css Theme Name: Decree Pro Child Theme Theme URI: https://catchthemes.com/themes/decree-pro/ Author: Catch Themes Team Author URI: http://catchthemes.com Description: Decree Pro is an advanced version of Catch Decree free theme. Catch Decree Pro 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 comes with a wide variety of options so you can modify layout, styling, colors, fonts, featured content, promotion headline, featured slider, pagination, icons, menus, breadcrumb, widgets and much more, directly from theme customizer. This theme is translation ready. Check out Theme Instructions at http://catchthemes.com/theme-instructions/catch-decree-pro/, Support at http://catchthemes.com/support/ and Demo at http://catchthemes.com/demo/catch-decree/ Version: 1.0 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, three-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: decreepro Template: decree-pro /* =Child Theme Custom CSS
Exit mobile version