
Bimber
WordPress 4.9.5 theme
- THEME TYPEWordPress theme 4.9.5
- FILE NAMEbimber.zip
- FILE SIZE4656448 bytes
- MD5ad15eb3881b746ea60de3f9fc4217b8d
- SHA1b2c1e063ee4b6cafa4e852a4ce817af555105e35
- LICENSECustom
- FILES INCLUDEDCSS, PHP, HTML, Bitmap images
- THEMEFOREST PAGEhttp://themeforest.net/item/bimber-viral-buzz-wordpress-theme/14493994 ($59)
- THEME URIhttp://bimber.bringthepixel.com
- VERSION1.3
- AUTHOR URIhttp://www.bringthepixel.com/
- TAGSfluid-layout, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
- CREATION DATE2016-03-18
- LAST FILE UPDATE2017-03-06
- LAST VALIDATION2017-03-06 11:00
- OTHER VERSIONS
Error 8 : Undefined index: slug
In /home/www/themecheck/themecheck/controllers/controller_results.php line 772
In /home/www/themecheck/themecheck/controllers/controller_results.php line 772
Critical alerts

g1-socials.zip envato-wordpress-toolkit.zip
.
Plugins are not allowed in themes. The zip file found was
Warning

- The tag fluid-layout has been deprecated, it must be removed from style.css header.
- Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Use the "inherit" option to apply settings from the Appearance › Customize › Posts › Single section.' in file page-single-options.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 bimber, tgmpa.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- 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 attachment.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : dynamic-style-cache.php
Ligne160: require_once( ABSPATH . 'wp-admin/includes/file.php' );
Ligne180: require_once( $css_dir . 'dynamic-style.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 : class-bimber-color-generator.phpLigne20: require_once( BIMBER_FRONT_DIR . 'lib/class-bimber-color.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 : theme-setup.phpLigne94: include_once( BIMBER_ADMIN_DIR . 'customizer/customizer-defaults.php' );
Ligne106: require( BIMBER_ADMIN_DIR . 'theme-options/theme-defaults.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 : customizer.phpLigne27: require_once 'lib/class-bimber-customize-html-control.php';
Ligne28: require_once 'lib/class-bimber-customize-multi-checkbox-control.php';
Ligne29: require_once 'lib/class-bimber-customize-multi-select-control.php';
Ligne32: require_once 'customizer-defaults.php';
Ligne34: require_once 'customizer-site-identity.php';
Ligne35: require_once 'customizer-static-front-page.php';
Ligne43: require_once 'customizer-posts-single.php';
Ligne44: require_once 'customizer-posts-archive.php';
Ligne45: require_once 'customizer-posts-global.php';
Ligne46: require_once 'customizer-featured-entries.php';
Ligne54: require_once 'customizer-design-global.php';
Ligne55: require_once 'customizer-design-header.php';
Ligne56: require_once 'customizer-design-footer.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 : theme-options.phpLigne337: require( $this->get_base_dir() . '/theme-defaults.php' );
Ligne340: require_once( $this->get_base_dir() . '/theme-options-dashboard.php' );
Ligne343: require_once( $this->get_base_dir() . '/theme-options-import-export.php' );
Ligne344: require_once( $this->get_base_dir() . '/theme-options-dynamic-styles.php' )
Ligne345: require_once( $this->get_base_dir() . '/theme-options-logs.php' );
Ligne346: require_once( $this->get_base_dir() . '/theme-options-tasks.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 : theme-options-dashboard.phpLigne20: include 'theme-options-dashboard-normal.php';
Ligne22: include 'theme-options-dashboard-welcome.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 : theme.phpLigne76: require( BIMBER_ADMIN_DIR . 'customizer/customizer-defaults.php' );
Ligne77: require( BIMBER_ADMIN_DIR . 'theme-options/theme-defaults.php' );
Ligne318: include_once( ABSPATH . 'wp-admin/includes/plugin.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 : dynamic-style.phpLigne41: require_once( $bimber_root_dir . 'wp-load.php' );
Ligne43: require_once( $bimber_root_dir . 'wp-config.php' );
Ligne52: require_once( BIMBER_FRONT_DIR . 'lib/class-bimber-color.php' );
Ligne53: require_once( BIMBER_FRONT_DIR . 'lib/class-bimber-color-generator.php' );
Ligne137: require_once( BIMBER_THEME_DIR . 'css/dynamic-style-global.php' );
Ligne138: require_once( BIMBER_THEME_DIR . 'css/dynamic-style-header.php' );
Ligne139: require_once( BIMBER_THEME_DIR . 'css/dynamic-style-footer.php' );
Ligne140: require_once( BIMBER_THEME_DIR . 'css/dynamic-style-premade.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 : author.phpLigne27: include_once( ABSPATH . 'wp-admin/includes/plugin.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.
This is a ThemeForest theme. Since Themeforest items are all checked by a human before they appear on their website, ThemeForest verification rules are more permissive than themecheck's and can give a better verification score ( Themeforest requirements ).
- THEME TYPEWordPress theme 4.9.5
- FILE NAMEbimber.zip
- FILE SIZE4656448 bytes
- MD5ad15eb3881b746ea60de3f9fc4217b8d
- SHA1b2c1e063ee4b6cafa4e852a4ce817af555105e35
- LICENSECustom
- FILES INCLUDEDCSS, PHP, HTML, Bitmap images
- THEMEFOREST PAGEhttp://themeforest.net/item/bimber-viral-buzz-wordpress-theme/14493994 ($59)
- THEME URIhttp://bimber.bringthepixel.com
- VERSION1.3
- AUTHOR URIhttp://www.bringthepixel.com/
- TAGSfluid-layout, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
- CREATION DATE2016-03-18
- LAST FILE UPDATE2017-03-06
- LAST VALIDATION2017-03-06 11:00
- OTHER VERSIONS
Error 8 : Undefined index: slug
In /home/www/themecheck/themecheck/controllers/controller_results.php line 772
In /home/www/themecheck/themecheck/controllers/controller_results.php line 772
Critical alerts

g1-socials.zip envato-wordpress-toolkit.zip
.
Plugins are not allowed in themes. The zip file found was
Warning

- The tag fluid-layout has been deprecated, it must be removed from style.css header.
- Found a translation function that is missing a text-domain. Function esc_html_e, with the arguments 'Use the "inherit" option to apply settings from the Appearance › Customize › Posts › Single section.' in file page-single-options.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 bimber, tgmpa.
- 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 attachment.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : dynamic-style-cache.php
Ligne160: require_once( ABSPATH . 'wp-admin/includes/file.php' );
Ligne180: require_once( $css_dir . 'dynamic-style.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 : class-bimber-color-generator.phpLigne20: require_once( BIMBER_FRONT_DIR . 'lib/class-bimber-color.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 : theme-setup.phpLigne94: include_once( BIMBER_ADMIN_DIR . 'customizer/customizer-defaults.php' );
Ligne106: require( BIMBER_ADMIN_DIR . 'theme-options/theme-defaults.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 : customizer.phpLigne27: require_once 'lib/class-bimber-customize-html-control.php';
Ligne28: require_once 'lib/class-bimber-customize-multi-checkbox-control.php';
Ligne29: require_once 'lib/class-bimber-customize-multi-select-control.php';
Ligne32: require_once 'customizer-defaults.php';
Ligne34: require_once 'customizer-site-identity.php';
Ligne35: require_once 'customizer-static-front-page.php';
Ligne43: require_once 'customizer-posts-single.php';
Ligne44: require_once 'customizer-posts-archive.php';
Ligne45: require_once 'customizer-posts-global.php';
Ligne46: require_once 'customizer-featured-entries.php';
Ligne54: require_once 'customizer-design-global.php';
Ligne55: require_once 'customizer-design-header.php';
Ligne56: require_once 'customizer-design-footer.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 : theme-options.phpLigne337: require( $this->get_base_dir() . '/theme-defaults.php' );
Ligne340: require_once( $this->get_base_dir() . '/theme-options-dashboard.php' );
Ligne343: require_once( $this->get_base_dir() . '/theme-options-import-export.php' );
Ligne344: require_once( $this->get_base_dir() . '/theme-options-dynamic-styles.php' )
Ligne345: require_once( $this->get_base_dir() . '/theme-options-logs.php' );
Ligne346: require_once( $this->get_base_dir() . '/theme-options-tasks.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 : theme-options-dashboard.phpLigne20: include 'theme-options-dashboard-normal.php';
Ligne22: include 'theme-options-dashboard-welcome.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 : theme.phpLigne76: require( BIMBER_ADMIN_DIR . 'customizer/customizer-defaults.php' );
Ligne77: require( BIMBER_ADMIN_DIR . 'theme-options/theme-defaults.php' );
Ligne318: include_once( ABSPATH . 'wp-admin/includes/plugin.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 : dynamic-style.phpLigne41: require_once( $bimber_root_dir . 'wp-load.php' );
Ligne43: require_once( $bimber_root_dir . 'wp-config.php' );
Ligne52: require_once( BIMBER_FRONT_DIR . 'lib/class-bimber-color.php' );
Ligne53: require_once( BIMBER_FRONT_DIR . 'lib/class-bimber-color-generator.php' );
Ligne137: require_once( BIMBER_THEME_DIR . 'css/dynamic-style-global.php' );
Ligne138: require_once( BIMBER_THEME_DIR . 'css/dynamic-style-header.php' );
Ligne139: require_once( BIMBER_THEME_DIR . 'css/dynamic-style-footer.php' );
Ligne140: require_once( BIMBER_THEME_DIR . 'css/dynamic-style-premade.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 : author.phpLigne27: include_once( ABSPATH . 'wp-admin/includes/plugin.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.