#6545 closed theme (not-approved)
THEME: Redify - 1.0
| Reported by: | priyanshu.mittal | Owned by: | garinungkadol |
|---|---|---|---|
| Priority: | major | Keywords: | theme-redify |
| Cc: | priyanshu.mittal@… |
Description
Redify - 1.0
A Free red colored Business Blog theme that supports Primary menu's , Primary and Secondary sidebars,Four widgets area at the footer region,Custom Post Types and nice option panel . It has a perfect design that's great for any Business/Firms? Blogs who wants a new look for their site.Two page templates are provided one for the portfolio and second for the contact us page. Nice bit of optional panel is made for the theme setting and customization.Redify supports featured post slider based on the concept of custom post types whose settings are also given in the option panel.The featured post slider can easily be converted to the image slider by just disabling an option in the home page slider setting's tab.
Theme URL - http://redify.webriti.com
Author URL - http://www.webriti.com
SVN - http://themes.svn.wordpress.org/redify/1.0
ZIP - http://wordpress.org/extend/themes/download/redify.1.0.zip?nostats=1
All previous tickets for this theme: http://themes.trac.wordpress.org/query?keywords=~theme-redify
Change History (15)
comment:1 Changed 15 months ago by garinungkadol
- Owner set to garinungkadol
- Status changed from new to assigned
comment:2 Changed 15 months ago by garinungkadol
- Keywords synchold added
- Resolution set to not-approved
- Status changed from assigned to closed
comment:3 follow-up: ↓ 4 Changed 15 months ago by priyanshu.mittal
first of all thansk for reviewing my site, do spare me, i am new to this, will follow your suggestions very carefully, will get back to you as soon as possible
comment:4 in reply to: ↑ 3 Changed 15 months ago by garinungkadol
Replying to priyanshu.mittal:
first of all thansk for reviewing my site, do spare me, i am new to this, will follow your suggestions very carefully, will get back to you as soon as possible
We're here to help so if you have any questions, you can comment here and I'll do my best to help you.
comment:5 Changed 15 months ago by garinungkadol
An additional note: You should not be setting the option for a blog's name. Your theme changes the site title to "Redify".
comment:6 follow-up: ↓ 7 Changed 15 months ago by priyanshu.mittal
i dint understand some of the issues highlighted by you also please tell me what tool you have used for this review process the reason y i am asking this bcs i had used this worpdress review tool and dint find that much issues......
comment:7 in reply to: ↑ 6 Changed 15 months ago by garinungkadol
Replying to priyanshu.mittal:
i dint understand some of the issues highlighted by you also please tell me what tool you have used for this review process the reason y i am asking this bcs i had used this worpdress review tool and dint find that much issues......
Which issues are you having problems will? I'll try to explain them better.
As for the tools I use:
- Theme Check Plugin: http://wordpress.org/extend/plugins/theme-check/
- Theme Unit Test: http://codex.wordpress.org/Theme_Unit_Test
- Log Deprecated Notices: http://wordpress.org/extend/plugins/log-deprecated-notices/
- Debogger: http://wordpress.org/extend/plugins/debogger/
comment:8 follow-up: ↓ 9 Changed 15 months ago by priyanshu.mittal
you made this point "REQUIRED: You should not be including the theme's name as the logo. It should either be a generic place-holder or the site's name."
instead i have given a place for the site title. you can set whatever value you will like to display in this place just by settings a site title from the general settings options..but as suggested by you i can change this place so as to display the site name somewhat like xyz.com....
Secondly, "REQUIRED: You should not be bundling jQuery with your theme package. You must make use of the jQuery version bundled with WordPress??." you mean to say abt the jquery libray bundled with the wordpress or the library bundeled with the slider script.....?
comment:9 in reply to: ↑ 8 Changed 15 months ago by garinungkadol
Replying to priyanshu.mittal:
you made this point "REQUIRED: You should not be including the theme's name as the logo. It should either be a generic place-holder or the site's name."
instead i have given a place for the site title. you can set whatever value you will like to display in this place just by settings a site title from the general settings options..but as suggested by you i can change this place so as to display the site name somewhat like xyz.com....
During my testing, your theme updated the option 'blogname' to 'Redify'. You should not be changing these types of options without user permission. See functions.php
Line 415 update_option('blogname', 'Redify');
Line 416 update_option('posts_per_page','6');
Line 417 update_option('portfolio_post','8');
- You should not be updating the 'posts_per_page' option. Once again, you need explicit permission from the user to change this. If you want your own number of posts per page, make use of the pre_get_posts action
- I don't know whether 'portfolio_post' is a WordPress? option. If it isn't then it needs to belong to the theme option.
Secondly, "REQUIRED: You should not be bundling jQuery with your theme package. You must make use of the jQuery version bundled with WordPress??." you mean to say abt the jquery libray bundled with the wordpress or the library bundeled with the slider script.....?
You have two different versions of jQuery bundled with your theme: http://themes.svn.wordpress.org/redify/1.0/js/
As per the Theme Review guidelines:
Themes are required to use core-bundled scripts, if using such scripts
The reason behind this is that other core-bundled scripts and plugins may be referencing jQuery and if you override the existing version for your own, it may cause plugin or core breakage.
See this http://make.wordpress.org/themes/2011/11/10/wordpress-3-3-proposed-guidelines-revisions/#comment-14660 on theme review site.
comment:10 Changed 14 months ago by garinungkadol
- Keywords synchold removed
comment:11 follow-up: ↓ 12 Changed 14 months ago by priyanshu.mittal
hey i have made all the changes as listed by ....now where should i share the updated release of the theme
comment:12 in reply to: ↑ 11 Changed 14 months ago by garinungkadol
Replying to priyanshu.mittal:
hey i have made all the changes as listed by ....now where should i share the updated release of the theme
Upload your revised theme so that a new trac ticket can be created
comment:13 follow-up: ↓ 14 Changed 14 months ago by priyanshu.mittal
hi
i tried to upload the revised theme this gave me the error
"Duplicate theme and author URLs. A theme URL is a page/site the provides details about this specific theme. An author URL is a page/site that provides information about the author of the theme. You aren't required to provide both, so pick the one that best applies to your URL."
comment:14 in reply to: ↑ 13 Changed 14 months ago by garinungkadol
Replying to priyanshu.mittal:
hi
i tried to upload the revised theme this gave me the error
"Duplicate theme and author URLs. A theme URL is a page/site the provides details about this specific theme. An author URL is a page/site that provides information about the author of the theme. You aren't required to provide both, so pick the one that best applies to your URL."
Check your style.css. You gave the same URL for the Theme URI and Author URI
comment:15 Changed 14 months ago by priyanshu.mittal
hey i have relased the theme and my ticket id is 7070


