Mobler Ecommerce WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Mobler Ecommerce Parent WordPress Theme by #netnus visit the Demo page & Info page.

mobler-ecommerce-child/style.css

/*
Theme Name: Mobler Ecommerce Child
Template: mobler-ecommerce
*/

mobler-ecommerce-child/functions.php

<?php
add_action('wp_enqueue_scripts', 'wp_child_theme');
function wp_child_theme()
{
      wp_enqueue_style('parent-stylesheet', './mobler-ecommerce/style.css');
      wp_enqueue_style('child-stylesheet', './mobler-ecommerce-child/style.css');
      wp_enqueue_script('child-scripts', './mobler-ecommerce-child/js/view.js', array('jquery'), '6.1.1', true);
}
?>

mobler-ecommerce-child/screenshot.png (1200px x 900px)

<img src="./screenshot.png" alt="mobler-ecommerce child theme screenshot">

mobler-ecommerce-child/js/scripts.js

 

Build information

  Ben // mobler-ecommerce-child // ID: #23189Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
411C1DBF3118F1035AA16DCE579F5122 4KB

Folder Structure

Parent *mobler-ecommerce/
Child **mobler-ecommerce-child/
* Required theme for this child theme to work
** This child theme (download)