[theme-reviewers] Can't upload theme due to Gravatarvalidationproblem
Philip M. Hofer (Frumph)
philip at frumph.net
Sun Aug 29 21:15:19 UTC 2010
Oh yeah, it's definately the validator and i'll bring it up to the theme
admin when I see him sometime today/tomorrow.
Checking new theme:
k, after the_content(); you need to clear any possible floats that are
coming from it, so before the </div> for <!-- post you should do a <div
class="clear"></div>
.clear { clear: both; }
also, then, above the endwhile; else: you should put this in:
wp_link_pages(array('before' => '<div class="linkpages"><span
class="linkpages-pagetext">Pages:</span> ', 'after' => '</div>',
'next_or_number' => 'number'));
and style it accordingly, so that it can handle pages.
You also need to style .wp-caption use this:
.wp-caption { text-align: center; margin: 0 auto; padding: 2px; background:
#efefef; }
you're also missing the wp required align styles, here's an example:
/* WP Aligns */
.aligncenter {
margin: 0 auto;
display: block;
}
.alignright {
margin: 10px 0 10px 10px;
display: inline;
float: right;
}
.alignleft {
margin: 10px 10px 10px 0;
display: inline;
float: left;
}
Since this is a specialty theme, I just added what would work with this
theme and the limitedness of it.
Specialty themes are reviewed semi-differantly. the "minimum simple" theme
is, indeed, a specialty theme.
note: I did *not* know threaded-comments did not work from the default
comments_template(); odd., wonder if the core guys know about that.
- Phil
----- Original Message -----
From: "Trevor Turk" <trevorturk at gmail.com>
To: <theme-reviewers at lists.wordpress.org>
Sent: Sunday, August 29, 2010 1:48 PM
Subject: Re: [theme-reviewers] Can't upload theme due to
Gravatarvalidationproblem
> Thanks very much for the help, Philip. I've updated and uploaded the theme
> here:
>
> http://trevorturk.s3.amazonaws.com/simple.zip
>
> I believe I've added the required function calls etc, but please let
> me know if I've missed something.
>
> I'm still not able to upload due to the Gravatar issue, though, and I
> believe is a problem with the validator as opposed to the theme:
>
> http://wordpress.org/extend/themes/upload/
>
> Please let me know how I might proceed toward getting this theme into
> the directory.
>
> Thanks!
> - Trevor
>
> On Sun, Aug 29, 2010 at 3:19 PM, Philip M. Hofer (Frumph)
> <philip at frumph.net> wrote:
>> Also, you're hardcoding the content http-equiv, which is fine sure but
>> you
>> should use the functions from wordpress, something about <html> too, but
>> thats in the theme_review documentation
>>
>> - Phil
>>
>>
>> ----- Original Message ----- From: "Trevor Turk" <trevorturk at gmail.com>
>> To: <theme-reviewers at lists.wordpress.org>
>> Sent: Sunday, August 29, 2010 1:04 PM
>> Subject: [theme-reviewers] Can't upload theme due to Gravatar
>> validationproblem
>>
>>
>>> Hello,
>>>
>>> I'm having trouble uploading a new theme to the directory. It's giving
>>> me an error about not having Gravatars. I do have Gravatars, but I
>>> think the theme upload validator can't verify this because I'm using
>>> the "comments_template" function. Gravatars are displayed by that
>>> function, though, so I think the theme should be able to make it
>>> through upload validation.
>>>
>>> Here's my theme:
>>>
>>> http://trevorturk.s3.amazonaws.com/simple.zip
>>>
>>> I was hoping to have it made available here:
>>>
>>> http://wordpress.org/extend/themes/simple
>>>
>>> Thanks!
>>> - Trevor
>>> _______________________________________________
>>> 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
>
More information about the theme-reviewers
mailing list