• Why am i unable to create child theme for Convac Lite
    i am getting a msg.

    “The parent theme is missing. Please install the “Convac Lite” parent theme.”
    Even though this is my active theme i am getting this error.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The first thing to check would be the Template: line in your style.css. It must contain the folder name of your parent theme, and capitalization matters.

    Tanay

    (@tanaykhandelwal-1)

    hello babramitabh,
    refer:- Child_Themes

    The code for convac-lite-child >> style.css

    /*
     Theme Name:   Convac Lite Child
     Theme URI:    https://www.sketchthemes.com/themes/convac-responsive-multi-author-blogging-theme/
     Description:  Convac Lite Child Theme
     Author:       SketchThemes
     Author URI:   https://www.sketchthemes.com
     Template:     convac-lite
     Version:      1.0.5
     License: GNU General Public License v2.0
     License URI: https://www.gnu.org/licenses/gpl-2.0.html
     Tags: blue, gray, orange, pink, purple, dark, light, two-columns, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-colors, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
     Text Domain:  convac-lite-child
    */

    The code for convac-lite-child >> functions.php

    <?php
    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
    function theme_enqueue_styles() {
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
    
    }

    mark ticket as resolved if you get the solution. So that others can find this helpful.

    Have a nice day!!!

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