[theme-reviewers] [WordPress Themes] #2478: THEME: Black Queen-1.3
Philip M. Hofer (Frumph)
philip at frumph.net
Mon Jan 10 19:22:11 UTC 2011
Ah, you have to be logged on. the login button is on the upper right top of that page, use your wordpress.org login, once you are logged on you can reply
- Phil
----- Original Message -----
From: Ford Mon
To: theme-reviewers at lists.wordpress.org
Sent: Monday, January 10, 2011 11:20 AM
Subject: Re: [theme-reviewers] [WordPress Themes] #2478: THEME: Black Queen-1.3
I do not know how to reply in the ticket. There is not option to reply there.
http://themes.trac.wordpress.org/ticket/2478#comment:3
On Mon, Jan 10, 2011 at 2:15 PM, Philip M. Hofer (Frumph) <philip at frumph.net> wrote:
Read my comment again, I wrote that using @import is alright.
This line:
<link rel="stylesheet" type="text/css" href="
<?php print get_stylesheet_directory_uri(); ?>/css/ie.css" media="screen" />
If an end user is using a child theme, it will try to find the /css/ie.css in the child theme, instead of the main one in the parent theme, whether you have a child theme or not, if an end user has one that is what will happen.
Change that to get_template_directory_uri() and check all of the other references of get_stylesheet_directory you have to make sure they are as they should be or need to switch to get_template_directory as well.
Looking over your previous tickets: http://themes.trac.wordpress.org/query?col=id&col=summary&col=keywords&col=owner&col=status&col=resolution&keywords=~theme-black-queen&order=priority
I am not seeing anyone say that there was no need, not a single ticket there says it.
----- Original Message -----
From: Ford Mon
To: theme-reviewers at lists.wordpress.org
Sent: Monday, January 10, 2011 11:04 AM
Subject: Re: [theme-reviewers] [WordPress Themes] #2478: THEME: Black Queen- 1.3
To Frumph
You wrote the requirement: - Stylesheets using @import are alright, the wp_enqueue_style requirement
is if it's hardcoded instead of enqueued, while inside of an -IF LTE IE
statement and such is alright to hardcode as long as the proper
directory_uri is used.
Why to use wp_enqueue_style() if we have 1CSS ? Please elaborate
Unfortunately get_stylesheet_directory_uri(); is not it, it's
get_template_directory_uri() which needs to be fixed before being
accepted. If using get_stylesheet_directory_uri() and a user is using a
child-theme it will check the css/ of that child theme and not where it's
located in the main template. Please explain what should I fix. I do not have a child theme.
get_stylesheet_directory(_uri)() will check the childtheme first, if no
childtheme it will use the main parent theme.
get_template_directory(_uri)() will always check the parent theme The previous reviewer stated that there is no need in get_stylesheet_directory(_uri) so I took it out. Guys, could you come to the consensus what's wrong in my theme?
On Sun, Jan 9, 2011 at 6:25 PM, WordPress Themes <theme-reviewers at lists.wordpress.org> wrote:
#2478: THEME: Black Queen - 1.3
------------------------------+-------------------------------
Reporter: themesfromrobin | Owner: joshstauffer
Type: theme | Status: closed
Resolution: not-approved | Keywords: theme-black-queen,
------------------------------+-------------------------------
Changes (by Frumph):
* status: assigned => closed
* resolution: => not-approved
Comment:
- Stylesheets using @import are alright, the wp_enqueue_style requirement
is if it's hardcoded instead of enqueued, while inside of an -IF LTE IE
statement and such is alright to hardcode as long as the proper
directory_uri is used.
Unfortunately get_stylesheet_directory_uri(); is not it, it's
get_template_directory_uri() which needs to be fixed before being
accepted. If using get_stylesheet_directory_uri() and a user is using a
child-theme it will check the css/ of that child theme and not where it's
located in the main template.
get_stylesheet_directory(_uri)() will check the childtheme first, if no
childtheme it will use the main parent theme.
get_template_directory(_uri)() will always check the parent theme
Required's
=> adjust all of the get_stylesheet/template(_uri)() references to match
appropriate locations to where the files are
=> fix the missing px in the #content .archive-meta
^ Recommendations above stand.
--
Ticket URL: <http://themes.trac.wordpress.org/ticket/2478#comment:3>
WordPress Themes <http://themes.trac.wordpress.org/>
WordPress.org Theme Directory Reviews
--------------------------------------------------------------------------
_______________________________________________
theme-reviewers mailing list
theme-reviewers at lists.wordpress.org
http://lists.wordpress.org/mailman/listinfo/theme-reviewers
_______________________________________________
theme-reviewers mailing list
theme-reviewers at lists.wordpress.org
http://lists.wordpress.org/mailman/listinfo/theme-reviewers
------------------------------------------------------------------------------
_______________________________________________
theme-reviewers mailing list
theme-reviewers at lists.wordpress.org
http://lists.wordpress.org/mailman/listinfo/theme-reviewers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wordpress.org/pipermail/theme-reviewers/attachments/20110110/f43e0fa0/attachment.htm>
More information about the theme-reviewers
mailing list