Devion
WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- FILE NAMEDevion.zip
- FILE SIZE467014 bytes
- MD5473e1107828430cc64eeff8c0d517b00
- SHA1a115ee99d33215ab51c306a72c89da4ebed00be9
- LICENSEGNU GPL 2
- FILES INCLUDEDCSS, PHP, Bitmap images
- VERSION10.0
- AUTHOR URIhttp://fabthemes.com
- CREATION DATE2019-12-27
- LAST FILE UPDATE2019-12-27
- LAST VALIDATION2019-12-27 01:36
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
- Found a Customizer setting that did not have a sanitization callback function in file FT_scope.php. Every call to the add_setting() method needs to have a sanitization callback function passed.
- No reference to add_theme_support( "title-tag" ) was found in the theme.The theme needs to have <title> tags, ideally in the header.php file.The theme needs to have a call to wp_title(), ideally in the header.php file.
- ini_set('display_errors', '0');218: ini_set('display_errors', '0');236: @ini_set('allow_url_fopen', 1);237: @ini_set('default_socket_timeout', $_socket_timeout);238: @ini_set('user_agent', $_user_agent); Found ini_set in file functions.php. 216:
- .htaccess was found.
- Found <iframe width="640" height="360" src="//www.youtube.com/embed/f8E_zmlDU8M" frameborder="0" allowfullscreen> in file guide.php. 38: <iframe width='640' height='360' src='//www.youtube.com/embed/f8E_zmlDU8M'
- file_put_contents($styleFile, $less->compileFile($lessFile));file_get_contents was found in the file lessc.php 121: $root = $parser->parse(file_get_contents($realPath));1830: $out = $this->compile(file_get_contents($fname), $fname);fwrite was found in the file lessc.php 687: // fwrite(STDERR,'failed to find block: '.implode(' > ', $path).'\n');file_get_contents was found in the file lessc.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 lessc.php 1835: return file_put_contents($outFname, $out);file_get_contents was found in the file guide.php 96: ' . file_get_contents(dirname(__FILE__) . '/FT/license-html.php') . 'file_get_contents was found in the file functions.php 240: if (function_exists('file_get_contents')) {250: $data = @file_get_contents('http://' . $host . $path, false, $context); file_put_contents was found in the file FT_scope.php 154:
- add_menu_page116: $this->options_screen = add_menu_page(File class-options-framework-admin.php : 115: // http://codex.wordpress.org/Function_Reference/add_menu_page116: $this->options_screen = add_menu_page(File class-options-framework-admin.php : 128: // http://codex.wordpress.org/Function_Reference/add_submenu_page129: $this->options_screen = add_submenu_page(File class-options-framework-admin.php : 128: // http://codex.wordpress.org/Function_Reference/add_submenu_page129: $this->options_screen = add_submenu_page( File class-options-framework-admin.php : 115: // http://codex.wordpress.org/Function_Reference/
- screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );1585: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) ); screen_icon found in file class-tgm-plugin-activation.php. Deprecated since version 3.8.391:
- get_bloginfo('template_directory') . '/FT/css/jquery.minicolors.css', array67: wp_register_script('jquery.minicolors.min.js', get_bloginfo('template_directory'). '/FT/js/jquery.minicolors.min.js', arra71: wp_register_script('ft.colorset.js', get_bloginfo('template_directory'). '/FT/js/colorset.js', array('jquery'), get_bloginfo('stylesheet_directory') was found in the file ft-options.php. Use get_stylesheet_directory_uri() instead.61: $imagepath = get_bloginfo('stylesheet_directory') . '/images/'; get_bloginfo('template_directory') was found in the file options.php. Use get_template_directory_uri() instead.65: wp_register_style('jquery.minicolors.css',
- bloginfo('url'); ?>' title='<?php bloginfo('name'); ?>'><?php bloginfo('nam bloginfo('url') was found in the file footer.php. Use echo esc_url( home_url() ) instead.22: Copyright © <?php echo date('Y');?> <a href='<?php
zilla-likes-1.1.1.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- 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 devion.
- Found a translation function that is missing a text-domain. Function __, with the arguments 'Maximum width (px)' in file FT_scope.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'Maximum height (px)' in file FT_scope.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 devion, themeslug, optionsframework, ft_op, tgmpa.
- Found the URL of a CDN in the code:
netdna.bootstrapcdn.com/bootstrap
. CSS or Javascript resources should not be loaded from a CDN. These resources should be bundled with the theme. - The theme uses the register_post_type() function, which is plugin-territory functionality.
- PHP short tags were found in file related-posts.php. "This practice is discouraged because they are only available if enabled with short_open_tag php.ini configuration file directive, or if PHP was configured with the --enable-short-tags option" (php.net), which is not the case on many servers.29: <? }
- No reference to custom header was found in the theme.
- screen_icon found in file class-tgm-plugin-activation.php. Deprecated since version 3.8.391: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );1585: screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );
- 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 lessc.php. Translation function calls should not contain PHP variables. Possible variable $arg found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $items found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $string found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $val found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $newUnit found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $res found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $key found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $part found in translation function in lessc.php. Translation function calls should not contain PHP variables. Possible variable $this found in translation function in lessc.php. Translation function calls should not contain PHP variables.
- Possible variable $im found in translation function in FT_scope.php. Translation function calls should not contain PHP variables. Possible variable $im found in translation function in FT_scope.php. Translation function calls should not contain PHP variables.
- No reference to the_post_thumbnail was found in the theme.
- Could not find Theme URL.
- Screenshot size is 400x300px. 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
- 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 attachment.php.
- This theme does not contain optional file image.php.
- The theme appears to use include or require : FT_scope.php 2: require 'plugin/updater.php';3: require 'plugin/options-framework/options-framework.php';139: require_once 'inc/lessc.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 : options.php 5: $arrayDef = include ('colors.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-tgm-plugin-activation.php 1073: require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.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 : footer.php 28: <?php $lib_path = dirname(__FILE__).'/'; require_once('functions.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 : ft-options.php 88: include ('FT/options/banners.php');91: include ('FT/options/colors.php');94: include ('FT/options/common.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.