31
Validation results

Consulting

Consulting

WordPress 6.5.2 theme
31
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEconsulting_5.0.1.zip
  • FILE SIZE26978025 bytes
  • MD573501e5b56538d24f3eade929922c3c5
  • SHA1bc8d0214b5a25923ead6ca21dfc8ff76347af74a
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
  • VERSION5.0.1
  • TAGSblue, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, sticky-post, translation-ready
  • CREATION DATE2020-04-08
  • LAST FILE UPDATE2020-05-29
  • LAST VALIDATION2020-05-29 13:52
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site Found <iframe src="' . esc_url($link) . '" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="autoplay"> in file vc_video.php. 30: $embed = '<iframe src='' . esc_url($link) . '' frameborder='0' webkitallowfullscreen
  2. Admin menu : Themes should use add_theme_page() for adding admin pages. File admin.php : 123: //add_action( 'admin_menu', array( $this, 'add_menu_page' ) );334: public function add_menu_page() {335: $page = add_menu_page( __( 'Envato Market', 'consulting' ), __( 'Envato Market', 'cFile admin.php : 123: //add_action( 'admin_menu', array( $this, 'add_menu_page' ) );334: public function add_menu_page() {335: $page = add_menu_page( __( 'Envato Market', 'consulting' ), __( 'Envato Market', 'cFile admin_screens.php : 17: add_menu_page(69: add_menu_page(File admin_screens.php : 28: add_submenu_page(38: add_submenu_page(48: add_submenu_page(58: add_submenu_page(File admin_screens.php : 28: add_submenu_page(38: add_submenu_page(48: add_submenu_page(58: add_submenu_page(File admin_screens.php : 28: add_submenu_page(38: add_submenu_page(48: add_submenu_page(58: add_submenu_page(File admin_screens.php : 28: add_submenu_page(38: add_submenu_page(48: add_submenu_page(58: add_submenu_page(File admin_screens.php : 17: add_menu_page(69: add_menu_page(
  3. Included plugins : Zip file found Plugins are not allowed in themes. The zip file found was layout_7.zip stm-post-type.zip layout_mumbai.zip layout_11.zip stm-importer.zip layout_13.zip layout_20.zip layout_5.zip layout_14.zip layout_4.zip layout_16.zip layout_6.zip layout_1.zip layout_3.zip layout_amsterdam.zip layout_15.zip layout_12.zip layout_8.zip layout_19.zip layout_17.zip layout_2.zip layout_davos.zip layout_9.zip layout_18.zip layout_zurich.zip layout_10.zip revslider.zip booked.zip custom-icons-by-stylemixthemes.zip js_composer.zip.
Warning
  1. theme tags : Presence of bad theme tagsThe tag blue has been deprecated, it must be removed from style.css header.The tag fixed-layout has been deprecated, it must be removed from style.css header.The tag fluid-layout has been deprecated, it must be removed from style.css header.The tag responsive-layout has been deprecated, it must be removed from style.css header.
  2. Text domain : Incorrect use of translation functions.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 consulting.
  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. I18N implementation : Proper use of ___all(Possible variable $i found in translation function in registration.php. Translation function calls should not contain PHP variables.
  7. I18N implementation : Proper use of _x(Possible variable $header_l18_btn_link found in translation function in header.php. Translation function calls should not contain PHP variables. Possible variable $header_l18_btn_text found in translation function in header.php. Translation function calls should not contain PHP variables. Possible variable $header_l18_btn_text found in translation function in header.php. Translation function calls should not contain PHP variables. Possible variable $header_l16_btn_link found in translation function in header.php. Translation function calls should not contain PHP variables. Possible variable $header_l16_btn_text found in translation function in header.php. Translation function calls should not contain PHP variables. Possible variable $header_l16_btn_text found in translation function in header.php. Translation function calls should not contain PHP variables.
  8. I18N implementation : Proper use of esc_html___all(Possible variable $i found in translation function in registration.php. Translation function calls should not contain PHP variables.
  9. Screenshot : Screenshot fileBad 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 category template file category.phpThis theme does not contain optional file category.php.
  5. Optional files : Presence of tag template file tag.phpThis theme does not contain optional file tag.php.
  6. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  7. Optional files : Presence of author template file author.phpThis theme does not contain optional file author.php.
  8. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  9. Optional files : Presence of archive template file archive.phpThis theme does not contain optional file archive.php.
  10. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  11. Use of includes : Use of include or requireThe theme appears to use include or require : admin.php 8: require_once($includes . 'envato-market/envato-market.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 : install_demo.php 191: <?php require_once 'privacy_policy.php'; ?>204: <?php require_once 'choose_plugin.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 : admin.php 921: include_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' );1111: require( envato_market()->get_plugin_path() . 'inc/admin/view/callback/admi1120: require( envato_market()->get_plugin_path() . 'inc/admin/view/callback/sect1129: require( envato_market()->get_plugin_path() . 'inc/admin/view/callback/sect1138: require( envato_market()->get_plugin_path() . 'inc/admin/view/callback/sett1147: require( envato_market()->get_plugin_path() . 'inc/admin/view/callback/sett1156: require( envato_market()->get_plugin_path() . 'inc/admin/view/partials/intr1165: require( envato_market()->get_plugin_path() . 'inc/admin/view/partials/tabs1174: require( envato_market()->get_plugin_path() . 'inc/admin/view/partials/sett1183: require( envato_market()->get_plugin_path() . 'inc/admin/view/partials/them1192: require( envato_market()->get_plugin_path() . 'inc/admin/view/partials/plug1201: require( envato_market()->get_plugin_path() . 'inc/admin/view/notice/succes1210: require( envato_market()->get_plugin_path() . 'inc/admin/view/notice/succes1219: require( envato_market()->get_plugin_path() . 'inc/admin/view/notice/succes1228: require( envato_market()->get_plugin_path() . 'inc/admin/view/notice/error.1237: require( envato_market()->get_plugin_path() . 'inc/admin/view/notice/error- 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 : elementor.php 15: include(consulting_locate_template($template_name)); 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 : visual_composer.php 4062: include($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 : customizer.class.php 211: include( $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 : main.php 4: require_once(CONSULTING_INC_PATH . '/megamenu/admin/includes/xteam/xteam.ph5: require_once(CONSULTING_INC_PATH . '/megamenu/admin/includes/config.php');6: require_once(CONSULTING_INC_PATH . '/megamenu/admin/includes/enqueue.php');7: require_once(CONSULTING_INC_PATH . '/megamenu/admin/includes/fontawesome.ph9: require_once(CONSULTING_INC_PATH . '/megamenu/includes/walker.php');10: require_once(CONSULTING_INC_PATH . '/megamenu/includes/enqueue.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