Contributors: elemntor, KingYes, ariel.k, jzaltzberg, mati1000, bainternet
Requires at least: WordPress 4.7
Tested up to: WordPress 5.2
Stable tag: 2.0.7
Version: 2.0.7
Requires PHP: 5.4
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
A lightweight, plain-vanilla theme for Elementor page builder.
Hello Elementor is distributed under the terms of the GNU GPL v3 or later.
A basic, plain-vanilla, lightweight theme, best suited for building your site using Elementor page builder.
This theme resets the WordPress environment and prepares it for smooth operation of Elementor.
Screenshot's images & icons are licensed under: Creative Commons (CC0), https://creativecommons.org/publicdomain/zero/1.0/legalcode
- In your admin panel, go to Appearance > Themes and click the 'Add New' button.
- Type in 'Hello Elementor' in the search form and hit the 'Enter' key on your keyboard.
- Click on the 'Activate' button to use your new theme right away.
- Navigate to Elementor and start building your site.
Most users will not need to edit the files for customizing this theme. To customize your site's appearance, simply use Elementor.
However, if you have a particular need to adapt this theme, please read on.
All of your site's styles should be handled directly inside Elementor. You should not need to edit the SCSS files in this theme in ordinary circumstances.
However, if for some reason there is still a need to add or change the site's CSS, please pay attention to the following:
- Files located under
reset
directory, should NOT be edited directly - In order to change any of the values defined in
preset/variables.scss
, add your style code tocustom/pre_default.scss
- Any new SCSS files should be located under
custom/
directory, and imported incustom/custom.scss
Remember that any SCSS change requires re-generating the theme's css files.
To prevent the loading of any of the these settings, use the following as boilerplate and add the code to your child-theme functions.php
:
add_filter( 'choose-from-the-list-below', '__return_false' );
hello_elementor_load_textdomain
load theme's textdomainhello_elementor_register_menus
register the theme's default menu locationhello_elementor_add_theme_support
register the various supported featureshello_elementor_add_woocommerce_support
register woocommerce features, including product-gallery zoom, swipe & lightbox featureshello_elementor_enqueue_style
enqueue stylehello_elementor_register_elementor_locations
register elementor settingshello_elementor_content_width
set default content width to 800px
Does this theme support any plugins?
Hello Elementor includes support for WooCommerce.
Can Font Styles be added thru the theme's css file?
Yes, but best practice is to use the styling capabilities in the Elementor plugin.
This theme, like WordPress, is licensed under the GPL. Use it as your springboard to building a site with Elementor.
Hello Elementor bundles the following third-party resources:
Font Awesome icons for theme screenshot License: SIL Open Font License, version 1.1. Source: https://fontawesome.com/v4.7.0/
Image for theme screenshot, Copyright Jason Blackeye License: CC0 1.0 Universal (CC0 1.0) Source: https://stocksnap.io/photo/4B83RD7BV9
- Tweak: Added nextpage support to
single.php
- Tweak: Keep both original and minified css files
- Tweak: Removed
flexible-header
,custom-colors
,editor-style
tags
- Tweak: Removed irrelevant font family from
$font-family-base
- Fix: Minified
style.css
for better optimization
- New: Inroducing Hello Theme Child
- Tweak: Enqueue only parent theme stylesheet
- Tweak: Added admin notice box for recommending Elementor plugin
- Tweak: Removed
accessibility-ready
tag fromstyle.css
- Tweak: Removed
accessibility-ready
tag
- Tweak: Added
hello_elementor_content_width
filter, as per WordePress best practice
- Tweak: Updated theme screenshot (following comment by WP Theme Review team)
- Tweak: Updated theme screenshot (following comment by WP Theme Review team)
- Tweak: Add Copyright & Image and Icon License sections in readme (following comment by WP Theme Review team)
- Tweak: Remove duplicated call to
add_theme_support( 'custom-logo')
- Tweak: Readme file grammar & spelling
- Tweak: Update
Tested Up to 5.2
- Tweak: Change functions.php methods names prefix from
hello_elementor_theme_
tohello_elementor_
- Tweak: Change hook names to fit theme's name. Old hooks are deprecated, users are urged to update their code where needed
- Tweak: Update style for
img
,textarea
, 'label'
- New: Added editor-style.css for Classic editor
- Tweak: A lot of changes to match theme review guidelines
- Tweak: Updated theme screenshot
- Tweak: Removed padding reset for lists
- New: Added SCSS & do thorough style reset
- New: Added readme file
- New: Added
elementor_hello_theme_load_textdomain
filter for load theme's textdomain - New: Added
elementor_hello_theme_register_menus
filter for register the theme's default menu location - New: Added
elementor_hello_theme_add_theme_support
filter for register the various supported features - New: Added
elementor_hello_theme_add_woocommerce_support
filter for register woocommerce features, including product-gallery zoom, swipe & lightbox features - New: Added
elementor_hello_theme_enqueue_style
filter for enqueue style - New: Added
elementor_hello_theme_register_elementor_locations
filter for register elementor settings - New: Added child-theme preparations
- New: Added template part search
- New: Added translation support
- Tweak: Re-write of already existing template parts
- Initial Public Release