Make WordPress Themes

Opened 7 weeks ago

Closed 5 weeks ago

#178775 closed theme (not-approved)

THEME: Spiral Lite One Page – 1.0.9

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

Description

Spiral Lite One Page - 1.0.9

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.0.9
WordPress.org - https://wordpress.org/themes/spiral-lite-one-page/

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

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

History:


https://themes.svn.wordpress.org/spiral-lite-one-page/1.0.9/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 @acosmin
7 weeks ago

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

#2 @acosmin
5 weeks ago

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

@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/

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

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


  1. No Console issues:
    	GET http://.../wp-content/themes/spiral-lite-one-page/js/waypoints.min.js?ver=1.0 net::ERR_ABORTED 404 (Not Found)
    
  1. No JS issues:
    	onepage-nav.js?ver=1719775456:202 Uncaught TypeError: Cannot read properties of undefined (reading 'top')
        at OnePageNav.scrollTo (onepage-nav.js?ver=1719775456:202:35)
        at OnePageNav.handleClick (onepage-nav.js?ver=1719775456:160:10)
        at HTMLAnchorElement.i (jquery.min.js?ver=3.7.1:2:86755)
        at HTMLAnchorElement.dispatch (jquery.min.js?ver=3.7.1:2:40035)
        at v.handle (jquery.min.js?ver=3.7.1:2:38006)
    
  1. Keyboard navigation - not ok
    • Some resources to help you:
    • Issues with your theme:
      • mobile
        • focus should be trapped inside the modal. Once you tab past the last menu item, the focus should go on the close button. Once you shift+tab on the first element focus should go on the close button (and if you shift tab on this, it should focus the last element in the menu).
  1. Skip link - not ok
    • doesn't work as it should on single pages
  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. Validate and/or sanitize untrusted data before entering into the database. All untrusted data should be escaped before output. (See: Data Validation)
Note: See TracTickets for help on using tickets.