Beaver Builder Theme
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEbb-theme.zip
- FILE SIZE1036874 bytes
- MD5c6a41ef917b875eec2e784edd06d772b
- SHA1891222de4488bd3fba6741998286e2c4a0bb4d53
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- THEME URIhttp://www.wpbeaverbuilder.com/?utm_medium=bb-pro&utm_source=bb-theme&utm_campaign=themes-admin-page
- VERSION1.7.3
- AUTHOR URIhttp://www.wpbeaverbuilder.com/?utm_medium=bb-pro&utm_source=bb-theme&utm_campaign=themes-admin-page
- CREATION DATE2019-08-09
- LAST FILE UPDATE2019-08-09
- LAST VALIDATION2019-08-09 19:02
- OTHER VERSIONS
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.
- ini_set('precision',16);215: @ini_set('precision',$precision); Found ini_set in file Parser.php. 177: @
$buf = $useBase64 ? base64_encode($buf) : rawurlencode($buf);
$returner = ''data:image/svg+xml;base64,'.base64_encode($returner).''';
Found base64_encode in file Functions.php. - .easymin was found.
- file_get_contents( $path );file_get_contents was found in the file class-fl-fonts.php 155: $json = (array) json_decode( file_get_contents( trailingslashit( FL_THEME_DIR ) . 'json/fonts.json' ), tfile_get_contents was found in the file class-lessc-deprecated.php 121: $root = $parser->parse(file_get_contents($realPath));1830: $out = $this->compile(file_get_contents($fname), $fname);fwrite was found in the file class-lessc-deprecated.php 687: // fwrite(STDERR,'failed to find block: '.implode(' > ', $path).'\n');file_get_contents was found in the file class-lessc-deprecated.php 121: $root = $parser->parse(file_get_contents($realPath));1830: $out = $this->compile(file_get_contents($fname), $fname);file_put_contents was found in the file class-lessc-deprecated.php 1835: return file_put_contents($outFname, $out);file_put_contents was found in the file class-fl-theme-update.php 193: file_put_contents( $cache_dir['path'] . 'backup.dat', $settings );file_put_contents was found in the file class-fl-customizer.php 888: $write = fl_theme_filesystem()->file_put_contents( $filename, $css );file_get_contents was found in the file class-fl-customizer.php 911: $mixins = file_get_contents( FL_THEME_DIR . '/less/mixins.less' );file_put_contents was found in the file class-fl-wp-editor.php 93: fl_theme_filesystem()->file_put_contents( $filename, $css );file_get_contents was found in the file class-fl-filesystem.php 19: * file_get_contents using wp_filesystem.22: function file_get_contents( $path ) {file_put_contents was found in the file class-fl-filesystem.php 39: * file_put_contents using wp_filesystem.42: function file_put_contents( $path, $contents ) {file_get_contents was found in the file Functions.php 903: $buf = @file_get_contents($filePath);file_get_contents was found in the file import.php 69: $contents = new Less_Tree_Anonymous( file_get_contents($full_path), 0, array(), true );file_put_contents was found in the file Generator.php 152: if(file_put_contents($file, $content) === false){file_get_contents was found in the file Generator.php 275: $content[] = file_get_contents($sourceFile);file_get_contents was found in the file Parser.php 58: $this->input = file_get_contents( $this->currentFile['filename'] );file_get_contents was found in the file Import.php 176: $contents = new Less_Tree_Anonymous( file_get_contents($full_path), 0, array(), true );file_get_contents was found in the file Parser.php 641: $cache = unserialize(file_get_contents($cache_file));708: $this->input = file_get_contents( $file_path );file_put_contents was found in the file Parser.php 682: file_put_contents( $cache_file, serialize($rules) );685: file_put_contents( $cache_file, '<?php return '.self::ArgString($rules).'; 689: file_put_contents( $cache_file, '<?php return '.var_export($rules,true).'; file_put_contents was found in the file Parser.php 682: file_put_contents( $cache_file, serialize($rules) );685: file_put_contents( $cache_file, '<?php return '.self::ArgString($rules).'; 689: file_put_contents( $cache_file, '<?php return '.var_export($rules,true).'; file_put_contents was found in the file Parser.php 682: file_put_contents( $cache_file, serialize($rules) );685: file_put_contents( $cache_file, '<?php return '.self::ArgString($rules).'; 689: file_put_contents( $cache_file, '<?php return '.var_export($rules,true).'; file_get_contents was found in the file Parser.php 641: $cache = unserialize(file_get_contents($cache_file));708: $this->input = file_get_contents( $file_path );file_put_contents was found in the file Cache.php 75: file_put_contents($vars_file, $lessvars);119: file_put_contents( $list_file, $cache );123: file_put_contents( $output_file, $compiled );file_put_contents was found in the file Cache.php 75: file_put_contents($vars_file, $lessvars);119: file_put_contents( $list_file, $cache );123: file_put_contents( $output_file, $compiled );file_put_contents was found in the file Cache.php 75: file_put_contents($vars_file, $lessvars);119: file_put_contents( $list_file, $cache );123: file_put_contents( $output_file, $compiled );file_get_contents was found in the file Cache.php 307: $list = explode('\n',file_get_contents($list_file)); file_get_contents was found in the file class-fl-css.php 15: $css .= fl_theme_filesystem()->
if ( ! isset( $content_width ) ) $content_width = 900;
No content width has been defined. Example:
Warning
- Theme URI and Author URI should not be the same.
- Found wrong tag in style.css header.
- 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 beaver-builder-theme.
- 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 fl-automator, fl-builder.
- Found the URL of a CDN in the code:
maxcdn.bootstrapcdn.com/font-awesome
. CSS or Javascript resources should not be loaded from a CDN. These resources should be bundled with the theme. - The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- No reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
- Possible variable $str found in translation function in class-lessc-deprecated.php. Translation function calls should not contain PHP variables. Possible variable $arg found in translation function in class-lessc-deprecated.php. Translation function calls should not contain PHP variables. Possible variable $items found in translation function in class-lessc-deprecated.php. Translation function calls should not contain PHP variables. Possible variable $string found in translation function in class-lessc-deprecated.php. Translation function calls should not contain PHP variables. Possible variable $val found in translation function in class-lessc-deprecated.php. Translation function calls should not contain PHP variables. Possible variable $newUnit found in translation function in class-lessc-deprecated.php. Translation function calls should not contain PHP variables. Possible variable $res found in translation function in class-lessc-deprecated.php. Translation function calls should not contain PHP variables. Possible variable $key found in translation function in class-lessc-deprecated.php. Translation function calls should not contain PHP variables. Possible variable $part found in translation function in class-lessc-deprecated.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in class-lessc-deprecated.php. Translation function calls should not contain PHP variables.
- .bypostauthor css class is needed in theme css.
- .alignleft css class is needed in theme css.
- .alignright css class is needed in theme css.
- .aligncenter css class is needed in theme css.
- .wp-caption 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.
- 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
- Possible hard-coded links were found in the file copyright.php.4: <span id='fl-site-credits'>Powered by <a href='http://www.wpbeaverbuilder.com/?utm_medium=bb-pro&utm_source=bb-theme&utm_c
- 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 archive.php.
- This theme does not contain optional file search.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 : class-fl-theme.php 1454: 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 : Functions.php 882: $mime = require('mime'); 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 : Parser.php 3: require_once( dirname(__FILE__).'/Cache.php');654: return include($cache_file); 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 : Cache.php 3: require_once( dirname(__FILE__).'/Version.php');151: require_once($file); 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.