Contributors: elemntor
Requires at least: WordPress 4.7
Tested up to: WordPress 5.0
Stable tag: 1.1.0
Version: 1.1.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
The theme for Elementor plugin.
A plain-vanilla theme, best suited for building your site using Elementor plugin. This theme resets the environment and prepares it for smooth operation of Elementor.
If you wish to customize your theme & site, just use Elementor!.
to prevent the loading of any of the following settings, add the following code to your child-theme functions.php:
add_filter( 'choose-from-the-list-below', '__return_false' );
elementor_hello_theme_load_textdomain
load theme's textdomainelementor_hello_theme_register_menus
register the theme's default menu locationelementor_hello_theme_add_theme_support
register the various supported featureselementor_hello_theme_add_woocommerce_support
register woocommerce features, including product-gallery zoom, swipe & lightbox featureselementor_hello_theme_enqueue_style
enqueue styleelementor_hello_theme_register_elementor_locations
register elementor settings
In order to change the styling used throughout the site, use Elementor.
However, if for some reason there is still a need to add or change the site's css, please take into account 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
.
- In your admin panel, go to Appearance > Themes and click the 'Add New' button.
- Type in 'Elementor Hello' 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.
Does this theme support any plugins?
Elementor Hello includes support for WooCommerce.
Can Font Style be added thru the theme's css file?
Best practice is to use the styling capabilities in the Elementor plugin.
- Initial release
- New: use scss & do thorough style reset.
- New: readme.
- New: add hooks and child-theme preparations.
- New: template parts search.
- New: translations support.
- Changed: re-write of already existing template parts.
- Tweak: remove lists padding reset.