Make WordPress Themes

Opened 6 weeks ago

Closed 3 weeks ago

#179092 closed theme (not-approved)

THEME: Terra Nexo – 1

Reported by: josefsalazar's profile josefsalazar Owned by: acosmin's profile acosmin
Priority: new theme Keywords: theme-terra-nexo accessibility-ready
Cc: josephorendo@…

Description

Terra Nexo - 1

This theme is for educational purposes only

Theme URL -
Author URL -

Trac Browser - https://themes.trac.wordpress.org/browser/terra-nexo/1
WordPress.org - https://wordpress.org/themes/terra-nexo/

SVN - https://themes.svn.wordpress.org/terra-nexo/1
ZIP - https://downloads.wordpress.org/theme/terra-nexo.1.zip?nostats=1
Live preview – https://playground.wordpress.net/#…

History:

Ticket Summary Status Resolution Owner
#179092 THEME: Terra Nexo – 1 closed not-approved acosmin

(this ticket)


https://themes.svn.wordpress.org/terra-nexo/1/screenshot.png
Theme Check Results:

  • 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 wp_list_comments. See: wp_list_comments
     <?php wp_list_comments( $args ); ?>
    
  • RECOMMENDED: Could not find comment_form. See: comment_form
     <?php comment_form(); ?>
    
  • RECOMMENDED: No reference to add_editor_style() was found in the theme. It is recommended that the theme implement editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
  • RECOMMENDED: Theme URI: is missing from your style.css header.
  • RECOMMENDED: Author URI: is missing from your style.css header.
  • 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: 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( "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.
  • RECOMMENDED: Requires PHP is recommended to have major and minor versions only (e.g. 7.4). Patch version is not needed (e.g. 7.4.1).

Change History (2)

#1 @acosmin
5 weeks ago

  • Owner set to acosmin
  • Status changed from new to reviewing

#2 @acosmin
3 weeks ago

  • Resolution set to not-approved
  • Status changed from reviewing to closed

@josefsalazar

Hi!

I have had a quick look at the theme and at this point, it does not follow the requirements.

The Theme Review Team does not hard reject themes, -we want you to resubmit your theme, but we need you to read the requirements more carefully.
If the requirements are unclear, let us know so that we can continue to improve them.

When a ticket is closed as not approved, it loses its position in the review queue.
When the update is submitted, a new ticket is created at the end of the queue.

https://make.wordpress.org/themes/handbook/review/required/

https://make.wordpress.org/themes/handbook/review/how-to-do-a-review-draft/

https://github.com/WPTRT/theme-sniffer/

Use this upload form to submit your update: https://wordpress.org/themes/upload/


  1. No Console issues:
    	GET /wp-content/themes/terra-nexo/css/assets/fonts/Roboto/Roboto-Bold.ttf net::ERR_ABORTED 404 (Not Found)
    style.css:1 
            
            
           GET /wp-content/themes/terra-nexo/css/assets/fonts/Roboto/Roboto-Regular.ttf 404 (Not Found)
    
  1. functions.php
    • L42, not allowed. Also template-contact.php
  1. No minification of scripts or files unless you provide original files
  1. Provide a unique prefix for everything the Theme defines in the public namespace, including options, functions, global variables, constants, post meta, wp_enqueue_script/style handle names, add_image_size names, wp_script_add_data keys, slugs/ids for new categories created with register_block_pattern_category etc. Theme nav menu locations and sidebar IDs are exceptions.
    • hamburger.js, global scope
  1. Links within content must be underlined - not ok
    • Please check the content of your posts (the_content()), excerpts (the_excerpt()), comments content, text widgets, custom options with large blocks of texts.
  1. Keyboard navigation - not ok
Note: See TracTickets for help on using tickets.