themebeez/cream-magazine

Warnings and Recommendations from Automated Theme Scanning WordPress

Opened this issue · 0 comments

  • WARNING: screenshot.png is 870.1 KB in size. Large file sizes have a negative impact on website performance and loading time. Compress images before using them.
  • WARNING: role="search" was found in inc/class-cream-magazine.php. Use get_search_form() instead of hard coding forms. Otherwise, the form can not be filtered.
  • 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 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 add_theme_support( "align-wide" ) was found in the theme. It is recommended that the theme implement this functionality.
  • 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.