Engitech is a business WordPress theme designed specifically for a startup, apps, and IT services. The theme comes pre-packed with a drag and drops page builder (Elementor) to ensure you can easily design your website just how you like it.
Engitech is built with the latest web technologies (Bootstrap framework, Sass, icon font, etc.) with the care of coding quality to make sure the theme works with all browsers and all devices.
Changelog:
12/06/2023 – Version 1.6.2.1 - Updated: Revolution Slider latest version 6.6.14
- Updated: Theme compatible WordPress Latest version
- Updated: Engitech Child theme version 1.1
- Added: Add the functions.php file in the child theme engitech-child/functions.php
- Added: Add the PHP code in the functions.php file in the child theme engitech-child:
+ function engitech_child_theme_enqueue_styles() {
wp_enqueue_style(
'engitech-child-style',
get_stylesheet_uri(),
array(),
wp_get_theme()->get( 'Version' ) /* This only works if you have Version defined in the style header.*/
);
}
add_action( 'wp_enqueue_scripts', 'engitech_child_theme_enqueue_styles', 11 );
- Removed: Remove the line of code @import url("../engitech/style.css"); in the folder engitech-child/style.css
- Fixed: Fixed a few minor bugs.
- Files Updated: functions.php, plugin-requires.php, page-header.php, style.css
Demo: https://themeforest.net/item/engitech-it-solutions-services-wordpress-theme/25892002