Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #121552
    Will
    Participant

    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

    #121558
    tikaram
    Keymaster

    Hi will,

    Please download the child theme files from the following link. Your functions.php file had some issues that’s why it was not working properly.

    Child Theme Decree Pro : https://www.dropbox.com/s/2mwmc1yu384f533/decree-pro-child.zip?dl=0

    Let me know if you have any further issues.

    Regards,
    Tikaram

    #121673
    Will
    Participant

    Thank you tikaram for your timely reply and support. The functions.php file in the dropbox link you mention in your reply is identical to the one I sent in this forum. I double checked it, word for word.

    Could you please recheck what the fix was in functions.php that you saw and check it against what you enclosed in the dropbox to see where the changes need to take place?

    Thanks again
    Will

    #121782
    tikaram
    Keymaster

    Hello will,

    As I already mentioned that there was an error on your functions.php
    file. You have used Apostrophe instead of Prime symbol ( ' ' )
    that’s the reason behind the error.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Create Child Theme’ is closed to new replies.