Enis
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEEnis-Premium-1.7.zip
- FILE SIZE449938 bytes
- MD5fc07015cd2558935ff46b2b3a181950a
- SHA1e2a131cb18ce7c6e339f511896380897e9ddf017
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, HTML, Bitmap images
- THEME URIhttps://flexithemes.com/enis-wordpress-theme/
- VERSION1.7
- AUTHOR URIhttps://flexithemes.com
- TAGSgreen, two-columns, right-sidebar
- CREATION DATE2019-08-04
- LAST FILE UPDATE2019-08-04
- LAST VALIDATION2019-08-04 20:59
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
- TEMPLATEPATH . '/languages'Constant TEMPLATEPATH was found in the file functions.php. get_template_directory() should be used instead. 2: require_once TEMPLATEPATH . '/lib/Themater.php'; Constant TEMPLATEPATH was found in the file default-options.php. get_template_directory() should be used instead. 6: 'dir' =>
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example: - get_bloginfo('template_directory') . '/images/banner125.gif' alt='' title=9: '<a href='#'><img src='' . get_bloginfo('template_directory') . '/images/banner125.gif' alt='' title= get_bloginfo('template_directory') was found in the file banners-125.php. Use get_template_directory_uri() instead.8: '<a href='#'><img src='' .
Warning
- The tag green has been deprecated, it must be removed from style.css header.
- Wrong installation directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is enis.
- Found a mix of \r\n and \n line endings in file Themater.php.Found a mix of \r\n and \n line endings in file header.php.Found a mix of \r\n and \n line endings in file functions.php.Found a mix of \r\n and \n line endings in file style.css.
- No reference to custom header was found in the theme.
- No reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
- Text Domain: is missing from your style.css header.
- .screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
- Screenshot size is 640x480px. 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 menu-secondary.php.9: 'content', 'Please, use the <a href='nav-menus.php'><strong>menus panel</strong></a> to manage and organize menuPossible hard-coded links were found in the file menu-primary.php.9: 'content', 'Please, use the <a href='nav-menus.php'><strong>menus panel</strong></a> to manage and organize menuPossible hard-coded links were found in the file functions.php.41: $flexitheme->display_widget('Banners125', array('banners' => array('<a href='https://flexithemes.com/wp-content/pro/b125-1.php' target='_blank'><img src47: $flexitheme->display_widget('Text', array('text' => '<div style='text-align:center;'><a href='https://flexithemes.com/wp-content/pro/b260.php' target='_blank'><img src='
- 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 home.php.
- This theme does not contain optional file taxonomy.php.
- This theme does not contain optional file date.php.
- This theme does not contain optional file attachment.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : Themater.php 65: require_once (THEMATER_DIR . '/default-options.php');77: require_once (THEMATER_DIR . '/default-admin-options.php');288: include (THEMATER_ADMIN_DIR . '/Admin.php');331: include (THEMATER_DIR . '/widgets/' . $widget . '.php');333: include (THEMATER_DIR . '/widgets/' . $widget . '/' . $widget . '.php');343: include (THEMATER_INCLUDES_DIR . '/' . $include . '.php');345: include (THEMATER_INCLUDES_DIR . '/' . $include . '/' . $include . '.php');354: include (TEMPLATEPATH . '/' . $menu . '.php');356: include (THEMATER_DIR . '/' . $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 : featuredposts.php 187: require_once(THEMATER_INCLUDES_DIR . '/featuredposts/template.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.