Bimber
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEthemeforest-14493994-bimber-viral-buzz-wordpress-theme.zip
- FILE SIZE17539734 bytes
- MD5e403a53dae575610fba38ee7bb8921ab
- SHA15e2befcd4a7df702683dd444674cd973e3007ffe
- LICENSECustom
- FILES INCLUDEDCSS, PHP, HTML, Bitmap images
- 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 DATE2019-06-23
- LAST FILE UPDATE2019-06-23
- LAST VALIDATION2019-06-23 13:01
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
bimber-child-theme.zip bimber.zip psd.zip envato-wordpress-toolkit.zip g1-socials.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 : author.php
Ligne27: 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 : 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 : dynamic-style-cache.phpLigne160: 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 : 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 : 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.