Royal
Free WordPress 6.7 theme
- THEME TYPEWordPress theme 6.7
- 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
This theme is open source.
Critical alerts
Ligne1430: <iframe width='560' height='315' style='max-width:100%; height:auto;' src='
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. 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
File panel.php : tempsliderzip.zip
.
Plugins are not allowed in themes. The zip file found was
Warning
- Found wrong tag in 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 royal, xstore, tgmpa.
- No reference to custom header was found in the theme.
- No reference to custom background was found in the theme.
- 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.
- Screenshot 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
- 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 image.php.
- The 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.phpLigne3091: 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.phpLigne3: 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.phpLigne16: 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.phpLigne678: 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.phpLigne22: 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.phpLigne231: 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.