76
Validation results

Ave

Ave

WordPress 6.5.2 theme
76
  • THEME TYPEWordPress theme 6.5.2
  • FILE NAMEave.zip
  • FILE SIZE15072792 bytes
  • MD58d33a4f42db8eac2c8f8db7f190789d8
  • SHA16db9ae8da7f947db9f38c76017d51f8adf0d68d2
  • LICENSEGNU GPL 2
  • FILES INCLUDEDCSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
  • THEME URIhttp://ave.liquid-themes.com/
  • VERSION2.0
  • TAGSresponsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
  • CREATION DATE2019-12-17
  • LAST FILE UPDATE2019-12-17
  • LAST VALIDATION2019-12-17 16:11
  • OTHER VERSIONS

    1.5 : 15%

This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Admin menu : Themes should use add_theme_page() for adding admin pages. File liquid-breadcrumb.php : 199: $this->add_front_page_items();311: * [add_front_page_items description]312: * @method add_front_page_items314: protected function add_front_page_items() {File liquid-breadcrumb.php : 199: $this->add_front_page_items();311: * [add_front_page_items description]312: * @method add_front_page_items314: protected function add_front_page_items() {File liquid-breadcrumb.php : 208: $this->add_posts_page_items();329: * [add_posts_page_items description]330: * @method add_posts_page_items332: protected function add_posts_page_items() {File liquid-breadcrumb.php : 208: $this->add_posts_page_items();329: * [add_posts_page_items description]330: * @method add_posts_page_items332: protected function add_posts_page_items() {File class-tgm-plugin-activation.php : 627: $this->page_hook = call_user_func( 'add_submenu_page', $args['parent_slug'], $args['page_title'], $args['menu_tFile liquid-admin-page.php : 67: add_menu_page(File liquid-admin-page.php : 78: add_submenu_page(
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag responsive in style.css header.Found wrong tag retina in style.css header.Found wrong tag live-editor in style.css header.
  2. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  3. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  4. 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.
Tip-off
  1. favicon presence : Favicon managementPossible Favicon found in header.php. Favicons are handled by the Site Icon setting in the customizer since version 4.3.
  2. Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
  3. Optional files : Presence of front page template file front-page.phpThis theme does not contain optional file front-page.php.
  4. Optional files : Presence of home template file home.phpThis theme does not contain optional file home.php.
  5. Optional files : Presence of term template file taxonomy.phpThis theme does not contain optional file taxonomy.php.
  6. Optional files : Presence of date/time template file date.phpThis theme does not contain optional file date.php.
  7. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  8. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  9. Use of includes : Use of include or requireThe theme appears to use include or require : liquid-header.php 11: include_once( get_template_directory() . '/theme/theme-options/liquid-heade12: include_once( get_template_directory() . '/theme/theme-options/liquid-heade13: include_once( get_template_directory() . '/theme/theme-options/liquid-heade 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 : liquid-extras.php 263: include_once( get_template_directory() . '/theme/theme-options/liquid-page- 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 : liquid-responsive-css.php 59: 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 : liquid-helpers.php 86: 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 : comments.php 150: require( liquid()->comment_template[ $comment_type ] ); 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 : liquid-mega-menu.php 11: require_once( get_template_directory() . '/liquid/extensions/mega-menu/liqu12: require_once( get_template_directory() . '/liquid/extensions/mega-menu/liqu13: require_once( get_template_directory() . '/liquid/extensions/mega-menu/liqu75: require_once( get_template_directory() . '/liquid/extensions/mega-menu/liqu 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 : liquid-dynamic-css.php 88: 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 : liquid-template-tags.php 63: return include( locate_template( 'templates/content/content-bbpress.php' ) );105: include( $template ); 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 : liquid-init.php 11: include_once( get_template_directory() . '/liquid/liquid-base.php' );85: include_once( get_template_directory() . '/liquid/liquid-helpers.php' );86: include_once( get_template_directory() . '/liquid/liquid-template-tags.php'87: include_once( get_template_directory() . '/liquid/liquid-media.php' );88: include_once( get_template_directory() . '/liquid/liquid-theme-options-init89: include_once( get_template_directory() . '/liquid/liquid-meta-boxes-init.ph90: include_once( get_template_directory() . '/liquid/liquid-dynamic-css.php' )91: include_once( get_template_directory() . '/liquid/liquid-responsive-css.php94: include_once( get_template_directory() . '/liquid/structure/markup.php' );95: include_once( get_template_directory() . '/liquid/structure/header.php' );96: include_once( get_template_directory() . '/liquid/structure/footer.php' );97: include_once( get_template_directory() . '/liquid/structure/posts.php' );98: include_once( get_template_directory() . '/liquid/structure/comments.php' )102: include_once( get_template_directory() . '/liquid/vendors/woocommerce/liqui106: include_once( get_template_directory() . '/liquid/extensions/aq_resizer/aq_109: include_once( get_template_directory() . '/liquid/admin/updater/liquid-regi113: $this->layout = include_once( get_template_directory() . '/liquid/liquid-theme-layout.php' 183: include_once( get_template_directory() . '/liquid/admin/liquid-admin-init.p 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 : liquid-admin-license.php 32: include_once( get_template_directory() . '/liquid/admin/views/liquid-login. 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 : liquid-admin-dashboard.php 32: include_once( get_template_directory() . '/liquid/admin/views/liquid-dashbo 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 : liquid-admin-import.php 33: include_once( get_template_directory() . '/liquid/admin/views/liquid-demos. 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 : liquid-admin-plugins.php 32: include_once( get_template_directory() . '/liquid/admin/views/liquid-plugin 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 : liquid-plugins.php 18: <?php include_once( get_template_directory() . '/liquid/admin/views/liquid-tabs.p 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 : liquid-dashboard.php 5: <?php include_once( get_template_directory() . '/liquid/admin/views/liquid-tabs.p17: <?php include_once( get_template_directory() . '/liquid/admin/views/liquid-regist22: <?php include_once( get_template_directory() . '/liquid/admin/views/liquid-featur 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 : liquid-demos.php 5: <?php include_once( get_template_directory() . '/liquid/admin/views/liquid-tabs.p19: include( locate_template( 'theme/liquid-demo-config.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 : liquid-support.php 5: <?php include_once( get_template_directory() . '/liquid/admin/views/liquid-tabs.p19: <?php include_once( get_template_directory() . '/liquid/admin/views/support/knowl25: <?php include_once( get_template_directory() . '/liquid/admin/views/support/ticke31: <?php include_once( get_template_directory() . '/liquid/admin/views/support/chang 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 : liquid-admin-support.php 33: include_once( get_template_directory() . '/liquid/admin/views/liquid-suppor 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 : liquid-admin-changelog.php 33: include_once( get_template_directory() . '/liquid/admin/views/liquid-change 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 : liquid-admin-init.php 45: include_once( get_template_directory() . '/liquid/admin/liquid-admin-page.p46: include_once( get_template_directory() . '/liquid/admin/liquid-admin-dashbo47: include_once( get_template_directory() . '/liquid/admin/liquid-admin-plugin48: include_once( get_template_directory() . '/liquid/admin/liquid-admin-import49: include_once( get_template_directory() . '/liquid/admin/liquid-admin-suppor 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 : liquid-register-admin.php 76: include( get_template_directory() . '/liquid/admin/updater/liquid-updater-c 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