Replies: 0
I uploaded child theme for my woocommerce store theme EightStore Lite but unfortunately for some reason when I activate child theme, the home page slider does not appear. How may I fix that. I tried uploading the child theme again but it didn’t work so I disabled it and instead activated original theme.
Here is the code in child theme.
Functions.php
<?php
add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );
function my_theme_enqueue_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
}
?>
style.css
/*
Theme Name: EightStore Lite Child Theme
Theme URI: http://www.websitebundles.com/
Description: Theme by Site <a href=\"http://childthemegenerator.com/\">http://childthemegenerator.com/</a>
Author: WebsiteBundles
Author URI: http://childthemegenerator.com/
Template: eightstore-lite
Version: 1.0.0
Text Domain: EightStore-Lite-child
-------------------------------------------------------------- */
/* =Theme customization starts here
------------------------------------------------------- */