Contributors: elemntor, KingYes, ariel.k, jzaltzberg, mati1000, bainternet
Requires at least: 4.7
Tested up to: 5.6
Stable tag: 2.3.1
Version: 2.3.1
Requires PHP: 5.6
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 site's admin panel, go to Appearance > Themes and click
Add New. - Type "Hello Elementor" in the search field.
- Click
Installand thenActivateto start using the theme. - Navigate to Appearance > Customize in your admin panel and customize to your needs.
- A notice box may appear, recommending you to install Elementor Page Builder Plugin. You can either use it or any other editor.
- Create a new page, click
Edit with Elementor. - Once the Elementor Editor is launched, click on the library icon, pick one of the many ready-made templates and click
Insert. - Edit the page content as you wish, you can add, remove and manipulate any of the elements.
- Enjoy :)
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 use a child theme.
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_enqueue_styleenqueue stylehello_elementor_enqueue_theme_styleload theme-specific style (default: load)hello_elementor_load_textdomainload theme's textdomainhello_elementor_register_menusregister the theme's default menu locationhello_elementor_add_theme_supportregister the various supported featureshello_elementor_add_woocommerce_supportregister woocommerce features, including product-gallery zoom, swipe & lightbox featureshello_elementor_register_elementor_locationsregister elementor settingshello_elementor_content_widthset default content width to 800pxhello_elementor_page_titleshow\hide page title (default: show)hello_elementor_viewport_contentmodifycontentofviewportmeta in header
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: Improved UI for table elements
- Tweak: Added support for Gutenberg Wide and Full image formats
- Tweak: Added font smoothing
- Tweak: Added compatibility declaration for WordPress v5.6
- Fix: Font glitches in editor-style.css (#128)
- Tweak: Removed caption centering by default to allow alignment using Elementor (Props @cirkut)
- Tweak: Removed
text-alignproperty from table elements to avoid alignment issue in RTL websites (Props @ramiy) - Tweak: Added
input[type="url"]to CSS reset rules (#109) - Tweak: Update
Tested Up to 5.4
- Fix: Conflicts with minifier
cssnanoand CSS animations (Props @CeliaRozalenM) - Fix: Max-width propety is missing in
_archive.scss(Props @redpik)
- Tweak: Added max width to
wp-caption(#91) - Tweak: Added support of
wp_body_open
- Tweak: Added viewport content filter (#49)
- Tweak: Added support Hide Title in Elementor
- Tweak: Adhere to TRT's Theme Sniffer
- Tweak: Added theme version to enqueued styles
- Tweak: Remove header tags with
hello_elementor_page_titlefilter
- Tweak: Rename
Install Elementor Nowbutton toInstall Elementor
- New: Added basic theme styling
- New: Added tagline under the site name in header
- New: Added
hello_elementor_page_titlefilter for show\hide page title - New: Added
hello_elementor_enqueue_theme_stylefilter for enqueue theme-specific style - Tweak: Hide site name & tagline if logo file is exist
- Tweak: Hide default page list when there is no primary menu
- Tweak: Removed
#maininarchive.php,single.php,search.php&404.phpfiles - Tweak: Removed
#site-headerinheader.phpfile - Tweak: Replaced
#top-menuwith.site-navigation - Tweak: Removed custom SCSS directory, it is recommended to use child theme instead of editing parent theme
- Tweak: Added nextpage support to
single.php - Tweak: Keep both original and minified css files
- Tweak: Removed
flexible-header,custom-colors,editor-styletags
- Tweak: Removed irrelevant font family from
$font-family-base - Fix: Minified
style.cssfor 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-readytag fromstyle.css
- Tweak: Removed
accessibility-readytag
- Tweak: Added
hello_elementor_content_widthfilter, 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_textdomainfilter for load theme's textdomain - New: Added
elementor_hello_theme_register_menusfilter for register the theme's default menu location - New: Added
elementor_hello_theme_add_theme_supportfilter for register the various supported features - New: Added
elementor_hello_theme_add_woocommerce_supportfilter for register woocommerce features, including product-gallery zoom, swipe & lightbox features - New: Added
elementor_hello_theme_enqueue_stylefilter for enqueue style - New: Added
elementor_hello_theme_register_elementor_locationsfilter 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