close

Make WordPress Themes

#191642 closed theme (live)

THEME: Shadhin – 1.0.4

Reported by: faithcoder's profile faithcoder Owned by: kafleg's profile kafleg
Priority: previously reviewed Keywords: theme-shadhin full-site-editing
Cc: faithcoder1@…

Description

Shadhin - 1.0.1

Shadhin is a minimalist WordPress block theme, designed for seamless integration with the Gutenberg editor. Especially this theme is created for build a site from scratch with WordPress and Gutenberg.

Theme URL - https://faithcoder.com/shadhin
Author URL - https://faithcoder.com/

Trac Browser - https://themes.trac.wordpress.org/browser/shadhin/1.0.1
WordPress.org - https://wordpress.org/themes/shadhin/

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

Diff with previous version: [245094] https://themes.trac.wordpress.org/changeset?old_path=shadhin/1.0.0&new_path=shadhin/1.0.1

History:

Ticket Summary Status Resolution Owner
#189898 THEME: Shadhin – 1.0.0 closed not-approved kafleg
#191642 THEME: Shadhin – 1.0.4 closed live kafleg

(this ticket)


https://themes.svn.wordpress.org/shadhin/1.0.1/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.
  • WARNING: Could not find a copyright notice for the theme. A copyright notice is needed if your theme is licenced as GPL. <a href="https://www.gnu.org/licenses/gpl-howto.html" target="_blank">Learn how to add a copyright notice (opens in a new window).</a>

Change History (7)

#1 Image @themetracbot
18 months ago

  • Summary changed from THEME: Shadhin – 1.0.1 to THEME: Shadhin – 1.0.2

Shadhin - 1.0.2

Shadhin is a minimalist WordPress block theme, designed for seamless integration with the Gutenberg editor. Especially this theme is created for build a site from scratch with WordPress and Gutenberg.

Theme URL - https://faithcoder.com/shadhin
Author URL - https://faithcoder.com/

Trac Browser - https://themes.trac.wordpress.org/browser/shadhin/1.0.2
WordPress.org - https://wordpress.org/themes/shadhin/

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

Diff with previous version: [245095] https://themes.trac.wordpress.org/changeset?old_path=shadhin/1.0.1&new_path=shadhin/1.0.2

History:

Ticket Summary Status Resolution Owner
#189898 THEME: Shadhin – 1.0.0 closed not-approved kafleg
#191642 THEME: Shadhin – 1.0.4 closed live kafleg

(this ticket)


https://themes.svn.wordpress.org/shadhin/1.0.2/screenshot.png
Theme Check Results:

  • WARNING: Could not find a copyright notice for the theme. A copyright notice is needed if your theme is licenced as GPL. <a href="https://www.gnu.org/licenses/gpl-howto.html" target="_blank">Learn how to add a copyright notice (opens in a new window).</a>

#2 Image @kafleg
18 months ago

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

#3 Image @kafleg
18 months ago

I found an accessibility-ready tag in your theme. Is your theme review against the accessibility? https://make.wordpress.org/themes/handbook/review/accessibility/ If not, you need to remove that tag from style.css and update the theme again.

Usually, theme with accessibility-ready tag take longer time to review due to fewer reviewers for accessibility-ready theme.

Thank you
KafleG

#4 Image @themetracbot
18 months ago

  • Keywords accessibility-ready removed
  • Summary changed from THEME: Shadhin – 1.0.2 to THEME: Shadhin – 1.0.3

Shadhin - 1.0.3

Shadhin is a minimalist WordPress block theme, designed for seamless integration with the Gutenberg editor. Especially this theme is created for build a site from scratch with WordPress and Gutenberg.

Theme URL - https://faithcoder.com/shadhin
Author URL - https://faithcoder.com/

Trac Browser - https://themes.trac.wordpress.org/browser/shadhin/1.0.3
WordPress.org - https://wordpress.org/themes/shadhin/

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

Diff with previous version: [246619] https://themes.trac.wordpress.org/changeset?old_path=shadhin/1.0.2&new_path=shadhin/1.0.3

History:

Ticket Summary Status Resolution Owner
#189898 THEME: Shadhin – 1.0.0 closed not-approved kafleg
#191642 THEME: Shadhin – 1.0.4 closed live kafleg

(this ticket)


https://themes.svn.wordpress.org/shadhin/1.0.3/screenshot.png
Theme Check Results:

  • WARNING: Could not find a copyright notice for the theme. A copyright notice is needed if your theme is licenced as GPL. <a href="https://www.gnu.org/licenses/gpl-howto.html" target="_blank">Learn how to add a copyright notice (opens in a new window).</a>

#5 Image @kafleg
17 months ago

Hello @faithcoder

  • Remove commented codes,
 // function shadhin_enqueue_styles() {
//     // Enqueue your theme's main stylesheet.
//     wp_enqueue_style( 'shadhin-style', get_stylesheet_uri() );

//     // Add dynamic inline CSS for the background image.
//     $background_image_url = esc_url( get_template_directory_uri() . '/assets/images/hero-bg.jpg' );
//     $custom_css = "
//         .shadhin-hero {
//             background-image: url('{$background_image_url}');
//             background-position: 50% 50%;
// 			background-size: cover;
//             padding-top: 10rem;
//             padding-bottom: 10rem;
//             margin-top: 0;
//             margin-bottom: 0;
//         }
//     ";
//     wp_add_inline_style( 'shadhin-style', $custom_css );
// }
// add_action( 'wp_enqueue_scripts', 'shadhin_enqueue_styles' );

Regards
KafleG

#6 Image @themetracbot
17 months ago

  • Summary changed from THEME: Shadhin – 1.0.3 to THEME: Shadhin – 1.0.4

Shadhin - 1.0.4

Shadhin is a minimalist WordPress block theme, designed for seamless integration with the Gutenberg editor. Especially this theme is created for build a site from scratch with WordPress and Gutenberg.

Theme URL - https://faithcoder.com/shadhin
Author URL - https://faithcoder.com/

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

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

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

History:

Ticket Summary Status Resolution Owner
#189898 THEME: Shadhin – 1.0.0 closed not-approved kafleg
#191642 THEME: Shadhin – 1.0.4 closed live kafleg

(this ticket)


https://themes.svn.wordpress.org/shadhin/1.0.4/screenshot.png
Theme Check Results:

  • WARNING: Could not find a copyright notice for the theme. A copyright notice is needed if your theme is licenced as GPL. <a href="https://www.gnu.org/licenses/gpl-howto.html" target="_blank">Learn how to add a copyright notice (opens in a new window).</a>

#7 Image @kafleg
17 months ago

  • Resolution set to live
  • Status changed from reviewing to closed

Fix this in the update,

Shadhin WordPress Theme, (C) 2024 WordPress.org
Shadhin is distributed under the terms of the GNU GPL.

Use,

Shadhin WordPress Theme, (C) 2024 your WordPress username
Shadhin is distributed under the terms of the GNU GPL.

If you have readme.txt, you don't need readme.md

Setting Live.

Thank you
KafleG

Note: See TracTickets for help on using tickets.