Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bmarshall511/hello-elementor-child
- Owner: bmarshall511
- Created: 2020-04-27T12:38:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-12T19:54:36.000Z (about 3 years ago)
- Last Synced: 2024-09-27T14:41:26.944Z (3 months ago)
- Topics: elementor, elementor-page-builder, elementor-plugin, elementor-pro, wordpress, wordpress-boilerplate, wordpress-child-theme, wordpress-development, wordpress-site, wordpress-starter-theme, wordpress-theme
- Language: PHP
- Homepage: https://github.com/bmarshall511/hello-elementor-child
- Size: 478 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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).