Bimber
WordPress 6.7.1 theme
- THEME TYPEWordPress theme 6.7.1
- FILE NAMEbimber.zip
- FILE SIZE61030238 bytes
- MD56c4a6bb3436022e532d418e31fb0b3f7
- SHA1d73eccb7a556274cb410653c11dfbed14c7c38a5
- LICENSECustom
- FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
- VERSION8.2
- TAGSfluid-layout, custom-colors, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
- CREATION DATE2020-06-07
- LAST FILE UPDATE2020-06-07
- LAST VALIDATION2020-06-07 23:25
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- base64_decode( $download_data ), true );Found base64_decode in file post-format-link.php. 342: $link_args = json_decode( base64_decode( $link_data ), true ); Found base64_decode in file download-page.php. 99: $download_args = json_decode(
$encoded_args = base64_encode( json_encode( array( 'download_id' => $dm_object->get_id() )
Found base64_encode in file post-format-link.php.$encoded_args = base64_encode( json_encode( array( 'p' => $post_id ) ) );
Found base64_encode in file download-page.php. - file_get_contents( 'https://api.bringthepixel.com/license.txt' );1642: // $file_out = file_get_contents( 'https://avadatheme.info/license.txt' );file_get_contents was found in the file theme.php 1639: $file_out = file_get_contents( 'https://api.bringthepixel.com/license.txt' );1642: // $file_out = file_get_contents( 'https://avadatheme.info/license.txt' ); file_get_contents was found in the file theme.php 1639: $file_out =
- add_dashboard_page( File common.php : 149: //
snax.zip easy-social-share-buttons3.zip media-ace.zip ad-ace.zip g1-socials.zip photomix.zip facebook-comments-plugin.zip youzer.zip js_composer.zip envato-market.zip whats-your-reaction.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_x, with the arguments '(drag and drop to reorder)', 'bimber' in file theme-options.php.Found a translation function that is missing a text-domain. Function esc_html_x, with the arguments 'Edit plugin settings', 'bimber' in file theme-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, woocommerce, buddypress, wyr, rcp, snax, g1_theme, bbpress, wordpress-importer, tgmpa, bp-follow, adace, js_composer, mycred, mace, youzer, download-monitor, g1_socials.
- The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- .ds_store was found.
- 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 : class-elementor-bimber-extension.php 78: require_once( BIMBER_PLUGINS_DIR . 'elementor/widgets/bimber-collection.php79: require_once( BIMBER_PLUGINS_DIR . 'elementor/widgets/bimber-categories.php80: require_once( BIMBER_PLUGINS_DIR . 'elementor/widgets/bimber-mc4wp-form.php94: require_once( BIMBER_PLUGINS_DIR . 'elementor/controls/class-bimber-terms-c95: require_once( BIMBER_PLUGINS_DIR . 'elementor/controls/class-bimber-radio-c 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.