34
Validation results

Royal

Free WordPress 6.5.2 theme

Royal

Free WordPress 6.5.2 theme
34
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMERoyal_Theme-v6.1.zip
  • FILE SIZE11536402 bytes
  • MD53987bd45e52a9791a6e5eae3e599415a
  • SHA16440509867689a14f7d7fca5c33c03316aa73b21
  • LICENSECustom
  • FILES INCLUDEDCSS, PHP, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttp://8theme.com/
  • VERSION6.1
  • CREATION DATE2019-11-26
  • LAST FILE UPDATE2019-11-26
  • LAST VALIDATION2019-11-26 13:47
  • OTHER VERSIONS

    5.0.1 : 0%

This theme is open source.
Critical alerts
  1. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe width="560" height="315" style="max-width:100%; height:auto;" src="https://www.youtube.com/embed/bHE_UhSJM10?list" frameborder="0" allowfullscreen> in file envato_setup.php.
    Ligne1430: <iframe width='560' height='315' style='max-width:100%; height:auto;' src='
  2. Admin menu : Themes should use add_theme_page() for adding admin pages. File panel.php :
    Ligne8: add_action( 'admin_menu', array( $this, 'et_add_menu_page' ) );
    Ligne11: public function et_add_menu_page(){
    Ligne12: add_menu_page( 
    File panel.php :
    Ligne21: add_submenu_page(
    Ligne31: add_submenu_page(
    Ligne42: add_submenu_page(
    Ligne51: add_submenu_page(
    Ligne59: add_submenu_page(
    Ligne69: add_submenu_page(
    Ligne78: add_submenu_page(
    Ligne87: add_submenu_page(
    File panel.php :
    Ligne21: add_submenu_page(
    Ligne31: add_submenu_page(
    Ligne42: add_submenu_page(
    Ligne51: add_submenu_page(
    Ligne59: add_submenu_page(
    Ligne69: add_submenu_page(
    Ligne78: add_submenu_page(
    Ligne87: add_submenu_page(
    File panel.php :
    Ligne21: add_submenu_page(
    Ligne31: add_submenu_page(
    Ligne42: add_submenu_page(
    Ligne51: add_submenu_page(
    Ligne59: add_submenu_page(
    Ligne69: add_submenu_page(
    Ligne78: add_submenu_page(
    Ligne87: add_submenu_page(
    File panel.php :
    Ligne21: add_submenu_page(
    Ligne31: add_submenu_page(
    Ligne42: add_submenu_page(
    Ligne51: add_submenu_page(
    Ligne59: add_submenu_page(
    Ligne69: add_submenu_page(
    Ligne78: add_submenu_page(
    Ligne87: add_submenu_page(
    File panel.php :
    Ligne21: add_submenu_page(
    Ligne31: add_submenu_page(
    Ligne42: add_submenu_page(
    Ligne51: add_submenu_page(
    Ligne59: add_submenu_page(
    Ligne69: add_submenu_page(
    Ligne78: add_submenu_page(
    Ligne87: add_submenu_page(
    File panel.php :
    Ligne21: add_submenu_page(
    Ligne31: add_submenu_page(
    Ligne42: add_submenu_page(
    Ligne51: add_submenu_page(
    Ligne59: add_submenu_page(
    Ligne69: add_submenu_page(
    Ligne78: add_submenu_page(
    Ligne87: add_submenu_page(
    File panel.php :
    Ligne21: add_submenu_page(
    Ligne31: add_submenu_page(
    Ligne42: add_submenu_page(
    Ligne51: add_submenu_page(
    Ligne59: add_submenu_page(
    Ligne69: add_submenu_page(
    Ligne78: add_submenu_page(
    Ligne87: add_submenu_page(
    File panel.php :
    Ligne21: add_submenu_page(
    Ligne31: add_submenu_page(
    Ligne42: add_submenu_page(
    Ligne51: add_submenu_page(
    Ligne59: add_submenu_page(
    Ligne69: add_submenu_page(
    Ligne78: add_submenu_page(
    Ligne87: add_submenu_page(
    File theme-options.php :
    Ligne116: // For a full list of options, visit: http://codex.wordpress.org/Function_Reference/add_submenu_page#Parameters
    File class-tgm-plugin-activation.php :
    Ligne731: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_t
  3. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was tempsliderzip.zip.
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag in style.css header.
  2. Text domain : Incorrect use of translation functions.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 royal, xstore, tgmpa.
  3. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  4. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  5. Editor style : Presence of editor styleNo 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.
  6. Screenshot : Screenshot fileScreenshot size is 600x450px. 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
  1. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  2. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  3. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  4. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  5. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  6. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  7. Use of includes : Use of include or requireThe theme appears to use include or require : taxonomy-portfolio_category.php
    Ligne5: require_once( 'portfolio.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 : theme-functions.php
    Ligne3091: include(TEMPLATEPATH . '/sidebar-'.$name.'.php');
    Ligne3093: include(TEMPLATEPATH . '/sidebar.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 : plugins.php
    Ligne3: require_once('plugins/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 : init.php
    Ligne16: require_once( trailingslashit(ETHEME_CODE_DIR). 'theme.php' );
    Ligne25: require_once( $locale_file );
    Ligne29: require_once( trailingslashit(ETHEME_CODE_DIR). 'options.php' );
    Ligne30: require_once( trailingslashit(ETHEME_CODE_DIR). 'inc/taxonomy-metadata.php'
    Ligne31: require_once( trailingslashit(ETHEME_CODE_DIR). 'theme-functions.php' );
    Ligne32: require_once( trailingslashit(ETHEME_CODE_DIR). 'images.php' );
    Ligne33: require_once( trailingslashit(ETHEME_CODE_DIR). 'walkers.php' );
    Ligne35: require_once( trailingslashit(ETHEME_CODE_DIR). 'woo.php' );
    Ligne37: require_once( trailingslashit(ETHEME_CODE_DIR). 'vc.php' );
    Ligne38: require_once( trailingslashit(ETHEME_CODE_DIR). 'theme-options.php');
    Ligne41: require_once( trailingslashit(ETHEME_CODE_DIR). 'custom-metaboxes.php');
    Ligne44: require_once( trailingslashit(ETHEME_CODE_DIR) . 'options-framework/loader.
    Ligne46: require_once( trailingslashit(ETHEME_CODE_DIR). 'inc/envato_setup/envato_se
    Ligne49: require_once( trailingslashit(ETHEME_CODE_DIR). 'custom-styles.php' );
    Ligne55: require_once( trailingslashit(ETHEME_CODE_DIR) . 'inc/menu-images/nav-menu-
    Ligne56: require_once( trailingslashit(ETHEME_CODE_DIR) . 'plugins.php' );
    Ligne57: require_once( trailingslashit(ETHEME_CODE_DIR). 'version-check.php');
    Ligne59: require_once( trailingslashit( ETHEME_CODE_DIR) . 'system-requirements.php'
    Ligne60: require_once( trailingslashit(ETHEME_CODE_DIR). 'panel/panel.php');
    Ligne63: require_once( trailingslashit(ETHEME_CODE_DIR). 'migrator.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 : envato_setup.php
    Ligne678: require_once( ABSPATH . 'wp-admin/includes/file.php' );
    Ligne1552: require_once ( ABSPATH . '/wp-admin/includes/file.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 : loader.php
    Ligne22: require_once( $class_file );
    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 : field_fonts_uploader.php
    Ligne231: if ( ! function_exists( 'wp_handle_upload' ) ) require_once( ABSPATH . 'wp-admin/includes/file.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.
Other checked themes