Make WordPress Themes

Opened 3 weeks ago

Closed 11 days ago

#181647 closed theme (not-approved)

THEME: Spiral Lite One Page – 1.1.0

Reported by: pixelonetry's profile pixelonetry Owned by: kafleg's profile kafleg
Priority: previously reviewed Keywords: theme-spiral-lite-one-page
Cc: pixelonetry@…

Description

Spiral Lite One Page - 1.1.0

SpiralLite is creative one page parallax WordPress theme for anyone. This theme can be used for creative, portfolio, agency or multipurpose website .This theme is perfect for any other categories as well and you can also modify it. Documentation: https://pixelonetry.com/docs/spiral-lite-one-page/ the demo at https://demo.pixelonetry.com/spiral-lite-one-page/

Theme URL - https://pixelonetry.com/downloads/spiral-lite-one-page-one-page-wordpress-theme/
Author URL - https://pixelonetry.com/

Trac Browser - https://themes.trac.wordpress.org/browser/spiral-lite-one-page/1.1.0
WordPress.org - https://wordpress.org/themes/spiral-lite-one-page/

SVN - https://themes.svn.wordpress.org/spiral-lite-one-page/1.1.0
ZIP - https://downloads.wordpress.org/theme/spiral-lite-one-page.1.1.0.zip?nostats=1
Live preview – https://playground.wordpress.net/#…

Diff with previous version: [234587] https://themes.trac.wordpress.org/changeset?old_path=spiral-lite-one-page/1.0.9&new_path=spiral-lite-one-page/1.1.0

History:


https://themes.svn.wordpress.org/spiral-lite-one-page/1.1.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: 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: 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.
  • RECOMMENDED: wp_title() was found in the file framework/php/theme-admin/MaThemeHeader.php. wp_title was historically used for the document <title> tag and was never intended for other purposes. Use add_theme_support( "title-tag" ) instead.
    Line 8: wp_title('|',true,'right');
    
  • RECOMMENDED: wp_title() was found in the file header.php. wp_title was historically used for the document <title> tag and was never intended for other purposes. Use add_theme_support( "title-tag" ) instead.
    Line 15: <title><?php bloginfo('name'); ?><?php wp_title('|'); ?></title>
    
  • RECOMMENDED: <title> tag was found in the file header.php. Document titles must not be hard coded, use add_theme_support( "title-tag" ) instead.
    Line 15: <title><?php bloginfo('name'); ?><?php wp_title('|'); ?></title>
    

Change History (2)

#1 @kafleg
2 weeks ago

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

#2 @kafleg
11 days ago

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

Hello @pixelonetry

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/

Use this plugin to check your theme,
https://wordpress.org/plugins/theme-check/

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

Example Issues

Please check the content of your posts (the_content()), excerpts (the_excerpt()), comments content, text widgets, custom options with large blocks of texts.

Links within content and comments must be underlined
When links appear within a larger body of block-level content, they must be clearly distinguishable from surrounding content (Post content, comment content, text widgets, custom options with large blocks of texts).

Links in navigation-like contexts (e.g., menus, lists of upcoming posts in widgets, grouped post meta data) do not need to be specifically distinguished from surrounding content.

The underline is the only accepted method of indicating links within the content. Bold, italicized, or color-differentiated text is ambiguous and will not pass.

Keyboard Navigation

  • Theme authors must provide visual keyboard focus highlighting in navigation menus and for form fields, submit buttons, and text links.
  • Some resources to help you: Information on the requirement
  • Video help for Modals, Links, Forms, Menus
  • Check TwentyTwenty using tab and shift+tab as an example
  • Your theme doesn't support third-level menu?

Prefixing

Here’s a list of the most common things that should be prefixed:

  • PHP function names.
  • PHP class names.
  • PHP global variables.
  • Action/Filter hooks.
  • Script handles.
  • Style handles.
  • Image size names.

Read more here: https://themereview.co/prefix-all-the-things/

Example issues, ma_theme_custom_logo_setup(), my_register_additional_customizer_settings().

Tags

You can always ask in the #themereview channel on WordPress slack if you have any confusion regarding the issues mentioned above.

Thank you

Note: See TracTickets for help on using tickets.