/monicas

WordPress Child Theme

Primary LanguagePHP

Monicas Theme for Elementor

This is a WordPress Child Theme for Elementor's Hello Theme, developed and designed by Ilán Vivanco.

Set up of a new Child Theme

  1. In your site's admin panel, go to Plugins > Installed Plugins and click Add New.
  2. Install both Elementor and Elementor Pro plugins.
  3. Go to Appearance > Themes and click Add New.
  4. Type "Hello Elementor" in the search field.
  5. Click on Install.
  6. After that, Upload and Activate the files of this theme as a new child-theme.
  7. Navigate to Appearance > Customize in your admin panel and customize to your needs.
  8. Create a new page, click Edit with Elementor.
  9. Click the hamburger menu icon in the upper left corner of the Elementor Widget Panel, and click on Site Settings. Here you have options to control the Design System which consists of Global Colors and 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 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:

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