9
Validation results

Jean Carrick Theme

Jean Carrick Theme

WordPress 6.5.2 theme
9
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEjeancarrick-theme-20200616T020651Z-001.zip
  • FILE SIZE4615792 bytes
  • MD5b9a7060cb7f7d6432b5d7e7966604364
  • SHA1772fc0d80db13ceb1f1af5f029979e3fda343d38
  • LICENSECustom
  • FILES INCLUDEDCSS, PHP, HTML, Bitmap images
  • THEME URIhttp://www.themble.com/bones
  • VERSION1.7
  • AUTHOR URI
  • TAGSfluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
  • CREATION DATE2021-01-10
  • LAST FILE UPDATE2021-01-10
  • LAST VALIDATION2021-01-10 15:28
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title 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.
  2. Unwanted files : hidden file(s) or folder(s) .gitattributes .ds_store .gitignore .htaccess .sass-cache was found.
  3. Deprecated functions : bloginfo bloginfo('template_url') was found in the file header.php. Use echo esc_url( get_template_directory_uri() ) instead.40: var assetUrl = '<?php bloginfo('template_url'); ?>/library/images/';43: <script src='<?php bloginfo('template_url'); ?>/library/js/isotope-docs.min.js'></script>44: <script src='<?php bloginfo('template_url'); ?>/library/js/imagesloaded.pkgd.min.js'></script>45: <script src='<?php bloginfo('template_url'); ?>/library/js/flickity.pkgd.min.js'></script>46: <script src='<?php bloginfo('template_url'); ?>/library/js/jquery.easing.1.3.js'></script>bloginfo('template_url') was found in the file banner-image.php. Use echo esc_url( get_template_directory_uri() ) instead.18: <img src='<?php bloginfo('template_url'); ?>/library/images/cpa-logo-1.jpg' alt='J. Carrickbloginfo('template_url') was found in the file footer.php. Use echo esc_url( get_template_directory_uri() ) instead.5: <img src='<?php bloginfo('template_url'); ?>/library/images/cpa-logo-1.jpg'>
  4. Registration of theme features : Implementation of add_theme_support() add_theme_support() was found in the file bones.php. However get_post_format and/or has_post_format were not found, and no use of formats in the CSS was detected.
Warning
  1. theme tags : Presence of bad theme tagsThe tag fluid-layout has been deprecated, it must be removed from style.css header.The tag responsive-layout has been deprecated, it must be removed from style.css header.Themes that use the tag accessibility-ready will need to undergo an accessibility review.
    See https://make.wordpress.org/themes/handbook/review/accessibility/
  2. Text domain : Incorrect use of translation functions.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 jean-carrick-theme.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'Newer Entries' in file index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Past Entries' in file index.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Newer Entries' in file archive.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Past Entries' in file archive.php.Found a translation function that is missing a text-domain. Function __, with the arguments '400px by 250px' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments '1920px by 2000px' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "View all posts in %s" in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments "View all posts in %s" in file functions.php.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 bonestheme, dbt.
  4. Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.
  5. Unwanted directories : GIT revision control directoryA.git was found.
  6. Hidden admin bar : Hidden admin Bar in CSSThemes should not hide admin bar. Detected in file ie.css.
  7. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  8. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  9. CSS files : Presence of .wp-caption-text class.wp-caption-text css class is needed in theme css.
  10. CSS files : Presence of .screen-reader-text class.screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
  11. Screenshot : Screenshot fileScreenshot dimensions are wrong! Detected: 1024x576px (16:9). Ratio of width to height should be 4:3.Screenshot size is 1024x576px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.
Tip-off
  1. favicon presence : Favicon managementPossible Favicon found in header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
  2. Static links : Presence of hard-coded linksPossible hard-coded links were found in the file admin.php.141: _e( '<span id='footer-thankyou'>Developed by <a href='http://yoursite.com' target='_blank'>Your Site Name</a></span>. Built using
  3. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  4. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  5. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  6. Optional files : Presence of category template file category.phpThis theme does not contain optional file category.php.
  7. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  8. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  9. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  10. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  11. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  12. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  13. Use of includes : Use of include or requireThe theme appears to use include or require : index.php 17: <?php include 'partials/box-story.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 : archive.php 20: <?php include 'partials/box-story.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 : page.php 3: <?php include_once('partials/video-embed.php');?>5: <?php include_once('partials/banner-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.The theme appears to use include or require : single.php 67: <?php include 'partials/box-story.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 : page-home.php 8: <?php include_once('partials/video-embed.php');?>10: <?php include_once('partials/banner-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.The theme appears to use include or require : admin.php 68: // include_once( ABSPATH . WPINC . '/feed.php' ); // include the 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.
Other checked themes