Cross
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEcross-theme.zip
- FILE SIZE10752107 bytes
- MD5ed8ca436fcd09b75100e50c659c91434
- SHA1598fb55147cdb616c8f8c12cded6712478599668
- LICENSENone
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttp://www.0effortthemes.com/
- VERSION1.5
- AUTHOR URIhttp://www.itobuz.com/teampage/
- TAGStwo-columns, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, microformats, threaded-comments
- CREATION DATE2020-04-07
- LAST FILE UPDATE2020-04-07
- LAST VALIDATION2020-04-07 00:48
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.
- add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_t File class-tgm-plugin-activation.php : 731: $this->page_hook = call_user_func( '
- Could not find .
- Could not find the comment-reply js script enqueued.
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example: revslider.zip cross-hook.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- 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 cross.
- Found a translation function that is missing a text-domain. Function _e, with the arguments "Close" in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'cross' in file footer.php.Found a translation function that is missing a text-domain. Function esc_html__, with the arguments in file header-page-title.php.
- Could not find wp_head.
- Could not find .
- Could not find add_theme_support( 'automatic-feed-links' ).
- Could not find body_class call in body tag.
- The theme doesn't have comment pagination code in it. Use paginate_comments_links() to add comment pagination, or older previous_comments_link() and next_comments_link() functions.
- No reference to custom header was found in the theme.
- No reference to custom background 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.
- Possible variable $details found in translation function in header-page-title.php. Translation function calls should not contain PHP variables.
- Possible variable $details found in translation function in header-page-title.php. Translation function calls should not contain PHP variables.
- No reference to the_post_thumbnail was found in the theme.
- No reference to post-thumbnails was found in the theme.
- License: is missing from style.css header.
- .bypostauthor css class is needed in theme css.
- .gallery-caption css class is needed in theme css.
- This theme doesn't seem to display tags.
- Screenshot size is 880x660px. 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
- Themes that use the tag accessibility-ready will need to undergo an accessibility review.
See https://make.wordpress.org/themes/handbook/review/accessibility/ - 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 archive.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 : index.php 3: require_once( get_template_directory() . '/index.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 : init.php 145: require_once 'includes/helper-functions.php';151: require_once 'bootstrap.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 : helper-functions.php 32: include_once( cmb2_dir( 'includes/{$class_name}.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.