eStore Child Theme Download
Be the first to +1 !Download the eStore WordPress Child Theme for eStore 5.1.18 parent WordPress Theme - Elegant Themes. Compatible with eStore Parent Theme listed under elegantthemes.com.

eStore Child Theme
Made by ChildThemeWP.com
Made by ChildThemeWP.com
Images for illustration purposes only. Read our risk warning before installing.
eStore WP Child Theme Code Snippets
WordPress eStore Child Theme .zip installation file information below.
eStore-child/style.css
/*
Theme Name: eStore Child
Author: ChildThemeWP.com
Author URI: https://childthemewp.com/estore/
Description: eStore WordPress child theme.
Template: eStore
Text Domain: eStore-child
*/
eStore-child/functions.php
<?php
add_action( 'wp_enqueue_scripts', 'enqueue_eStore_child' );
function enqueue_eStore_child() {
wp_enqueue_style('eStore-css', './eStore/style.css' );
wp_enqueue_style('eStore-child-css', './eStore-child/style.css');
wp_enqueue_script('eStore-child-js', './eStore-child/js/script.js', array( 'jquery' ), '1.0', true );
}
?>
eStore-child/screenshot.png (1200px x 900px)
<img src="./screenshot.png" alt="eStore child theme screenshot">
eStore-child/js/script.js
/* Javascript */
Build Information
functions.php |
style.css |
screenshot.png |
[dir] js/ |
» script.js |
Hash: c79ccaee3b30b7326778b298ca2d47e9 | ~4KB |
Folder Structure
Parent * | eStore/ |
Child ** | eStore-child/ |
* Required theme for this child theme to work | ** This child theme (download) |
---|
Comments