Glider WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Glider Parent WordPress Theme by Elegant Themes visit the Demo page.

Glider-child/style.css

/*
Theme Name: Glider Child
Template: Glider
*/

Glider-child/functions.php

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

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

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

Glider-child/js/view.js

 

Build information

  Ben // Glider-child // ID: #17357Apr 25 2019
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
850EBB2B9F8222A19D37D967600E7ED7 4KB

Folder Structure

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