Jean Carrick Theme
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- 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 URIhttp://teerdigital.com
- 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
- 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.
- .gitattributes .ds_store .gitignore .htaccess .sass-cache was found.
- 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'> bloginfo('template_url') was found in the file header.php. Use echo esc_url( get_template_directory_uri() ) instead.40: var assetUrl = '<?php
- 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
- The 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/ - 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.
- 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.
- The theme uses the register_post_type() function, which is plugin-territory functionality.
- A.git was found.
- Themes should not hide admin bar. Detected in file ie.css.
- No reference to custom header was found in the theme.
- Text Domain: is missing from your style.css header.
- .wp-caption-text css class is needed in theme css.
- .screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
- Screenshot 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
- Possible Favicon found in header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
- Possible 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
- 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 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.
- This theme does not contain optional file image.php.
- The 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.