https://github.com/ilanvivanco/monicas
WordPress Child Theme
https://github.com/ilanvivanco/monicas
theme-development wordpress
Last synced: 2 months ago
JSON representation
WordPress Child Theme
- Host: GitHub
- URL: https://github.com/ilanvivanco/monicas
- Owner: IlanVivanco
- Created: 2022-08-18T11:58:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T11:58:58.000Z (almost 4 years ago)
- Last Synced: 2025-06-22T20:45:48.682Z (about 1 year ago)
- Topics: theme-development, wordpress
- Language: PHP
- Homepage: https://monicas.ilanvivanco.com/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monicas Theme for Elementor
This is a WordPress Child Theme for Elementor's Hello Theme, developed and designed by [Ilán Vivanco](https://www.ilanvivanco.com).
## Set up of a new Child Theme
1. In your site's admin panel, go to Plugins > Installed Plugins and click Add New.
1. Install both `Elementor` and `Elementor Pro` plugins.
1. Go to Appearance > Themes and click Add New.
1. Type "Hello Elementor" in the search field.
1. Click on Install.
1. After that, `Upload` and `Activate` the files of this theme as a new child-theme.
1. Navigate to **Appearance > Customize** in your admin panel and customize to your needs.
1. Create a new page, click Edit with Elementor.
1. Click the **hamburger** menu icon in the upper left corner of the `Elementor Widget Panel`, and click on [Site Settings](https://elementor.com/help/site-settings/). Here you have options to control the Design System which consists of [Global Colors](https://elementor.com/help/global-colors/) and [Global Fonts](https://elementor.com/help/global-fonts/), Theme Builder which consists of Typography, Buttons, Images, and Form Fields settings, Header and Footer customizations.
## Customizations
Please consult the [Elementor Developers Docs](https://developers.elementor.com/) on how to extend Elementor core.
### Available Hooks on Hello theme
To prevent the loading of any of the these settings, use the following by editting the `functions.php`:
```php
add_filter( 'choose-from-the-list-below', '__return_false' );
```
- `hello_elementor_enqueue_style` enqueue style
- `hello_elementor_enqueue_theme_style` load theme-specific style (default: load)
- `hello_elementor_load_textdomain` load theme's textdomain
- `hello_elementor_register_menus` register the theme's default menu location
- `hello_elementor_add_theme_support` register the various supported features
- `hello_elementor_add_woocommerce_support` register woocommerce features, including product-gallery zoom, swipe & lightbox features
- `hello_elementor_register_elementor_locations` register elementor settings
- `hello_elementor_content_width` set default content width to 800px
- `hello_elementor_page_title` show\hide page title (default: show)
- `hello_elementor_viewport_content` modify `content` of `viewport` meta in header
### Hello's Changelog
https://github.com/elementor/hello-theme#changelog