Make WordPress Themes

Opened 3 months ago

Closed 3 months ago

#171371 closed theme (not-approved)

THEME: SpiralLite – 1.0.4

Reported by: pixelonetry's profile pixelonetry Owned by: acosmin's profile acosmin
Priority: previously reviewed Keywords: theme-spirallite
Cc: pixelonetry@…

Description

SpiralLite - 1.0.4

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/spirallite/ the demo at https://demo.pixelonetry.com/spirallite/

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

Trac Browser - https://themes.trac.wordpress.org/browser/spirallite/1.0.4
WordPress.org - https://wordpress.org/themes/spirallite/

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

Diff with previous version: [223891] https://themes.trac.wordpress.org/changeset?old_path=spirallite/1.0.3&new_path=spirallite/1.0.4

History:

Ticket Summary Status Resolution Owner
#170316 THEME: SpiralLite – 1.0.2 closed not-approved fahimmurshed
#170791 THEME: SpiralLite – 1.0.3 closed not-approved fahimmurshed
#171371 THEME: SpiralLite – 1.0.4 closed not-approved acosmin

(this ticket)

#172112 THEME: SpiralLite – 1.0.5 closed not-approved kafleg
#172825 THEME: SpiralLite – 1.0.6 closed not-approved fahimmurshed


https://themes.svn.wordpress.org/spirallite/1.0.4/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
3 months ago

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

#2 @acosmin
3 months 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. 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. The admin notification is not dismissable and it also doesn't use the core WP UI.
  1. No PHP issues:
    	Creation of dynamic property MaThemeProject::$emptyMsg is deprecated in \wp-content\themes\spirallite\framework\php\theme-admin\MaThemeProject.php L14
    
  1. most of the things in theme-admin are not allowed, read the requirements
  1. All theme text strings are to be translatable. Read the requirement
Note: See TracTickets for help on using tickets.