Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bmarshall511/hello-elementor-child

Get a jump start building WordPress themes using Hello Elementor Child, a child theme of Hello Elementor.
https://github.com/bmarshall511/hello-elementor-child

elementor elementor-page-builder elementor-plugin elementor-pro wordpress wordpress-boilerplate wordpress-child-theme wordpress-development wordpress-site wordpress-starter-theme wordpress-theme

Last synced: 2 months ago
JSON representation

Get a jump start building WordPress themes using Hello Elementor Child, a child theme of Hello Elementor.

Awesome Lists containing this project

README

        

# hello-elementor-child [![Build Status](https://travis-ci.com/bmarshall511/hello-elementor-child.svg?branch=master)](https://travis-ci.com/bmarshall511/hello-elementor-child)

> Get a jump start building WordPress themes using Hello Elementor Child, a child theme of [Hello Elementor](https://elementor.com/hello-theme/).

## Installation

### Install via Composer (recommended)

In the WordPress project root, run:
```
composer create-project bmarshall511/hello_elementor_child wp-content/themes/hello-elementor-child dev-master
```

### Manual Install

1. Download the theme.
2. Upload the *hello-elementor-child* folder to *wp-content/themes/*.
3. Download [gulp-starter](https://github.com/bmarshall511/gulp-starter).
4. Upload the *gulp-starter* folder the the *hello-elementor-child* theme folder and rename it to `assets`.
5. Install the required node modules in the assets folder by running `npm install` inside the directory.
6. Enable and make it the active, default theme.

## Development

For information on developing and compiling resources within the *assets* folder, see the [gulp-starter README.md](https://github.com/bmarshall511/gulp-starter/blob/master/README.md).