The7
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAME9.0.1.1.zip
- FILE SIZE8474426 bytes
- MD5177b7314c39a84e7b3248107591dc0a9
- SHA183a662076103bbfda7c817a6c704d2bb320587aa
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- VERSION9.0.1.1
- TAGSmultipurpose, responsive, retina ready, SEO ready, mobile friendly, iOS, material design, clean, minimal, business, corporate, portfolio, creative, photography, one page site, micro site
- CREATION DATE2020-07-18
- LAST FILE UPDATE2020-07-18
- LAST VALIDATION2020-07-18 22:43
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
Ligne105: $attributes['icon'] = wp_kses( rawurldecode( base64_decode( $attributes['icon'] ) ), array( 'i' => array( 'class' => arr
Found base64_decode in file text-with-icon.php.Ligne196: $icon_html = wp_kses( rawurldecode( base64_decode( $this->atts['icon'] ) ), array( 'i' => array( 'class' => arr
Found base64_decode in file default-button.php.Ligne83: $icon_html = wp_kses( rawurldecode( base64_decode( $this->atts['icon'] ) ), array( 'i' => array( 'class' => arr
Found base64_decode in file contact-form.php.Ligne79: 'terms_msg' => rawurldecode( base64_decode( $terms_msg ) ),
Found base64_decode in file options-framework.php.Ligne952: $import_options = @unserialize( @base64_decode( $input['import_export'] ) );
Found base64_decode in file button.php. 'value' => base64_encode( rawurlencode( wp_kses_post( _x( 'By using this form you agre
Found base64_encode in file class-the7-option-field-import-export-options.php.$val = base64_encode( serialize( $this->settings ) );
Found base64_encode in file the7-contact-form-bridge.php. Ligne78: $output = '<div class='' . esc_attr( $classes ) . '' style='' . esc_attr( $style ) . ''><iframe src='' . esc_url( $src ) . '' frameborder='0' marginwidth='0' margi
Found <iframe id="the7-customizer-preview" src="%s" frameborder="0"> in file options-framework.php.Ligne566: '<iframe id='the7-customizer-preview' src='%s' frameborder='0'></iframe>',
Found <iframe src="https://www.facebook.com/plugins/like.php?href='
. esc_url( $url ) . '&layout='
. esc_attr( $type ) . '&show_faces=false&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true"> in file vc_facebook.php. Found <iframe src="' . esc_url( $src ) . '" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="500" height="' . $height . '"> in file map.php. Ligne849: $this->site_meta = json_decode( file_get_contents( $this->content_dir . 'site-meta.json' ), true );
file_get_contents was found in the file parsers.phpLigne73: $success = $dom->loadXML( file_get_contents( $file ) );
Ligne305: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {
file_get_contents was found in the file parsers.phpLigne73: $success = $dom->loadXML( file_get_contents( $file ) );
Ligne305: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {
fopen was found in the file parsers.phpLigne452: $fp = $this->fopen( $file, 'r' );
Ligne679: function fopen( $filename, $mode = 'r' ) {
Ligne682: return fopen( $filename, $mode );
fclose was found in the file parsers.phpLigne501: $this->fclose($fp);
Ligne697: function fclose( $fp ) {
Ligne700: return fclose( $fp );
fopen was found in the file parsers.phpLigne452: $fp = $this->fopen( $file, 'r' );
Ligne679: function fopen( $filename, $mode = 'r' ) {
Ligne682: return fopen( $filename, $mode );
fopen was found in the file parsers.phpLigne452: $fp = $this->fopen( $file, 'r' );
Ligne679: function fopen( $filename, $mode = 'r' ) {
Ligne682: return fopen( $filename, $mode );
fclose was found in the file parsers.phpLigne501: $this->fclose($fp);
Ligne697: function fclose( $fp ) {
Ligne700: return fclose( $fp );
fclose was found in the file parsers.phpLigne501: $this->fclose($fp);
Ligne697: function fclose( $fp ) {
Ligne700: return fclose( $fp );
file_get_contents was found in the file the7_lessc.inc.phpLigne124: $root = $parser->parse(file_get_contents($realPath));
Ligne1856: $out = $this->compile(file_get_contents($fname), $fname);
fwrite was found in the file the7_lessc.inc.phpLigne711: // fwrite(STDERR,'failed to find block: '.implode(' > ', $path).'\n');
file_get_contents was found in the file the7_lessc.inc.phpLigne124: $root = $parser->parse(file_get_contents($realPath));
Ligne1856: $out = $this->compile(file_get_contents($fname), $fname);
file_put_contents was found in the file the7_lessc.inc.phpLigne1861: return file_put_contents($outFname, $out);
file_get_contents was found in the file class-the7-demo-content-import-manager.php Ligne12: add_action( 'admin_menu', array( __CLASS__, 'add_menu_page' ) );
Ligne18: public static function add_menu_page() {
Ligne21: $page_slug = add_menu_page(
File class-the7-dev-admin-page.php :Ligne12: add_action( 'admin_menu', array( __CLASS__, 'add_menu_page' ) );
Ligne18: public static function add_menu_page() {
Ligne21: $page_slug = add_menu_page(
File class-the7-demo-content-admin.php :Ligne353: * @use add_management_page
File class-the7-tgm-plugin-activation.php :Ligne724: $this->page_hook = add_plugins_page( $args['page_title'], $args['menu_title'], $args['capabili
File class-the7-admin-dashboard.php :Ligne53: add_action( 'admin_menu', array( $this, 'add_menu_page' ) );
Ligne69: public function add_menu_page() {
Ligne73: $the7_page = add_menu_page( $dashboard['title'], __( 'The7', 'the7mk2' ), $dashboard['ca
File class-the7-admin-dashboard.php :Ligne53: add_action( 'admin_menu', array( $this, 'add_menu_page' ) );
Ligne69: public function add_menu_page() {
Ligne73: $the7_page = add_menu_page( $dashboard['title'], __( 'The7', 'the7mk2' ), $dashboard['ca
File class-the7-admin-dashboard.php :Ligne93: $hook_suffix = add_submenu_page( $page['dashboard_slug'], $page['title'], $page['title'],
File class-the7-icon-manager.php :Ligne39: $hook_suffix = add_submenu_page(
File core-functions.php :Ligne1235: function the7_add_submenu_page_after( $parent_slug, $page_title, $menu_title, $capability
Ligne1236: $hook = add_submenu_page( $parent_slug, $page_title, $menu_title, $capability, $men
File options-framework.php :Ligne333: $main_page_id = add_menu_page(
File options-framework.php :Ligne349: $sub_page_id = add_submenu_page(
File class-the7-dev-admin-page.php : - Themes should not hide admin bar. Detected in file : class-the7-options-preview.php.
Warning
- Found wrong tag multipurpose in style.css header.Found wrong tag responsive in style.css header.Found wrong tag retina ready in style.css header.Found wrong tag SEO ready in style.css header.Found wrong tag mobile friendly in style.css header.Found wrong tag iOS in style.css header.Found wrong tag material design in style.css header.Found wrong tag clean in style.css header.Found wrong tag minimal in style.css header.Found wrong tag business in style.css header.Found wrong tag corporate in style.css header.Found wrong tag creative in style.css header.Found wrong tag one page site in style.css header.Found wrong tag micro site 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 the7.
- Found a translation function that is missing a text-domain. Function _x, with the arguments 'Layout 1', 'dt-the7-core' in file the7-text-with-icon-bridge.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Layout 2', 'dt-the7-core' in file the7-text-with-icon-bridge.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Layout 3', 'dt-the7-core' in file the7-text-with-icon-bridge.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Layout 4', 'dt-the7-core' in file the7-text-with-icon-bridge.php.Found a translation function that is missing a text-domain. Function _x, with the arguments 'Layout 5', 'dt-the7-core' in file the7-text-with-icon-bridge.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Icon" in file the7-icon-bridge.php.Found a translation function that is missing a text-domain. Function __, with the arguments "Social Icon Item" in file the7-social-icon-bridge.php.Found a translation function that has an incorrect number of arguments. Function _x, with the arguments '', ' ', vc inline dummy, 'the7mk2' in file single-soc-icon.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'the7mk2' in file class-the7-demo-content-import-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'the7mk2' in file class-the7-demo-content-import-manager.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'the7mk2' in file posts-defaults.php.Found a translation function that is missing a text-domain. Function _e, with the arguments 'The7 BETA tester:' in file the7-status.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Remove Image' in file Tax-meta-class.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Upload Image' in file Tax-meta-class.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 the7mk2, woocommerce, dt-the7-core, js_composer, vc inline dummy, elementor-pro, elementor, plugin-domain, wordpress-importer, tgmpa, categories, ,, tax-meta.
- The theme uses the register_taxonomy() function, which is plugin-territory functionality.The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.
- Themes should not hide admin bar. Detected in file admin-bar.min.css.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- Possible variable $str found in translation function in the7_lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $arg found in translation function in the7_lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $items found in translation function in the7_lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $string found in translation function in the7_lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $val found in translation function in the7_lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $newUnit found in translation function in the7_lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $res found in translation function in the7_lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $key found in translation function in the7_lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $part found in translation function in the7_lessc.inc.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in the7_lessc.inc.php. Translation function calls should not contain PHP variables.
- Possible variable $file_name found in translation function in class-the7-demo-content-import-manager.php. Translation function calls should not contain PHP variables. Possible variable $file_name found in translation function in class-the7-demo-content-import-manager.php. Translation function calls should not contain PHP variables. Possible variable $action found in translation function in posts-defaults.php. Translation function calls should not contain PHP variables.
- Possible variable $title found in translation function in single-soc-icon.php. Translation function calls should not contain PHP variables. Possible variable $value found in translation function in options-sanitize.php. Translation function calls should not contain PHP variables.
- No reference to the_post_thumbnail was found in the theme.
Tip-off
- Possible Favicon found in deprecated-functions.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.Possible Favicon found in html-helpers.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
- 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 author.php.
- This theme does not contain optional file attachment.php.
- The theme appears to use include or require : vc-extensions.php
Ligne840: include( $path . $font_data['include'] . '/' . $font_data['config'] );
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 : custom-menu-1.phpLigne13: require_once 'widgets-custom-menu.class.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 : custom-menu-2.phpLigne13: require_once 'widgets-custom-menu.class.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 : blog-categories.phpLigne13: require_once 'widgets-posts-categories.class.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-the7-woocommerce-compatibility.phpLigne18:
Ligne19:
Ligne22:
Ligne23:
Ligne24:
Ligne25:
Ligne49:
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-the7-elementor-widgets.phpLigne184: require_once( __DIR__ . '/widgets/' . $widget_filename . '.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 : mod-the7-compatibility.phpLigne50:
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-the7-install.phpLigne226: include_once( dirname( __FILE__ ) . '/class-the7-background-updater.php' );
Ligne227: include_once( dirname( __FILE__ ) . '/the7-update-functions.php' );
Ligne266: include( dirname( __FILE__ ) . '/views/html-notice-update.php' );
Ligne270: include( dirname( __FILE__ ) . '/views/html-notice-updating.php' );
Ligne274: include( dirname( __FILE__ ) . '/views/html-notice-updated.php' );
Ligne375: require_once( $patches_dir . 'interface-the7-db-patch.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-the7-background-updater.phpLigne13: include_once( dirname( __FILE__ ) . '/libraries/wp-async-request.php' );
Ligne17: include_once( dirname( __FILE__ ) . '/libraries/wp-background-process.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 : the7-update-utility-functions.phpLigne153: include( PRESSCORE_SHORTCODES_INCLUDES_DIR . '/class-the7-shortcode-id-crut
Ligne157: include( PRESSCORE_DIR . '/vendor/lessphp/the7_lessc.inc.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 : the7-update-functions.phpLigne202: include( PRESSCORE_SHORTCODES_INCLUDES_DIR . '/class-the7-shortcode-id-crut
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-update.phpLigne279: include( dirname( __FILE__ ) . '/views/html-notice-registration.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-the7-demo-content-admin.phpLigne365: include 'partials/demos.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-the7-demo-content.phpLigne113: require_once 'class-the7-demo-content-loader.php';
Ligne118: require_once 'interface-the7-demo-content-plugins-checker.php';
Ligne119: require_once 'class-the7-demo-content-tgmpa.php';
Ligne120: require_once 'class-the7-demo-content-import-manager.php';
Ligne121: require_once 'class-the7-demo-content-remote-server-api.php';
Ligne122: require_once 'class-the7-demo-content-phpstatus.php';
Ligne123: require_once 'class-the7-demo-content-remote-content.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-the7-demo-content-import-manager.phpLigne831: include_once 'class-the7-demo-content-vc-importer.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 : load-meta-boxes.phpLigne10: require 'meta-boxes/taxonomy-meta-box.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 : meta-box.phpLigne15: require_once( PRESSCORE_EXTENSIONS_DIR . '/custom-meta-boxes/override-field
Ligne21: require_once( THE7_RWMB_DIR . 'meta-box.php' );
Ligne27: require_once( PRESSCORE_EXTENSIONS_DIR . '/custom-meta-boxes/metabox-fields
Ligne28: require_once( PRESSCORE_EXTENSIONS_DIR . '/custom-meta-boxes/class-the7-rwm
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.