Timber
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMETimber-Installer-1-9-1.zip
- FILE SIZE1748952 bytes
- MD5db1c1f696accb77a7eb5ecb266e555c2
- SHA175334620bbf82656c40f52f5ce83e2cb039fb8c5
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION1.9.1
- TAGSlight, white, one-column, responsive-layout, custom-menu, featured-images, editor-style, infinite-scroll, microformats, post-formats, rtl-language-support, site-logo, sticky-post, theme-options, threaded-comments, translation-ready, blog, journal, lifestre
- CREATION DATE2020-06-17
- LAST FILE UPDATE2020-06-17
- LAST VALIDATION2020-06-17 19:37
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.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
return '=?' . $charset . '?B?' . base64_encode( $str ) . '?=';
Found base64_encode in file mb_compat.php.
Warning
- The tag light has been deprecated, it must be removed from style.css header.The tag white 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.Found wrong tag infinite-scroll in style.css header.Found wrong tag site-logo in style.css header.Found wrong tag journal in style.css header.Found wrong tag lifestream in style.css header.Found wrong tag scrapbooking in style.css header.Found wrong tag video in style.css header.Found wrong tag bright in style.css header.Found wrong tag clean in style.css header.Found wrong tag bold in style.css header.Found wrong tag geometric in style.css header.Found wrong tag minimal in style.css header.Found wrong tag modern in style.css header.Found wrong tag smart in style.css header.Found wrong tag adaptive in style.css header.
- Found a translation function that is missing a text-domain. Function _n, with the arguments '%d', 'woothemes' in file mini-cart.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 timber, woocommerce, components, jetpack.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- 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
- 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 : extras.php
Ligne1197: require_once( ABSPATH . 'wp-includes/class-phpass.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.phpLigne19: require_once 'pixcare-notice/class-notice.php'; // phpcs:ignore
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.