Hestia Pro
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEhestia-pro-255.zip
- FILE SIZE5979319 bytes
- MD54dabd5879e1ad386deaa505f39100b31
- SHA1df9c999baa38e63e463364d9707fca7e70a9bdf1
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://themeisle.com/themes/hestia-pro/
- VERSION2.5.5
- AUTHOR URIhttps://themeisle.com
- TAGSblog, custom-logo, portfolio, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template,
- CREATION DATE2019-11-22
- LAST FILE UPDATE2019-11-22
- LAST VALIDATION2019-11-22 14:54
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
Ligne98: eval( '?>$value<?php ' );
Found eval in file class-hestia-hooks-page.php. Ligne50: add_submenu_page(
File class-ti-white-label-admin.php : - Themes should not hide admin bar. Detected in file : class-hestia-woocommerce-infinite-scroll.php.
Warning
- Found wrong tag custom-logo in style.css header.Found wrong tag wide-blocks in style.css header.
- The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- Possible variable $original_value found in translation function in class-hestia-translations-manager.php. Translation function calls should not contain PHP variables.
- Screenshot dimensions are wrong! Detected: 500x450px (10:9). Ratio of width to height should be 4:3.Screenshot size is 500x450px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.
Tip-off
- Possible hard-coded links were found in the file class-themeisle-ob-admin.php.
Ligne211: sprintf( '<a href='https://themeisle.com/contact'>%1$s <i class='dashicons dashicons-external'
Possible hard-coded links were found in the file class-ti-white-label-markup.php.Ligne296: return sprintf( $content, get_bloginfo( 'version', 'display' ), '<a href='themes.php'>' . $data['theme_name'] . '</a>' );
Possible hard-coded links were found in the file class-hestia-iconpicker.php.Ligne62: sprintf( '<a href='http://fontawesome.io/icons/' rel='nofollow'>%s</a>', esc_html__( 'http://f
Possible hard-coded links were found in the file class-hestia-repeater.php.Ligne682: sprintf( '<a href='http://fontawesome.io/icons/' rel='nofollow'>%s</a>', esc_html__( 'http://f
Ligne760: sprintf( '<a href='http://fontawesome.io/icons/' rel='nofollow'>%s</a>', esc_html__( 'http://f
Ligne682: sprintf( '<a href='http://fontawesome.io/icons/' rel='nofollow'>%s</a>', esc_html__( 'http://f
Ligne760: sprintf( '<a href='http://fontawesome.io/icons/' rel='nofollow'>%s</a>', esc_html__( 'http://f
Possible hard-coded links were found in the file class-hestia-footer-controls.php.Ligne49: '<a href='https://themeisle.com/themes/hestia/' target='_blank' rel='nofollow'>%s</a>
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file home.php.
- This theme does not contain optional file category.php.
- This theme does not contain optional file tag.php.
- This theme does not contain optional file taxonomy.php.
- This theme does not contain optional file author.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file image.php.
- This theme does not contain optional file 404.php.
- The theme appears to use include or require : class-ti-about-page.php
Ligne80: require_once 'includes' . DIRECTORY_SEPARATOR . 'admin' . DIRECTORY_SEPARAT
Ligne181: require_once 'includes/class-ti-about-render.php';
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : load.phpLigne13: require_once 'class-ti-about-page.php';
Ligne17: require_once 'includes' . DIRECTORY_SEPARATOR . 'class-ti-about-plugin-help
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-ti-about-render.phpLigne217: include_once( ABSPATH . 'wp-admin/includes/plugin-install.php' );
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : load.phpLigne36: require_once 'includes/class-themeisle-ob-wp-cli.php';
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-themeisle-onboarding.phpLigne121: require_once 'includes/class-themeisle-ob-admin.php';
Ligne135: require_once 'includes/class-themeisle-ob-rest-server.php';
Ligne142: require_once 'includes/importers/helpers/trait-themeisle-ob-image-src-handl
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-themeisle-ob-wordpress-import.phpLigne518: require_once 'class-themeisle-ob-elementor-meta-handler.php';
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-themeisle-ob-import-logger.phpLigne69: require_once( ABSPATH . 'wp-admin/includes/file.php' ); // you have to load
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-themeisle-ob-content-importer.phpLigne75: require_once( ABSPATH . 'wp-admin/includes/file.php' );
Ligne76: require_once( ABSPATH . 'wp-admin/includes/image.php' );
Ligne77: require_once( ABSPATH . 'wp-admin/includes/media.php' );
Ligne150: require_once( ABSPATH . '/wp-admin/includes/file.php' );
Ligne253: require_once 'helpers/class-themeisle-ob-importer-alterator.php';
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-themeisle-ob-plugin-importer.phpLigne149: require_once( ABSPATH . 'wp-admin/includes/plugin-install.php' );
Ligne150: require_once( ABSPATH . 'wp-admin/includes/file.php' );
Ligne151: require_once( ABSPATH . 'wp-admin/includes/misc.php' );
Ligne152: require_once( ABSPATH . 'wp-admin/includes/plugin.php' );
Ligne153: require_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' );
Ligne177: require_once 'helpers/class-themeisle-ob-quiet-skin-legacy.php';
Ligne184: require_once 'helpers/class-themeisle-ob-quiet-skin.php';
Ligne274: include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
Ligne297: require_once( $path . '/includes/admin/wc-admin-functions.php' );
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-themeisle-ob-zelle-importer.phpLigne51: require_once( ABSPATH . '/wp-admin/includes/image.php' );
Ligne52: require_once( ABSPATH . '/wp-admin/includes/file.php' );
Ligne83: require_once( ABSPATH . 'wp-admin' . DIRECTORY_SEPARATOR . 'includes' . DIR
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-themeisle-ob-rest-server.phpLigne308: require_once( ABSPATH . '/wp-admin/includes/file.php' );
Ligne390: require_once( ABSPATH . '/wp-admin/includes/file.php' );
Ligne478: require_once 'importers/class-themeisle-ob-plugin-importer.php';
Ligne501: require_once 'importers/class-themeisle-ob-content-importer.php';
Ligne524: require_once 'importers/class-themeisle-ob-theme-mods-importer.php';
Ligne547: require_once 'importers/class-themeisle-ob-widgets-importer.php';
Ligne590: require_once 'importers/class-themeisle-ob-' . $params['template_name'] . '
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-themeisle-ob-wp-cli.phpLigne11: require_once 'importers/helpers/trait-themeisle-ob-image-src-handler.php';
Ligne12: require_once 'importers/class-themeisle-ob-content-importer.php';
Ligne13: require_once 'importers/class-themeisle-ob-theme-mods-importer.php';
Ligne14: require_once 'importers/class-themeisle-ob-widgets-importer.php';
Ligne15: require_once 'importers/class-themeisle-ob-plugin-importer.php';
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : Endpoint.phpLigne206: require_once( ABSPATH . 'wp-admin/includes/file.php' );
Ligne254: require_once( ABSPATH . 'wp-admin/includes/file.php' );
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : Translate.phpLigne808: require_once( ABSPATH . 'wp-admin/includes/translation-install.php' );
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : Rollback.phpLigne233: require_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' );
Ligne273: require_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' );
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : Recommendation.phpLigne249: include_once( ABSPATH . 'wp-admin/includes/plugin-install.php' );
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-ti-white-label.phpLigne121: require_once 'includes/class-ti-white-label-admin.php';
Ligne139: require_once 'includes/class-ti-white-label-markup.php';
Ligne192: require_once 'includes/class-ti-white-label-rest-server.php';
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : load.phpLigne5: require_once 'class-ti-white-label.php';
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-hestia-import-zerif.phpLigne166: require_once( HESTIA_PHP_INCLUDE . 'content-import/class-hestia-import-util
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-hestia-content-import.phpLigne206: require_once( HESTIA_PHP_INCLUDE . 'content-import/class-hestia-import-util
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-hestia-main-notice-section.phpLigne70: include_once( ABSPATH . 'wp-admin/includes/plugin-install.php' );
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-hestia-subscribe-info.phpLigne64: include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : class-hestia-public.phpLigne653: require_once( $woocommerce_notice );
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : hooks.phpLigne118: require_once( 'hooks-front-page.php' );
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.The theme appears to use include or require : front-page.phpLigne44: include( get_page_template() );
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.