<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18928">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>as far as I see, I am not seeing where greenshady
was giving reason to asking that, I just loaded up your theme and not seeing
anyplace where would need the .css enqueued.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Hey i'm cool with it being a design choice, I was
just answering your questions on what greenshady meant in his
ticket.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Btw, some things might pass in another theme
because we might not have caught it, doesn't mean its acceptable.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Fix the float issue and we'll check it out again,
however if this turns out to be a cookie cutter theme with a few other ones
we'll just disable it again, so make sure that you make it have functionality
differences as well as look differences.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>- Phil</FONT></DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B>
<A title=fordmon@gmail.com href="mailto:fordmon@gmail.com">Ford Mon</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=theme-reviewers@lists.wordpress.org
href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, December 20, 2010 5:54
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [theme-reviewers] Some qs
about Black Queen 1.0 theme</DIV>
<DIV><BR></DIV>Hello,
<DIV><SPAN style="FONT-FAMILY: Arial">#3) Lookup the function
wp_enqueue_style() and use it to load your .css files, the only one that
should have a resemblence in the header is the designated first style.css that
should be above all the rest. If there is a reason for the order
then I suggest combining the css files into one. If they are
loaded for a reason and can be enabled disabled wp_enqueue_style is definately
needed.</SPAN></DIV>
<DIV><SPAN style="FONT-FAMILY: Arial"><BR></SPAN></DIV>
<DIV><SPAN style="FONT-FAMILY: Arial"><FONT size=4>For what use
wp_enqueue_style()? in my theme and If it's really needed for what css file I
should use it?</FONT></SPAN></DIV>
<DIV><SPAN style="FONT-FAMILY: Arial"><FONT size=4><BR></FONT></SPAN></DIV>
<DIV><BR><SPAN style="FONT-FAMILY: Arial">#1) this means that the css borders
padding and margins are too encompassing to allow 4 columns, adjust as
necessary so that 4 columns can display in the content area.</SPAN></DIV>
<DIV><FONT face=Arial><BR></FONT></DIV>
<DIV><FONT face=Arial><FONT size=4>I am not able to adjust margins to allow 4
columns.. 3 columns is the best choice for my theme. For example this
theme </FONT></FONT><FONT size=4><A
href="http://wordpress.org/extend/themes/fudo"
target=_blank>http://wordpress.org/extend/themes/fudo</A><SPAN
style="FONT-FAMILY: Arial"> has been accepted several weeks ago and it
has the same problem with 4 columns. It has even the same issure with the .css
( see 3)</SPAN></FONT></DIV>
<DIV><FONT face=Arial><BR></FONT></DIV>
<DIV><FONT face=Arial><BR></FONT></DIV>
<DIV><FONT face=Arial><BR></FONT>
<DIV class=gmail_quote>On Mon, Dec 20, 2010 at 6:20 PM, Philip M. Hofer
(Frumph) <SPAN dir=ltr><<A href="mailto:philip@frumph.net"
target=_blank>philip@frumph.net</A>></SPAN> wrote:<BR>
<BLOCKQUOTE
style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex"
class=gmail_quote>
<DIV bgcolor="#ffffff">
<DIV><FONT size=2 face=Arial>#2) after the_content() is used, anything that
is inside of the post that has been floated has the possibilty of everything
after it floating, so after the_content() is used, floats must be
cleared. T his is recognizably very easily on a post that has multiple
pages. Toss an image in the post and float it left, if the pages
[1][2][3] appears to the right of it, its not clearing the floats as needed
after the_content() displays.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial><div class="entry"></FONT></DIV>
<DIV><FONT size=2 face=Arial> <?php the_content();
?></FONT></DIV>
<DIV><FONT size=2 face=Arial> <div
class="clear"></div>></FONT></DIV>
<DIV><FONT size=2 face=Arial></div></FONT></DIV>
<DIV><FONT size=2 face=Arial> <?php wp_link_pages();
?></FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>#1) this means that the css borders padding and
margins are too encompassing to allow 4 columns, adjust as necessary so that
4 columns can display in the content area.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>#3) Lookup the function wp_enqueue_style() and
use it to load your .css files, the only one that should have a resemblence
in the header is the designated first style.css that should be above all the
rest. If there is a reason for the order then I suggest
combining the css files into one. If they are loaded for a
reason and can be enabled disabled wp_enqueue_style is definately
needed.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Other notes are that this theme seems to
resemble several others on the repository, we do not allow child themes at
this time and the only way that multiple themes of the same variety are
allowed coding wise is if they all have distinct functions unique to
themself that the others do not do., not just design.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV> </DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
<DIV>
<DIV></DIV>
<DIV>
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV style="FONT: 10pt arial; BACKGROUND: #e4e4e4"><B>From:</B> <A
title=fordmon@gmail.com href="mailto:fordmon@gmail.com" target=_blank>Ford
Mon</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=theme-reviewers@lists.wordpress.org
href="mailto:theme-reviewers@lists.wordpress.org"
target=_blank>theme-reviewers@lists.wordpress.org</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, December 20, 2010 3:09
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> [theme-reviewers] Some qs
about Black Queen 1.0 theme</DIV>
<DIV><BR></DIV><SPAN
style="BORDER-COLLAPSE: collapse; FONT-FAMILY: arial, sans-serif; FONT-SIZE: 13px"><A
style="COLOR: rgb(0,0,204)"
href="http://themes.trac.wordpress.org/ticket/2122"
target=_blank>http://themes.trac.wordpress.org/ticket/2122</A> </SPAN>
<DIV><BR></DIV>
<DIV><BR></DIV>
<DIV>Hello All,</DIV>
<DIV><BR></DIV>
<DIV><SPAN
style="LINE-HEIGHT: 22px; FONT-FAMILY: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial, sans-serif; COLOR: rgb(51,51,51); FONT-SIZE: 12px">
<P
style="PADDING-BOTTOM: 0px; MARGIN: 0px 0px 11px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px">I
have created a theme<BR><A
style="BORDER-BOTTOM: rgb(223,223,223) 1px solid; COLOR: rgb(33,117,155); FONT-WEIGHT: normal; TEXT-DECORATION: none"
href="http://www.themesfromrobin.com/2010/11/black-queen-wp-theme/"
rel=nofollow
target=_blank>http://www.themesfromrobin.com/2010/11/black-queen-wp-theme/</A><BR>and
uploaded into <A href="http://trac.wordpress.org"
target=_blank>trac.wordpress.org</A>. It was tested recently and
rejected until I fix the following:</P>
<P
style="PADDING-BOTTOM: 0px; MARGIN: 0px 0px 11px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px">1)
// Galleries with more than three columns aren't shown correctly.
Test [gallery columns="4"] and it breaks the gallery.» //</P>
<P
style="PADDING-BOTTOM: 0px; MARGIN: 0px 0px 11px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px">I
looked into the stadard wordpress theme and when tested it there was the
same error.<BR><A
style="BORDER-BOTTOM: rgb(223,223,223) 1px solid; COLOR: rgb(33,117,155); FONT-WEIGHT: normal; TEXT-DECORATION: none"
href="http://img507.imageshack.us/img507/6216/screenshot117.png"
rel=nofollow
target=_blank>http://img507.imageshack.us/img507/6216/screenshot117.png</A><BR>It
can't look well with 4 colums, the best look is 3 columns. Could you
explain what to do in this case?</P>
<P
style="PADDING-BOTTOM: 0px; MARGIN: 0px 0px 11px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px">2.
// Floated elements aren't cleared in the post content. This only seems to
be the case when usingwp_link_pages().»//</P>
<P
style="PADDING-BOTTOM: 0px; MARGIN: 0px 0px 11px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px">I
can not decipher this statement. Could you help</P>
<P
style="PADDING-BOTTOM: 0px; MARGIN: 0px 0px 11px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px">3.
//«Additional stylesheets should be appropriately loaded
using wp_enqueue_style()»//</P>
<P
style="PADDING-BOTTOM: 0px; MARGIN: 0px 0px 11px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px">What
does it mean?</P>
<P
style="PADDING-BOTTOM: 0px; MARGIN: 0px 0px 11px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px">The
main style in my theme is the same as it is in the standard wp theme ( the
perfect sample). An additional style is also added according to the codex.
At least it is the same as it's in this accepted theme<A
style="BORDER-BOTTOM: rgb(223,223,223) 1px solid; COLOR: rgb(33,117,155); FONT-WEIGHT: normal; TEXT-DECORATION: none"
href="http://wordpress.org/extend/themes/fudo" rel=nofollow
target=_blank>http://wordpress.org/extend/themes/fudo</A></P>
<P
style="PADDING-BOTTOM: 0px; MARGIN: 0px 0px 11px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px">Many
thanks in advance</P></SPAN></DIV></DIV></DIV>
<P></P>
<HR>
<P></P>_______________________________________________<BR>theme-reviewers
mailing list<BR><A href="mailto:theme-reviewers@lists.wordpress.org"
target=_blank>theme-reviewers@lists.wordpress.org</A><BR><A
href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers"
target=_blank>http://lists.wordpress.org/mailman/listinfo/theme-reviewers</A><BR>
<P></P></BLOCKQUOTE></DIV><BR>_______________________________________________<BR>theme-reviewers
mailing list<BR><A href="mailto:theme-reviewers@lists.wordpress.org"
target=_blank>theme-reviewers@lists.wordpress.org</A><BR><A
href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers"
target=_blank>http://lists.wordpress.org/mailman/listinfo/theme-reviewers</A><BR><BR></BLOCKQUOTE></DIV><BR></DIV>
<P>
<HR>
<P></P>_______________________________________________<BR>theme-reviewers
mailing
list<BR>theme-reviewers@lists.wordpress.org<BR>http://lists.wordpress.org/mailman/listinfo/theme-reviewers<BR></BLOCKQUOTE></BODY></HTML>