Opened 6 years ago
Closed 6 years ago
#77345 closed theme (not-approved)
THEME: Swe Home Interior – 1.0
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | new theme | Keywords: | theme-swe-home-interior |
| Cc: | sanjayraghusharma@… |
Description
Swe Home Interior - 1.0
Swe Home Interior is a modernized take on an ever-popular Theme layout — works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Swe Home Interior will make your WordPress look beautiful everywhere.
Theme URL - https://adaan.com/
Author URL - https://wordpress.org/
Trac Browser - https://themes.trac.wordpress.org/browser/swe-home-interior/1.0
WordPress.org - https://wordpress.org/themes/swe-home-interior/
SVN - https://themes.svn.wordpress.org/swe-home-interior/1.0
ZIP - https://wordpress.org/themes/download/swe-home-interior.1.0.zip?nostats=1
History:
| Ticket | Summary | Status | Resolution | Owner |
|---|---|---|---|---|
| #77345 | THEME: Swe Home Interior – 1.0 | closed | not-approved | |
- RECOMMENDED: No reference to add_theme_support( "custom-header", $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
- RECOMMENDED: No reference to add_theme_support( "custom-background", $args ) was found in the theme. If the theme uses background images or solid colors for the background, then 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.
Change History (3)
#1
in reply to:
↑ description
@
6 years ago
#3
@
6 years ago
- Resolution set to not-approved
- Status changed from reviewing to closed
Hi
I have had a quick look at the theme and at this point, it does not follow the requirements.
Themes are required to be 100% GPL compatible.
Reviewers can not confirm that a theme is GPL compatible unless all the license information is included in the theme.
-It is important that you include the full license information not just a link to the source
(Neither users or reviewers should need to go and look this up).
Provide a unique prefix for everything the Theme defines in the public namespace,
including options, functions, global variables, constants, post meta, etc.
Theme nav menu locations and sidebar IDs are exceptions.
Function names like theme_options_init are not unique enough. The recommended prefix is the theme slug.
Theme options pages has not been allowed in the theme directory for several years.
All theme options must be in the customier or as meta boxes or custom widgets.
Demo content is not allowed to be included in the theme.
There must not be any PHP errors, warnings or notices.
When I activate the theme, I see the following in the admin area:
Deprecated: Function create_function() is deprecated in swe-home-interior/theme-hooks.php on line 29 Warning: Cannot modify header information - headers already sent by (output started at /swe-home-interior/theme-hooks.php:29) in /var/www/html/wp-includes/functions.php on line 5946 Warning: Cannot modify header information - headers already sent by (output started at /swe-home-interior/theme-hooks.php:29) in /var/www/html/wp-admin/includes/misc.php on line 1252 Warning: Cannot modify header information - headers already sent by (output started at /swe-home-interior/theme-hooks.php:29) in /var/www/html/wp-admin/admin-header.php on line 9
There are additional PHP warnings on the front when I try to view the theme.
All theme text strings are to be translatable.
There is text in the theme that is missing translation functions.
Unfortunately there is no tool or plugin that can help you find these strings.
You will need to look through all of your files manually.
There is hard coded content that is not suitable for a theme submitted to WordPress.org.
You cannot use someone elses domain (or even your own) as defaults for theme options.

Replying to sanjaywp: