Opened 14 months ago
Closed 14 months ago
#196433 closed theme (live)
THEME: Gutenify Restaurant – 1.0.3
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | new theme | Keywords: | theme-gutenify-restaurant child-theme parent-gutenify-starter holiday |
| Cc: | codeyatri@… |
Description
Gutenify Restaurant - 1.0.0
Gutenify Restaurant is modern block-based theme where you can build your own unique looking website by using WordPress Blocks Editor. Gutenify Restaurant is a multipurpose block based free theme, the theme is built in accordance of Full Site Editing features introduced in WordPress 5.9, which means that all the aspects including colors, typography, and the layout of every single page on your site can be customized to suit your need.The true efficiency of Gutenify Restaurant Theme lies in its customizability with combination of Gutenify Plugin. With Gutenify Plugin you can create different customized template, you can also use its in-built template kits and then further customize them according to your needs. Furthermore, using different blocks in combination of Gutenify Plugin’s solid additional blocks, each website will garner an exhibit look. With strong typography, and simple design, we want to achieve unique look for every website. Gutenify Plugin offers a wide variety of flexible and easy to use blocks which will make your website in combination with truly unique spectacle. You can create. A single-page website, a blog, a Restaurant website, a portfolio, a restaurant site, or an education site, Gutenify Corporate with Gutenify Plugin will help you create something unique which you can truly call yours.Official Support Forum: https://gutenify.com/contact/
Theme URL - https://gutenify.com/themes/gutenify-restaurant
Author URL - https://gutenify.com
Trac Browser - https://themes.trac.wordpress.org/browser/gutenify-restaurant/1.0.0
WordPress.org - https://wordpress.org/themes/gutenify-restaurant/
SVN - https://themes.svn.wordpress.org/gutenify-restaurant/1.0.0
ZIP - https://downloads.wordpress.org/theme/gutenify-restaurant.1.0.0.zip?nostats=1
Live preview – https://playground.wordpress.net/#…
Parent Theme: https://wordpress.org/themes/gutenify-starter
History:
| Ticket | Summary | Status | Resolution | Owner |
|---|---|---|---|---|
| #196433 | THEME: Gutenify Restaurant – 1.0.3 | closed | live | |
| #199181 | THEME: Gutenify Restaurant – 1.0.4 | closed | live | |
- REQUIRED: Could not find DOCTYPE. See: https://codex.wordpress.org/HTML_to_XHTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"<br />"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"?>
- REQUIRED: Could not find wp_body_open action or function call at the very top of the body just after the opening body tag. See: wp_body_open
<?php wp_body_open(); ?>
- REQUIRED: Could not find wp_footer. See: wp_footer
<?php wp_footer(); ?>
- REQUIRED: Could not find wp_head. See: wp_head
<?php wp_head(); ?>
- REQUIRED: Could not find language_attributes. See: language_attributes
<html <?php language_attributes(); ?>
- REQUIRED: Could not find charset. There must be a charset defined in the Content-Type or the meta charset tag in the head.
- REQUIRED: Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
<?php add_theme_support( $feature ); ?>
- REQUIRED: Could not find body_class call in body tag. See: body_class
<?php body_class( $class ); ?>
- REQUIRED: Could not find wp_link_pages. See: wp_link_pages
<?php wp_link_pages( $args ); ?>
- REQUIRED: Could not find post_class. See: post_class
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
- RECOMMENDED: No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
- RECOMMENDED: No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
- RECOMMENDED: The theme doesn't have comment pagination code in it. Use paginate_comments_links() or the_comments_navigation or the_comments_pagination or next_comments_link() and previous_comments_link() to add comment pagination.
- RECOMMENDED: Could not find the comment-reply script enqueued.
- RECOMMENDED: Could not find comments_template. See: comments_template
<?php comments_template( $file, $separate_comments ); ?>
- RECOMMENDED: Could not find wp_list_comments. See: wp_list_comments
<?php wp_list_comments( $args ); ?>
- RECOMMENDED: Could not find comment_form. See: comment_form
<?php comment_form(); ?>
- REQUIRED: Could not find the file index.php in the theme.
- RECOMMENDED: This theme doesn't seem to support the standard avatar functions. Use get_avatar or wp_list_comments to add this support.
- RECOMMENDED: No reference to nav_menu's was found in the theme. Note that if your theme has a menu bar, it is required to use the WordPress nav_menu functionality for it.
- RECOMMENDED 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.
- RECOMMENDED No reference to the_post_thumbnail() was found in the theme. It is recommended that the theme implement this functionality instead of using custom fields for thumbnails.
- RECOMMENDED No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
- REQUIRED The tag full-site-editing is being used, please remove it from your style.css header. It is only allowed for Block Themes.
- RECOMMENDED .sticky css class is recommended in your theme css.
- RECOMMENDED .bypostauthor css class is recommended in your theme css.
- RECOMMENDED .alignleft css class is recommended in your theme css.
- RECOMMENDED .alignright css class is recommended in your theme css.
- RECOMMENDED .aligncenter css class is recommended in your theme css.
- RECOMMENDED .wp-caption css class is recommended in your theme css.
- RECOMMENDED .wp-caption-text css class is recommended in your theme css.
- RECOMMENDED .gallery-caption css class is recommended in your theme css.
- RECOMMENDED This theme doesn't seem to display tags. Modify it to display tags in appropriate locations.
- RECOMMENDED: No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
- RECOMMENDED: No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "custom-logo", $args ) was found in the theme. It is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
- REQUIRED: No reference to add_theme_support( "title-tag" ) was found in the theme.
- RECOMMENDED This theme contains no sidebars/widget areas. See Widgets API
Change History (12)
#3
@
14 months ago
- Summary changed from THEME: Gutenify Restaurant – 1.0.0 to THEME: Gutenify Restaurant – 1.0.1
Gutenify Restaurant - 1.0.1
Gutenify Restaurant is modern block-based theme where you can build your own unique looking website by using WordPress Blocks Editor. Gutenify Restaurant is a multipurpose block based free theme, the theme is built in accordance of Full Site Editing features introduced in WordPress 5.9, which means that all the aspects including colors, typography, and the layout of every single page on your site can be customized to suit your need.The true efficiency of Gutenify Restaurant Theme lies in its customizability with combination of Gutenify Plugin. With Gutenify Plugin you can create different customized template, you can also use its in-built template kits and then further customize them according to your needs. Furthermore, using different blocks in combination of Gutenify Plugin’s solid additional blocks, each website will garner an exhibit look. With strong typography, and simple design, we want to achieve unique look for every website. Gutenify Plugin offers a wide variety of flexible and easy to use blocks which will make your website in combination with truly unique spectacle. You can create. A single-page website, a blog, a Restaurant website, a portfolio, a restaurant site, or an education site, Gutenify Corporate with Gutenify Plugin will help you create something unique which you can truly call yours.Official Support Forum: https://gutenify.com/contact/
Theme URL - https://gutenify.com/themes/gutenify-restaurant
Author URL - https://gutenify.com
Trac Browser - https://themes.trac.wordpress.org/browser/gutenify-restaurant/1.0.1
WordPress.org - https://wordpress.org/themes/gutenify-restaurant/
SVN - https://themes.svn.wordpress.org/gutenify-restaurant/1.0.1
ZIP - https://downloads.wordpress.org/theme/gutenify-restaurant.1.0.1.zip?nostats=1
Live preview – https://playground.wordpress.net/#…
Parent Theme: https://wordpress.org/themes/gutenify-starter
Diff with previous version: [250768] https://themes.trac.wordpress.org/changeset?old_path=gutenify-restaurant/1.0.0&new_path=gutenify-restaurant/1.0.1
History:
| Ticket | Summary | Status | Resolution | Owner |
|---|---|---|---|---|
| #196433 | THEME: Gutenify Restaurant – 1.0.3 | closed | live | |
| #199181 | THEME: Gutenify Restaurant – 1.0.4 | closed | live | |
- REQUIRED: Could not find DOCTYPE. See: https://codex.wordpress.org/HTML_to_XHTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"<br />"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"?>
- REQUIRED: Could not find wp_body_open action or function call at the very top of the body just after the opening body tag. See: wp_body_open
<?php wp_body_open(); ?>
- REQUIRED: Could not find wp_footer. See: wp_footer
<?php wp_footer(); ?>
- REQUIRED: Could not find wp_head. See: wp_head
<?php wp_head(); ?>
- REQUIRED: Could not find language_attributes. See: language_attributes
<html <?php language_attributes(); ?>
- REQUIRED: Could not find charset. There must be a charset defined in the Content-Type or the meta charset tag in the head.
- REQUIRED: Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
<?php add_theme_support( $feature ); ?>
- REQUIRED: Could not find body_class call in body tag. See: body_class
<?php body_class( $class ); ?>
- REQUIRED: Could not find wp_link_pages. See: wp_link_pages
<?php wp_link_pages( $args ); ?>
- REQUIRED: Could not find post_class. See: post_class
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
- RECOMMENDED: No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
- RECOMMENDED: No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
- RECOMMENDED: The theme doesn't have comment pagination code in it. Use paginate_comments_links() or the_comments_navigation or the_comments_pagination or next_comments_link() and previous_comments_link() to add comment pagination.
- RECOMMENDED: Could not find the comment-reply script enqueued.
- RECOMMENDED: Could not find comments_template. See: comments_template
<?php comments_template( $file, $separate_comments ); ?>
- RECOMMENDED: Could not find wp_list_comments. See: wp_list_comments
<?php wp_list_comments( $args ); ?>
- RECOMMENDED: Could not find comment_form. See: comment_form
<?php comment_form(); ?>
- REQUIRED: Could not find the file index.php in the theme.
- RECOMMENDED: This theme doesn't seem to support the standard avatar functions. Use get_avatar or wp_list_comments to add this support.
- RECOMMENDED: No reference to nav_menu's was found in the theme. Note that if your theme has a menu bar, it is required to use the WordPress nav_menu functionality for it.
- RECOMMENDED 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.
- RECOMMENDED No reference to the_post_thumbnail() was found in the theme. It is recommended that the theme implement this functionality instead of using custom fields for thumbnails.
- RECOMMENDED No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
- REQUIRED The tag full-site-editing is being used, please remove it from your style.css header. It is only allowed for Block Themes.
- RECOMMENDED .sticky css class is recommended in your theme css.
- RECOMMENDED .bypostauthor css class is recommended in your theme css.
- RECOMMENDED .alignleft css class is recommended in your theme css.
- RECOMMENDED .alignright css class is recommended in your theme css.
- RECOMMENDED .aligncenter css class is recommended in your theme css.
- RECOMMENDED .wp-caption css class is recommended in your theme css.
- RECOMMENDED .wp-caption-text css class is recommended in your theme css.
- RECOMMENDED .gallery-caption css class is recommended in your theme css.
- RECOMMENDED This theme doesn't seem to display tags. Modify it to display tags in appropriate locations.
- RECOMMENDED: No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
- RECOMMENDED: No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "custom-logo", $args ) was found in the theme. It is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
- REQUIRED: No reference to add_theme_support( "title-tag" ) was found in the theme.
- RECOMMENDED This theme contains no sidebars/widget areas. See Widgets API
#4
@
14 months ago
Hello @vowelweb,
Thank you for the review.
1) We have updated the button to the core UI. Let us know if there are further changes.
2) Tags are added.
3) Fixed footer text visibility
4) Our current header is transparent so this makes the header content invisible.
5) Fixed attempt to block recovery
6) Fixed license format issues.
7) There are only a total of 3 fonts in the theme. So those licenses are already added to the Read Me file.
8) Our theme is a full site editing theme. It should be allowed to have a full-site-editing tag!
Let us know if there are any further issues.
Thank you!
#5
@
14 months ago
Hello @codeyatri,
Please check the issues and fix.
1) Tags are added.
Blog
E-commerce
Education
Entertainment
Food & drink
Holiday
News
Photography
Portfolio
These are the subject tags which are not added in the theme tags.
2) Fixed footer text visibility
Yes, you have resolved this but on link text underline is not there.
3) Our current header is transparent so this makes the header content invisible.
But how the user will work with it, add the background color on editor side and remove it from fontend with the help of CSS.
Fix this and resubmit your theme again.
Regards
Vowel Web
#6
@
14 months ago
- Summary changed from THEME: Gutenify Restaurant – 1.0.1 to THEME: Gutenify Restaurant – 1.0.2
Gutenify Restaurant - 1.0.2
Gutenify Restaurant is modern block-based theme where you can build your own unique looking website by using WordPress Blocks Editor. Gutenify Restaurant is a multipurpose block based free theme, the theme is built in accordance of Full Site Editing features introduced in WordPress 5.9, which means that all the aspects including colors, typography, and the layout of every single page on your site can be customized to suit your need.The true efficiency of Gutenify Restaurant Theme lies in its customizability with combination of Gutenify Plugin. With Gutenify Plugin you can create different customized template, you can also use its in-built template kits and then further customize them according to your needs. Furthermore, using different blocks in combination of Gutenify Plugin’s solid additional blocks, each website will garner an exhibit look. With strong typography, and simple design, we want to achieve unique look for every website. Gutenify Plugin offers a wide variety of flexible and easy to use blocks which will make your website in combination with truly unique spectacle. You can create. A single-page website, a restaurant site, Gutenify Corporate with Gutenify Plugin will help you create something unique which you can truly call yours.Official Support Forum: https://gutenify.com/contact/
Theme URL - https://gutenify.com/themes/gutenify-restaurant
Author URL - https://gutenify.com
Trac Browser - https://themes.trac.wordpress.org/browser/gutenify-restaurant/1.0.2
WordPress.org - https://wordpress.org/themes/gutenify-restaurant/
SVN - https://themes.svn.wordpress.org/gutenify-restaurant/1.0.2
ZIP - https://downloads.wordpress.org/theme/gutenify-restaurant.1.0.2.zip?nostats=1
Live preview – https://playground.wordpress.net/#…
Parent Theme: https://wordpress.org/themes/gutenify-starter
Diff with previous version: [251028] https://themes.trac.wordpress.org/changeset?old_path=gutenify-restaurant/1.0.1&new_path=gutenify-restaurant/1.0.2
History:
| Ticket | Summary | Status | Resolution | Owner |
|---|---|---|---|---|
| #196433 | THEME: Gutenify Restaurant – 1.0.3 | closed | live | |
| #199181 | THEME: Gutenify Restaurant – 1.0.4 | closed | live | |
- REQUIRED: Could not find DOCTYPE. See: https://codex.wordpress.org/HTML_to_XHTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"<br />"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"?>
- REQUIRED: Could not find wp_body_open action or function call at the very top of the body just after the opening body tag. See: wp_body_open
<?php wp_body_open(); ?>
- REQUIRED: Could not find wp_footer. See: wp_footer
<?php wp_footer(); ?>
- REQUIRED: Could not find wp_head. See: wp_head
<?php wp_head(); ?>
- REQUIRED: Could not find language_attributes. See: language_attributes
<html <?php language_attributes(); ?>
- REQUIRED: Could not find charset. There must be a charset defined in the Content-Type or the meta charset tag in the head.
- REQUIRED: Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
<?php add_theme_support( $feature ); ?>
- REQUIRED: Could not find body_class call in body tag. See: body_class
<?php body_class( $class ); ?>
- REQUIRED: Could not find wp_link_pages. See: wp_link_pages
<?php wp_link_pages( $args ); ?>
- REQUIRED: Could not find post_class. See: post_class
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
- RECOMMENDED: No reference to register_block_pattern was found in the theme. Theme authors are encouraged to implement custom block patterns as a transition to block themes.
- RECOMMENDED: No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
- RECOMMENDED: The theme doesn't have comment pagination code in it. Use paginate_comments_links() or the_comments_navigation or the_comments_pagination or next_comments_link() and previous_comments_link() to add comment pagination.
- RECOMMENDED: Could not find the comment-reply script enqueued.
- RECOMMENDED: Could not find comments_template. See: comments_template
<?php comments_template( $file, $separate_comments ); ?>
- RECOMMENDED: Could not find wp_list_comments. See: wp_list_comments
<?php wp_list_comments( $args ); ?>
- RECOMMENDED: Could not find comment_form. See: comment_form
<?php comment_form(); ?>
- REQUIRED: Could not find the file index.php in the theme.
- RECOMMENDED: This theme doesn't seem to support the standard avatar functions. Use get_avatar or wp_list_comments to add this support.
- RECOMMENDED: No reference to nav_menu's was found in the theme. Note that if your theme has a menu bar, it is required to use the WordPress nav_menu functionality for it.
- RECOMMENDED 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.
- RECOMMENDED No reference to the_post_thumbnail() was found in the theme. It is recommended that the theme implement this functionality instead of using custom fields for thumbnails.
- RECOMMENDED No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
- REQUIRED The tag full-site-editing is being used, please remove it from your style.css header. It is only allowed for Block Themes.
- RECOMMENDED .sticky css class is recommended in your theme css.
- RECOMMENDED .bypostauthor css class is recommended in your theme css.
- RECOMMENDED .alignleft css class is recommended in your theme css.
- RECOMMENDED .alignright css class is recommended in your theme css.
- RECOMMENDED .aligncenter css class is recommended in your theme css.
- RECOMMENDED .wp-caption css class is recommended in your theme css.
- RECOMMENDED .wp-caption-text css class is recommended in your theme css.
- RECOMMENDED .gallery-caption css class is recommended in your theme css.
- RECOMMENDED This theme doesn't seem to display tags. Modify it to display tags in appropriate locations.
- RECOMMENDED: No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
- RECOMMENDED: No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "custom-logo", $args ) was found in the theme. It is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
- REQUIRED: No reference to add_theme_support( "title-tag" ) was found in the theme.
- RECOMMENDED This theme contains no sidebars/widget areas. See Widgets API
#7
@
14 months ago
Hello @vowelweb,
Thank you for the review. All The issues has been fixed please check. Let us know if there are any further issues.
Thank you!
#8
@
14 months ago
Hello @codeyatri,
Please check the issues and fix.
Blog
E-commerce
Education
Entertainment
Food & drink
Holiday
News
Photography
Portfolio
Above are the subject tags which need to be added to the theme tags, Minimum 1 and Maximum 3,
Fix this and resubmit your theme again.
Regards
Vowel Web
#9
@
14 months ago
- Keywords holiday added; full-site-editing removed
- Summary changed from THEME: Gutenify Restaurant – 1.0.2 to THEME: Gutenify Restaurant – 1.0.3
Gutenify Restaurant - 1.0.3
Gutenify Restaurant is modern block-based theme where you can build your own unique looking website by using WordPress Blocks Editor. Gutenify Restaurant is a multipurpose block based free theme, the theme is built in accordance of Full Site Editing features introduced in WordPress 5.9, which means that all the aspects including colors, typography, and the layout of every single page on your site can be customized to suit your need.The true efficiency of Gutenify Restaurant Theme lies in its customizability with combination of Gutenify Plugin. With Gutenify Plugin you can create different customized template, you can also use its in-built template kits and then further customize them according to your needs. Furthermore, using different blocks in combination of Gutenify Plugin’s solid additional blocks, each website will garner an exhibit look. With strong typography, and simple design, we want to achieve unique look for every website. Gutenify Plugin offers a wide variety of flexible and easy to use blocks which will make your website in combination with truly unique spectacle. You can create. A single-page website, a restaurant site, Gutenify Corporate with Gutenify Plugin will help you create something unique which you can truly call yours.Official Support Forum: https://gutenify.com/contact/
Theme URL - https://gutenify.com/themes/gutenify-restaurant
Author URL - https://gutenify.com
Trac Browser - https://themes.trac.wordpress.org/browser/gutenify-restaurant/1.0.3
WordPress.org - https://wordpress.org/themes/gutenify-restaurant/
SVN - https://themes.svn.wordpress.org/gutenify-restaurant/1.0.3
ZIP - https://downloads.wordpress.org/theme/gutenify-restaurant.1.0.3.zip?nostats=1
Live preview – https://playground.wordpress.net/#…
Parent Theme: https://wordpress.org/themes/gutenify-starter
Diff with previous version: [252047] https://themes.trac.wordpress.org/changeset?old_path=gutenify-restaurant/1.0.2&new_path=gutenify-restaurant/1.0.3
History:
| Ticket | Summary | Status | Resolution | Owner |
|---|---|---|---|---|
| #196433 | THEME: Gutenify Restaurant – 1.0.3 | closed | live | |
| #199181 | THEME: Gutenify Restaurant – 1.0.4 | closed | live | |
- REQUIRED: Could not find DOCTYPE. See: https://codex.wordpress.org/HTML_to_XHTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"<br />"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"?>
- REQUIRED: Could not find wp_body_open action or function call at the very top of the body just after the opening body tag. See: wp_body_open
<?php wp_body_open(); ?>
- REQUIRED: Could not find wp_footer. See: wp_footer
<?php wp_footer(); ?>
- REQUIRED: Could not find wp_head. See: wp_head
<?php wp_head(); ?>
- REQUIRED: Could not find language_attributes. See: language_attributes
<html <?php language_attributes(); ?>
- REQUIRED: Could not find charset. There must be a charset defined in the Content-Type or the meta charset tag in the head.
- REQUIRED: Could not find add_theme_support( 'automatic-feed-links' ). See: add_theme_support
<?php add_theme_support( $feature ); ?>
- REQUIRED: Could not find body_class call in body tag. See: body_class
<?php body_class( $class ); ?>
- REQUIRED: Could not find wp_link_pages. See: wp_link_pages
<?php wp_link_pages( $args ); ?>
- REQUIRED: Could not find post_class. See: post_class
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
- RECOMMENDED: No reference to register_block_style was found in the theme. Theme authors are encouraged to implement new block styles as a transition to block themes.
- RECOMMENDED: The theme doesn't have comment pagination code in it. Use paginate_comments_links() or the_comments_navigation or the_comments_pagination or next_comments_link() and previous_comments_link() to add comment pagination.
- RECOMMENDED: Could not find the comment-reply script enqueued.
- RECOMMENDED: Could not find comments_template. See: comments_template
<?php comments_template( $file, $separate_comments ); ?>
- RECOMMENDED: Could not find wp_list_comments. See: wp_list_comments
<?php wp_list_comments( $args ); ?>
- RECOMMENDED: Could not find comment_form. See: comment_form
<?php comment_form(); ?>
- REQUIRED: Could not find the file index.php in the theme.
- RECOMMENDED: This theme doesn't seem to support the standard avatar functions. Use get_avatar or wp_list_comments to add this support.
- RECOMMENDED: No reference to nav_menu's was found in the theme. Note that if your theme has a menu bar, it is required to use the WordPress nav_menu functionality for it.
- RECOMMENDED 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.
- RECOMMENDED No reference to the_post_thumbnail() was found in the theme. It is recommended that the theme implement this functionality instead of using custom fields for thumbnails.
- RECOMMENDED No reference to post-thumbnails was found in the theme. If the theme has a thumbnail like functionality, it should be implemented with add_theme_support( "post-thumbnails" ) in the functions.php file.
- RECOMMENDED .sticky css class is recommended in your theme css.
- RECOMMENDED .bypostauthor css class is recommended in your theme css.
- RECOMMENDED .alignleft css class is recommended in your theme css.
- RECOMMENDED .alignright css class is recommended in your theme css.
- RECOMMENDED .aligncenter css class is recommended in your theme css.
- RECOMMENDED .wp-caption css class is recommended in your theme css.
- RECOMMENDED .wp-caption-text css class is recommended in your theme css.
- RECOMMENDED .gallery-caption css class is recommended in your theme css.
- RECOMMENDED This theme doesn't seem to display tags. Modify it to display tags in appropriate locations.
- RECOMMENDED: No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
- RECOMMENDED: No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then it is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "custom-logo", $args ) was found in the theme. It is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "html5", $args ) was found in the theme. It is strongly recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "responsive-embeds" ) was found in the theme. It is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
- RECOMMENDED: No reference to add_theme_support( "wp-block-styles" ) was found in the theme. It is recommended that the theme implement this functionality.
- REQUIRED: No reference to add_theme_support( "title-tag" ) was found in the theme.
- RECOMMENDED This theme contains no sidebars/widget areas. See Widgets API
#10
@
14 months ago
Hello @vowelweb, Thank you for the review. All The issues has been fixed please check. Let us know if there are any further issues.
Thank you!




Hello @codeyatri,
Please check the issues and fix.
doesn't follow the Core UI styles
https://ibb.co/d2R5bvy
https://ibb.co/mNvqM41
https://ibb.co/9wSBr29
https://ibb.co/VLzBGtV
Image for theme screenshot, Credit Jason Blackeye
License: CC0 1.0 Universal (CC0 1.0)
License URL: https://stocksnap.io/license
Source: https://stocksnap.io/photo/4B83RD7BV9
https://ibb.co/swhYskt
REQUIRED The tag full-site-editing is being used, please remove it from your style.css header. It is only allowed for Block Themes.
Fix this and resubmit your theme again.
Regards
Vowel Web