0
Validation results

قالب ویوا

قالب ویوا

WordPress 6.4.3 theme
0
  • THEME TYPEWordPress theme 6.4.3
  • FILE NAMEviva.zip
  • FILE SIZE1253719 bytes
  • MD5f699d3dbf61c6f258653d5e8a043319d
  • SHA12dc783186a394bc42cfe538d1e3124be24497f68
  • LICENSENone
  • FILES INCLUDEDCSS, PHP, Bitmap images
  • VERSION2.2
  • AUTHOR URI
  • CREATION DATE2019-10-13
  • LAST FILE UPDATE2019-10-13
  • LAST VALIDATION2019-10-13 13:45
This theme seems to be proprietary. Themecheck doesn't distribute commercial themes.
Critical alerts
  1. Title : Title 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.The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.
  2. Widgets : Widgets Sidebars need to be registered in a custom function hooked to the widgets_init action. See: register_sidebar().
  3. Admin menu : Themes should use add_theme_page() for adding admin pages. File functions.php : 89: File functions.php : 88: function add_settings_page() {93: add_action( 'admin_menu', 'add_settings_page' );
  4. Fundamental theme elements : Presence of DOCTYPE Could not find .
  5. Comment reply : Declaration of comment reply Could not find the comment-reply js script enqueued.
  6. Content width : Proper definition of content_width No content width has been defined. Example:
    if ( ! isset( $content_width ) ) $content_width = 900;
  7. Deprecated functions : get_settings get_settings found in file functions.php. Deprecated since version 2.1. Use get_option() instead.153: <input id='' type='<?php echo $value['type']; ?>' name='<?php echo $value['id']; ?>' value='<?php if ( get_settings( $value['id'] ) != '') { echo stripslashes(get_settings( $valu162: <textarea name='<?php echo $value['id']; ?>' rows='' cols=''><?php if ( get_settings( $value['id'] ) != '') { echo stripslashes(get_settings( $valu173: <option <?php if (get_settings( $value['id'] ) == $option) { echo 'selected='selected''; } ?>
  8. Deprecated functions : get_bloginfo get_bloginfo('url') was found in the file functions.php. Use home_url() instead.236: 'std' => get_bloginfo('url') .'/images/favicon.ico'),242: 'std' => get_bloginfo('url') .'/wp-content/themes/viva/images/logo.png'),
  9. Deprecated functions : bloginfo bloginfo('url') was found in the file header.php. Use echo esc_url( home_url() ) instead.38: <form method='get' id='searchform' action='<?php bloginfo('url'); ?>'>49: <a class='site-title' href='<?php bloginfo('url'); ?>' rel='home'><img src='<?php echo get_option('_logo'); ?bloginfo('template_directory') was found in the file header.php. Use echo esc_url( get_template_directory_uri() ) instead.6: <link href='<?php bloginfo('template_directory'); ?>/style.css' rel='stylesheet' type='text/c10: <link rel='stylesheet' href='<?php bloginfo('template_directory'); ?>/ie.css' type='text/css' media='all' />12: <link rel='stylesheet' href='<?php bloginfo('template_directory'); ?>/wp-page-numbers.css' type='text/css' medbloginfo('url') was found in the file footer.php. Use echo esc_url( home_url() ) instead.15: <a class='site-home' href='<?php bloginfo('url'); ?>'>خانه</a></li>16: <a class='designer' href='<?php bloginfo('url'); ?>/feed'>اخبار سایت</a></li>bloginfo('template_directory') was found in the file sidebar-left.php. Use echo esc_url( get_template_directory_uri() ) instead.14: <img src='<?php bloginfo('template_directory'); ?>/images/s (1).png'/>18: <img src='<?php bloginfo('template_directory'); ?>/images/s (3).png'/>22: <img src='<?php bloginfo('template_directory'); ?>/images/s (6).png'/>bloginfo('template_directory') was found in the file sidebar-right.php. Use echo esc_url( get_template_directory_uri() ) instead.16: <img src='<?php bloginfo('template_directory'); ?>/images/s (1).png'/>20: <img src='<?php bloginfo('template_directory'); ?>/images/s (3).png'/>24: <img src='<?php bloginfo('template_directory'); ?>/images/s (6).png'/>
  10. Post pagination : Implementation The theme doesn't have post pagination code in it. Use posts_nav_link() or paginate_links() or the_posts_pagination() or the_posts_navigation() or next_posts_link() and previous_posts_link() to add post pagination.
