• 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:		 https://www.websitebundles.com/
    Description:	 Theme by Site <a href=\"https://childthemegenerator.com/\">https://childthemegenerator.com/</a>
    Author:			 WebsiteBundles
    Author URI:		 https://childthemegenerator.com/
    Template:		 eightstore-lite
    Version:		 1.0.0
    Text Domain:	 EightStore-Lite-child
    -------------------------------------------------------------- */ 
    
    /* =Theme customization starts here
    ------------------------------------------------------- */

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Home Slider Not Appearing in Child Theme’ is closed to new replies.