Make WordPress Themes

Opened 3 months ago

Closed 2 months ago

#175510 closed theme (not-approved)

THEME: Rasa Blog – 1.0.0

Reported by: sallarrabiei's profile sallarrabiei Owned by: acosmin's profile acosmin
Priority: new theme Keywords: theme-rasa-blog accessibility-ready
Cc: sallarrabiei@…

Description

Rasa Blog - 1.0.0

Rasa Blog – Responsive WordPress Blog Theme.

Theme URL - http://rasa.company/rasa-blog/
Author URL - http://www.rasa.company/

Trac Browser - https://themes.trac.wordpress.org/browser/rasa-blog/1.0.0
WordPress.org - https://wordpress.org/themes/rasa-blog/

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

History:

Ticket Summary Status Resolution Owner
#175510 THEME: Rasa Blog – 1.0.0 closed not-approved acosmin

(this ticket)


https://themes.svn.wordpress.org/rasa-blog/1.0.0/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: Could not find the comment-reply script enqueued.
  • 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: Found a script tag in footer.php. Scripts and styles need to be enqueued or added via a hook, otherwise it is more difficult to remove or replace them with plugins or child themes.
    Line 28: <script src='https://cdn.jsdelivr.net/npm/masonry-layout@4.2.2/dist/masonry
    
Line 29: <script src='<?php echo esc_url( get_template_directory_uri() ); ?>/js/boot
  • 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( "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.
  • RECOMMENDED This theme contains no sidebars/widget areas. See Widgets API

Change History (3)

#1 @themetracbot
3 months ago

The following has been generated by Theme Review Action, this is for informational purposes only.

Theme developers: the Meta team is testing a new tool to help you to discover and fix problems that might otherwise delay approval of your theme. Please give feedback on any errors and omissions in the test results here: https://github.com/WordPress/theme-review-action/issues


Expected to received a 200 status for http://rasa.company/rasa-blog/. Received 404.
See: https://github.com/WordPress/theme-review-action/blob/trunk/docs/ui-errors.md#page-should-return-200-status

#2 @acosmin
3 months ago

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

#3 @acosmin
2 months ago

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

@sallarrabiei

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. Skip link - not ok
  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.
  1. not allowed:
    • theme-supports.php:L44
    • theme-metabox.php
  1. All theme text strings are to be translatable. Read the requirement
    • evenn defaults for Customizer
  1. header.php
    • L11,12, use the Enqueue API
    • aria-label needs to be translatable & escaped (esc_attr_|e()).

+ possibly more issues

Note: See TracTickets for help on using tickets.