Savoy
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEsavoy.zip
- FILE SIZE9016178 bytes
- MD526652e504cf899ca212e18dac3f84ad9
- SHA13ce9e7e78ff2375168c4530a5802c53c361069b0
- LICENSENone
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- VERSION2.5.1
- AUTHOR URIhttp://www.nordicmade.com
- TAGSresponsive-layout, custom-background, custom-colors, custom-header, custom-menu, theme-options, threaded-comments, translation-ready
- CREATION DATE2020-12-14
- LAST FILE UPDATE2020-12-14
- LAST VALIDATION2020-12-14 23:44
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- file_get_contents( $file );fopen was found in the file class-wxr-parser-regex.php 37: $fp = $this->fopen( $file, 'r' );295: function fopen( $filename, $mode = 'r' ) {298: return fopen( $filename, $mode );fclose was found in the file class-wxr-parser-regex.php 92: $this->fclose($fp);313: function fclose( $fp ) {316: return fclose( $fp );fopen was found in the file class-wxr-parser-regex.php 37: $fp = $this->fopen( $file, 'r' );295: function fopen( $filename, $mode = 'r' ) {298: return fopen( $filename, $mode );fopen was found in the file class-wxr-parser-regex.php 37: $fp = $this->fopen( $file, 'r' );295: function fopen( $filename, $mode = 'r' ) {298: return fopen( $filename, $mode );fclose was found in the file class-wxr-parser-regex.php 92: $this->fclose($fp);313: function fclose( $fp ) {316: return fclose( $fp );fclose was found in the file class-wxr-parser-regex.php 92: $this->fclose($fp);313: function fclose( $fp ) {316: return fclose( $fp );file_get_contents was found in the file class-wxr-parser-xml.php 38: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {file_get_contents was found in the file class-wxr-parser-simplexml.php 23: $success = $dom->loadXML( file_get_contents( $file ) ); file_get_contents was found in the file class-whizzie-widget-importer.php 27: $data =
- add_submenu_page#Parameters File options-config.php : 70: // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/
nm-custom-code.zip nm-theme-settings.zip nm-portfolio.zip js_composer.zip nm-instagram.zip nm-wishlist.zip nm-post-types.zip envato-market.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- Found wp_deregister_script in woocommerce-functions.php. Themes must not deregister core scripts. 224: wp_deregister_script( 'select2' );225: wp_deregister_script( 'selectWoo' );Found wp_deregister_script in init.php. Themes must not deregister core scripts. 57: wp_deregister_script( 'wpb_composer_front_js' );94: wp_deregister_script( 'vc_accordion_script' );95: wp_deregister_script( 'vc_tta_autoplay_script' );96: wp_deregister_script( 'vc_tabs_script' );
- The tag responsive-layout has been deprecated, it must be removed from style.css header.
- 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 nm-framework, woocommerce, nm-framework-admin, wordpress-importer, tgmpa.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- 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.
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 home.php.
- This theme does not contain optional file taxonomy.php.
- This theme does not contain optional file date.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 : menus.php 5: include( NM_DIR . '/menus/class-walker-nav-menu.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 : init.php 118: include( NM_VC_DIR . '/page-templates.php' );122: include( NM_DIR . '/visual-composer/elements-config.php' );126: include( NM_VC_DIR . '/params/iconpicker.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 : nm-setup.php 818: require( NM_DIR . '/options/default-options.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 : config.php 34: require_once( NM_DIR . '/tgmpa/class-tgm-plugin-activation.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.