Warning
  1. theme tags : Presence of bad theme tagsFound wrong tag in 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 %d9%82%d8%a7%d9%84%d8%a8-%d9%88%db%8c%d9%88%d8%a7.
  3. Text domain : Incorrect use of translation functions.Found a translation function that is missing a text-domain. Function __, with the arguments 'تنظیمات قالب' in file functions.php.Found a translation function that is missing a text-domain. Function __, with the arguments 'تنظیمات قالب' in file functions.php.Found a translation function that is missing a text-domain. Function _e, with the arguments ' تنظیمات قالب' in file functions.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 kubrick, woocommerce.
  4. Unwanted files : Windows thumbnail storethumbs.db was found.
  5. Fundamental theme elements : Presence of language_attributes()Could not find .
  6. Fundamental theme elements : Presence of add_theme_support()Could not find add_theme_support( 'automatic-feed-links' ).
  7. Fundamental theme elements : Presence of comment_form()Could not find comment_form.
  8. Fundamental theme elements : Presence of body_class()Could not find body_class call in body tag.
  9. Fundamental theme elements : Presence of wp_link_pages()Could not find wp_link_pages.
  10. Fundamental theme elements : Presence of post_class()Could not find post_class.
  11. Comment pagination : Declaration of comment paginationThe theme doesn't have comment pagination code in it. Use paginate_comments_links() to add comment pagination, or older previous_comments_link() and next_comments_link() functions.
  12. Custom elements : Presence of custom headerNo reference to custom header was found in the theme.
  13. Custom elements : Presence of custom backgroundNo reference to custom background was found in the theme.
  14. 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.
  15. CSS files : Presence of theme descriptionDescription is missing from style.css header.
  16. CSS files : Presence of license typeLicense: is missing from style.css header.
  17. CSS files : Presence of license urlLicense URI: is missing from style.css header.
  18. CSS files : Presence of text domainText Domain: is missing from your style.css header.
  19. CSS files : Presence of .sticky class.sticky css class is needed in theme css.
  20. CSS files : Presence of .alignleft class.alignleft css class is needed in theme css.
  21. CSS files : Presence of .alignright class.alignright css class is needed in theme css.
  22. CSS files : Presence of .wp-caption class.wp-caption css class is needed in theme css.
  23. CSS files : Presence of .wp-caption-text class.wp-caption-text css class is needed in theme css.
  24. CSS files : Presence of .gallery-caption class.gallery-caption css class is needed in theme css.
  25. CSS files : Presence of .screen-reader-text class.screen-reader-text css class is needed in your theme css. See : the Codex for an example implementation.
  26. CSS files : Presence of Theme URICould not find Theme URL.
  27. Screenshot : Screenshot fileScreenshot is wrong size! Detected: 1340x899px. Maximum allowed size is 1200x900px.Screenshot dimensions are wrong! Detected: 1340x899px (1340:899). Ratio of width to height should be 4:3.Screenshot size is 1340x899px. Screenshot size should be 1200x900, to account for HiDPI displays. Any 4:3 image size is acceptable, but 1200x900 is preferred.
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 search results template file search.phpThis theme does not contain optional file search.php.
  11. Optional files : Presence of attachment template file attachment.phpThis theme does not contain optional file attachment.php.
  12. Optional files : Presence of image template file image.phpThis theme does not contain optional file image.php.
  13. Use of includes : Use of include or requireThe theme appears to use include or require : index.php 80: <?php include(TEMPLATEPATH . '/sidebar-left.php'); ?>81: <?php include(TEMPLATEPATH . '/sidebar-right.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 : single.php 80: <?php include(TEMPLATEPATH . '/sidebar-left.php'); ?>81: <?php include(TEMPLATEPATH . '/sidebar-right.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 : page.php 41: <?php include(TEMPLATEPATH . '/sidebar-left.php'); ?>42: <?php include(TEMPLATEPATH . '/sidebar-right.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