Kleo
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEkleo.zip
- FILE SIZE4755488 bytes
- MD5d2dac3a3d6d7555dd99ad631b7a1c05d
- SHA175d6aff5c432945d68e2c3ddef157a4d67de05c5
- LICENSECustom
- FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
- THEME URIhttps://seventhqueen.com/themes/kleo
- VERSION5.0.3
- TAGSone-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
- CREATION DATE2021-07-11
- LAST FILE UPDATE2021-07-11
- LAST VALIDATION2021-07-11 19:25
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- Themes should not hide admin bar. Detected in file : theme-functions.php.
kleo-child.zip ._kleo-child.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- Found wp_deregister_script in config.php. Themes must not deregister core scripts. 339: wp_deregister_script( 'prettyphoto' );Found wp_deregister_script in theme-functions.php. Themes must not deregister core scripts. 1502: wp_deregister_script( 'magnific-popup' );Found wp_deregister_script in functions.php. Themes must not deregister core scripts. 1172: wp_deregister_script( 'bootstrap' );
- The tag fluid-layout has been deprecated, it must be removed from style.css header.
- More than one text-domain is being used in this theme. This means the theme will not be compatible with WordPress.org language packs. The domains found are kleo, js_composer, woocommerce, buddypress, bp-profile-search, default, buddypress-media, bbpress, bpcp, yit, pmpro, woothemes-sensei, tgmpa, typer.
- .ds_store was found.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- Screenshot size is 600x450px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.Bad screenshot file extension ! File screenshot.png is not an actual JPG file. Detected type was : "image/png".
Tip-off
- Possible Favicon found in header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
- This theme does not contain optional file rtl.php.
- This theme does not contain optional file front-page.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 attachment.php.
- The theme appears to use include or require : config.php 10: require_once( KLEO_LIB_DIR . '/plugin-buddypress/nouveau/nouveau.php' );12: require_once( KLEO_LIB_DIR . '/plugin-buddypress/legacy/legacy.php' );16: require_once( KLEO_LIB_DIR . '/plugin-buddypress/menu-notifications.php' );20: require_once( KLEO_LIB_DIR . '/plugin-buddypress/menu-messages.php' );25: require_once( KLEO_LIB_DIR . '/plugin-youzer/config.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 : nouveau.php 14: require_once( KLEO_LIB_DIR . '/plugin-buddypress/nouveau/dynamic.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 : legacy.php 13: require_once( KLEO_LIB_DIR . '/plugin-buddypress/legacy/dynamic.php' );15: require 'helpers.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 : menu-custom.php 8: require_once( ABSPATH . 'wp-admin/includes/nav-menu.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 : theme-functions.php 98: require_once( KLEO_LIB_DIR . '/plugin-buddypress/config.php' ); //co103: require_once( KLEO_LIB_DIR . '/plugin-bbpress/config.php' ); //compa108: require_once( KLEO_LIB_DIR . '/plugin-woocommerce/config.php' );112: require_once( KLEO_LIB_DIR . '/plugin-elementor/config.php' );117: require_once( KLEO_LIB_DIR . '/plugin-pmpro/config.php' );122: require_once( KLEO_LIB_DIR . '/plugin-vc/config.php' );127: require_once( KLEO_LIB_DIR . '/plugin-geodirectory/config.php' );132: require_once( KLEO_LIB_DIR . '/plugin-sensei/config.php' );137: require_once( KLEO_LIB_DIR . '/plugin-bp-profile-search/config.php' );142: require_once( KLEO_LIB_DIR . '/plugin-wc-vendors/config.php' );146: require_once( KLEO_LIB_DIR . '/aq_resizer.php' );150: require_once( KLEO_LIB_DIR . '/plugin-menu-items-visibility-control/config.162: require_once( KLEO_LIB_DIR . '/metaboxes.php' );167: require_once( KLEO_LIB_DIR . '/options.php' );172: require_once( KLEO_LIB_DIR . '/modules.php' );180: require_once( SVQ_FW_DIR . '/lib/panel/init.php' );181: require_once( KLEO_LIB_DIR . '/theme-config.php' );189: require_once( SVQ_FW_DIR . '/modules.php' );197: require_once( KLEO_LIB_DIR . '/notices.php' );205: require_once( KLEO_LIB_DIR . '/upgrades.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 : dynamic-css.php 74: require( $dynamic_css ); // Generate CSS 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 : kleo.php 237: require_once( trailingslashit( SVQ_FW_DIR ) . 'lib/function-core.php' );250: require_once( SVQ_FW_DIR . '/lib/function-breadcrumb.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 : function-core.php 538: require( $dynamic_css ); // Generate CSS 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 : Importer.php 1854: require_once( ABSPATH . 'wp-admin/includes/media.php' );1855: require_once( ABSPATH . 'wp-admin/includes/file.php' );1856: require_once( ABSPATH . 'wp-admin/includes/image.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.