Logistix WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Logistix Parent WordPress Theme by ninzio visit the Demo page & Info page.

logistix-child/style.css

/*
Theme Name: Logistix Child
Template: logistix
*/

logistix-child/functions.php

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

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

<img src="./screenshot.png" alt="logistix child theme screenshot">

logistix-child/js/view.js

 

Build information

  Ben // logistix-child // ID: #17070Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
0EEB61D4550D512B70C906AC9BA8D428 4KB

Folder Structure

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