<span class="Apple-style-span" style="font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif; font-size: 13px; "><p>Hello, thank you all for your advices on improving the theme. I have uploaded the new version of Black Queen with many fixed issues. </p>
<p>What is so special about my theme compared to hundreds of others? Well, I always liked gorgeous minimalist designs and I decided to create something close to it but with more customizalbe elements. So, the functional difference in comparison with other minimalistic themes may be the custom logo, featured images for the post preview, dropdown menus. </p>
<p> I hope it will pass to the repository this time and I will devote myself to the creation of the new themes. Cheers</p><p><strong><a href="http://themes.trac.wordpress.org/ticket/2370">http://themes.trac.wordpress.org/ticket/2370</a></strong></p>
<p><strong><br></strong></p><p><strong>Post date/time <font class="Apple-style-span" color="#FF0000">FIXED</font></strong><br></p><p>The theme should respect the user-selected date and time formats in the <tt>bp_posted_on()</tt> function. Currently, the theme uses a custom format.<br>
</p><p>To get the user-selected date format:<br></p><pre class="wiki" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(247, 247, 247); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(215, 215, 215); border-right-color: rgb(215, 215, 215); border-bottom-color: rgb(215, 215, 215); border-left-color: rgb(215, 215, 215); margin-top: 1em; margin-right: 1.75em; margin-bottom: 1em; margin-left: 1.75em; padding-top: 0.25em; padding-right: 0.25em; padding-bottom: 0.25em; padding-left: 0.25em; overflow-x: auto; overflow-y: auto; background-position: initial initial; background-repeat: initial initial; ">
get_the_time( get_option( 'date_format' ) );
</pre><p>To get the user-selected time format:<br></p><pre class="wiki" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(247, 247, 247); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(215, 215, 215); border-right-color: rgb(215, 215, 215); border-bottom-color: rgb(215, 215, 215); border-left-color: rgb(215, 215, 215); margin-top: 1em; margin-right: 1.75em; margin-bottom: 1em; margin-left: 1.75em; padding-top: 0.25em; padding-right: 0.25em; padding-bottom: 0.25em; padding-left: 0.25em; overflow-x: auto; overflow-y: auto; background-position: initial initial; background-repeat: initial initial; ">
get_the_time( get_option( 'time_format' ) );</pre></span><div><br></div><div><b><p style="font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif; font-weight: normal; font-size: 13px; ">
<strong>CSS Issues <font class="Apple-style-span" color="#CC0000">SOLVED</font></strong><br></p><p style="color: rgb(0, 0, 0); font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif; font-weight: normal; font-size: 13px; ">
These issues need to be fixed:<br></p><ul style="color: rgb(0, 0, 0); font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif; font-weight: normal; font-size: 13px; "><li>Oversized images within posts aren't resized. They don't break the content, but they should be resized.</li>
<li>Galleries with more than three columns aren't shown correctly. Test <tt>[gallery columns="4"]</tt> and it breaks the gallery.</li><li>Long gallery captions also break galleries.</li><li>Floated elements aren't cleared in the post content. This only seems to be the case when using<tt>wp_link_pages()</tt>.</li>
</ul></b></div><div><span class="Apple-style-span" style="font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif; font-size: 13px; "><p><strong>One column page template <font class="Apple-style-span" color="#FF0000">ADDED</font></strong><br>
</p><p>Recommendation: I think most users would expect the one column template to expand to the full width of the page area. Currently, the content stays the same width.</p></span></div><div><span class="Apple-style-span" style="font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif; font-size: 13px; "><p>
<strong>Licensing <font class="Apple-style-span" color="#FF0000">ADDED</font></strong><br></p><p>Recommendation: add <tt>License</tt> and License URI<tt> to the </tt>style.css` file.</p></span></div><div><br></div><div><span class="Apple-style-span" style="font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif; font-size: 13px; "><p>
<strong>Internationalization <font class="Apple-style-span" color="#FF0000">FIXED</font></strong><br></p><p>In <tt>footer.php</tt>, this can't be properly translated:<br></p><pre class="wiki" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(247, 247, 247); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(215, 215, 215); border-right-color: rgb(215, 215, 215); border-bottom-color: rgb(215, 215, 215); border-left-color: rgb(215, 215, 215); margin-top: 1em; margin-right: 1.75em; margin-bottom: 1em; margin-left: 1.75em; padding-top: 0.25em; padding-right: 0.25em; padding-bottom: 0.25em; padding-left: 0.25em; overflow-x: auto; overflow-y: auto; background-position: initial initial; background-repeat: initial initial; ">
<?php _e('Powered by', 'black-queen'); ?> <a href="<a href="http://wordpress.org">http://wordpress.org</a>" target="_blank">WordPress</a>
</pre><p>This would work better:<br></p><pre class="wiki" style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(247, 247, 247); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: rgb(215, 215, 215); border-right-color: rgb(215, 215, 215); border-bottom-color: rgb(215, 215, 215); border-left-color: rgb(215, 215, 215); margin-top: 1em; margin-right: 1.75em; margin-bottom: 1em; margin-left: 1.75em; padding-top: 0.25em; padding-right: 0.25em; padding-bottom: 0.25em; padding-left: 0.25em; overflow-x: auto; overflow-y: auto; background-position: initial initial; background-repeat: initial initial; ">
<?php printf( __( 'Powered by %s', 'black-queen' ), '<a href="<a href="http://wordpress.org">http://wordpress.org</a>"</pre></span></div><div><span class="Apple-style-span" style="font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif; font-size: 13px; "><strong>Localization - New language: Polish <font class="Apple-style-span" color="#FF0000">ADDED</font></strong></span></div>
<div><span class="Apple-style-span" style="font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif; font-size: 13px; "><strong><font class="Apple-style-span" color="#FF0000"><br></font></strong></span></div>
<div><font class="Apple-style-span" color="#FF0000" face="Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif"><b><br></b></font></div><div><font class="Apple-style-span" color="#FF0000" face="Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif"><b><br>
</b></font></div><div><font class="Apple-style-span" color="#FF0000" face="Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif"><b><br></b></font></div><div><font class="Apple-style-span" face="Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif">Robin</font></div>
<br><div class="gmail_quote">On Mon, Dec 20, 2010 at 9:03 PM, Philip M. Hofer (Frumph) <span dir="ltr"><<a href="mailto:philip@frumph.net">philip@frumph.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div 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 class="im">
<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><div><div></div><div class="h5"><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>
</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></div></div></blockquote></div>
<br>_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">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>