THEME REVIEW RESULTS
This is a partial review. In addition to the items noted below, make sure that your theme meets the requirements outlined in the Theme Review Guidelines before re-submitting.
If you have any questions, feel free to ask them here.
RECOMMENDATION: NOT-APPROVED
THEME INFORMATION
DEBUGGER ERRORS
On Widgets page after theme is first activated
-- Undefined variable: args in C:\xampp\htdocs\wordpress\themereview\wp-content\themes\redify\functions.php on line <b>274</b>
On Theme Settings Page
On C:\xampp\htdocs\wordpress\themereview\wp-content\themes\redify\option_pannel\general_settings.php
-- Debug: Undefined index: action on line 22
-- Debug: Undefined index: action on line 27
-- Debug: Undefined index: general_settings on line 33
On C:\xampp\htdocs\wordpress\themereview\wp-content\themes\redify\option_pannel\typography.php
-- Debug: Undefined index: typography on line 20
-- Debug: Undefined index: typography on line 847
On C:\xampp\htdocs\wordpress\themereview\wp-content\themes\redify\option_pannel\homepage_slider.php
-- Debug: Undefined index: homepage_sliders on line 18
-- Debug: Undefined variable: checkbox_homepage_slider on line 70
-- Debug: Undefined variable: animation_speed on lines 145 - 163
-- Debug: Undefined variable: auto_slide_interval on line 182 - 189
-- Debug: Undefined index: homepage_sliders on line 274
On C:\xampp\htdocs\wordpress\themereview\wp-content\themes\redify\option_pannel\footer_customization.php
-- Debug: Undefined index: footer_customization on line 17
-- Debug: Undefined index: footer_customization on line 201
VISUAL ISSUES / FUNCTIONALITY / BROWSER CHECKS
CODE QUALITY
Theme Settings
Data Security
Translation Support. See Translating WordPress
While support for other languages is optional, if included you are required to:
Inclusion of styles and scripts
Other Issues
OTHER NOTES