Blosson
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAME[skladchik.com] blosson_nu.zip
- FILE SIZE3153225 bytes
- MD5b7593d046ca3fbb3de5efdb5078e85fe
- SHA140bd3ef8029849a0d40d68a9b26c4b7f411f4814
- LICENSENone
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttps://beewise.ru/themes/blosson
- VERSION1.1
- AUTHOR URIhttps://beewise.ru/
- TAGSleft-sidebar, right-sidebar, editor-style, theme-options, two-columns
- CREATION DATE2019-12-22
- LAST FILE UPDATE2019-12-22
- LAST VALIDATION2019-12-22 19:30
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- Found a Customizer setting that did not have a sanitization callback function in file customize.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
- 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.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
return getimagesize( 'data://application/octet-stream;base64,'. base64_encode($img_data) );
Found base64_encode in file class.Kama_Make_Thumb.php. - file_get_contents( $file, false, null, 100, 200 );266: // на скорости при этом почти не теряем: file_exists: 0,2 сек и file_get_contents: 0,3 сек на 50к итераций435: $img_str = $this->debug ? file_get_contents( $img_path ) : @ file_get_contents( $img_path );459: $img_str = file_get_contents( $img_url );file_get_contents was found in the file class.Kama_Make_Thumb.php 265: // $str = file_get_contents( $file, false, null, 100, 200 );266: // на скорости при этом почти не теряем: file_exists: 0,2 сек и file_get_contents: 0,3 сек на 50к итераций435: $img_str = $this->debug ? file_get_contents( $img_path ) : @ file_get_contents( $img_path );459: $img_str = file_get_contents( $img_url );file_get_contents was found in the file class.Kama_Make_Thumb.php 265: // $str = file_get_contents( $file, false, null, 100, 200 );266: // на скорости при этом почти не теряем: file_exists: 0,2 сек и file_get_contents: 0,3 сек на 50к итераций435: $img_str = $this->debug ? file_get_contents( $img_path ) : @ file_get_contents( $img_path );459: $img_str = file_get_contents( $img_url );file_get_contents was found in the file class.Kama_Make_Thumb.php 265: // $str = file_get_contents( $file, false, null, 100, 200 );266: // на скорости при этом почти не теряем: file_exists: 0,2 сек и file_get_contents: 0,3 сек на 50к итераций435: $img_str = $this->debug ? file_get_contents( $img_path ) : @ file_get_contents( $img_path );459: $img_str = file_get_contents( $img_url );file_get_contents was found in the file class.Kama_Thumbnail.php 398: $expire = (int) file_get_contents( $expire_file );file_put_contents was found in the file class.Kama_Thumbnail.php 404: @ file_put_contents( $expire_file, time() + ($_stub ? DAY_IN_SECONDS : self::file_get_contents was found in the file admin.php 66: $content = json_decode(file_get_contents($selectDirectory)); file_get_contents was found in the file class.Kama_Make_Thumb.php 265: // $str =
- curl_init();curl_exec was found in the file class.Kama_Make_Thumb.php 474: $img_str = curl_exec( $ch ); curl_init was found in the file class.Kama_Make_Thumb.php 467: $ch =
- add_submenu_page( 'settings.php', 'Kama Thumbnail', 'Kama Thumbnail', 'mana File class.Kama_Thumbnail.php : 207: $hook =
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example: - bloginfo('url'); ?>'>Вернуться на главную</a> bloginfo("url") was found in the file 404.php. Use echo esc_url( home_url() ) instead.6: <a rel='nofollow' href='<?php
Warning
- Found wp_deregister_script in functions.php. Themes must not deregister core scripts. 742: wp_deregister_script( 'jquery' );
- 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 blosson, kama-thumbnail, mytheme.
- Could not find add_theme_support( 'automatic-feed-links' ).
- Could not find body_class call in body tag.
- Could not find wp_link_pages.
- Could not find post_class.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- No reference to the_post_thumbnail was found in the theme.
- License: is missing from style.css header.
- License URI: is missing from style.css header.
- .sticky css class is needed in theme css.
- .bypostauthor css class is needed in theme css.
- .wp-caption-text css class is needed in theme css.
- .gallery-caption 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.
- This theme doesn't seem to display tags.
- Screenshot is wrong size! Detected: 880x2639px. Maximum allowed size is 1200x900px.Screenshot dimensions are wrong! Detected: 880x2639px (880:2639). Ratio of width to height should be 4:3.Screenshot size is 880x2639px. 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 : widgets.php 3: require_once('Discussion.php'); // виджет 'Обсуждаемое'4: require_once('Popular.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.