Savoy
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEsavoy.zip
- FILE SIZE8758397 bytes
- MD52ec5effa89dc15aae009dd872802456c
- SHA1415bcc3936596e026dda65759a12d8d01319eaa4
- LICENSENone
- FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
- VERSION2.3.6
- AUTHOR URIhttp://www.nordicmade.com
- TAGSresponsive-layout, custom-background, custom-colors, custom-header, custom-menu, theme-options, threaded-comments, translation-ready
- CREATION DATE2020-01-28
- LAST FILE UPDATE2020-01-28
- LAST VALIDATION2020-01-28 11:05
- OTHER VERSIONS
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- file_get_contents( $file );file_get_contents was found in the file parsers.php 66: $success = $dom->loadXML( file_get_contents( $file ) );296: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {file_get_contents was found in the file parsers.php 66: $success = $dom->loadXML( file_get_contents( $file ) );296: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {fopen was found in the file parsers.php 451: $fp = $this->fopen( $file, 'r' );675: function fopen( $filename, $mode = 'r' ) {678: return fopen( $filename, $mode );fclose was found in the file parsers.php 498: $this->fclose($fp);693: function fclose( $fp ) {696: return fclose( $fp );fopen was found in the file parsers.php 451: $fp = $this->fopen( $file, 'r' );675: function fopen( $filename, $mode = 'r' ) {678: return fopen( $filename, $mode );fopen was found in the file parsers.php 451: $fp = $this->fopen( $file, 'r' );675: function fopen( $filename, $mode = 'r' ) {678: return fopen( $filename, $mode );fclose was found in the file parsers.php 498: $this->fclose($fp);693: function fclose( $fp ) {696: return fclose( $fp );fclose was found in the file parsers.php 498: $this->fclose($fp);693: function fclose( $fp ) {696: return fclose( $fp ); 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-theme-settings.zip nm-portfolio.zip nm-instagram.zip nm-post-types.zip nm-custom-code.zip envato-market.zip js_composer.zip nm-wishlist.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. 194: wp_deregister_script( 'select2' );195: 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, 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 : 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 : 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.The theme appears to use include or require : nm-setup.php 692: 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.