[theme-reviewers] CSS3 Validation ?
Emil Uzelac
emil at themeid.com
Tue Jul 26 05:17:26 UTC 2011
I will answer in the order which it was received ;)
*CSS3 Properties*
background: -moz-linear-gradient(#252525, #0a0a0a);
background: -o-linear-gradient(#252525, #0a0a0a);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525),
to(#0a0a0a));
background: -webkit-linear-gradient(#252525, #0a0a0a);
-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
etc....
*Q#1:* Will these be "OK" in the Theme Validation process ?
Yes.
*require_once / include_once vs locate_template( array( 'file.php' ), true,
false );*
Hopefully Otto will not mind. This is what I've learned from him:
*Instead of doing require's, consider using locate_template. This would
allow child themes to override anything you're requiring.*
*Q#2:* Can i use require_once instead of locate_template ?
Yes
*Q#3: *What is requirement of submitting Child Themes, if the parent is
already approved in the WordPress Free Themes directory ?
No support for Child Themes as yet. (last time I was informed that is)
----
*Emil Uzelac* | ThemeID | T: 224-444-0006 | Twitter: @EmilUzelac | E:
emil at themeid.com | http://themeid.com
Make everything as simple as possible, but not simpler. - Albert Einstein
On Tue, Jul 26, 2011 at 12:08 AM, Qamar Ashraf <life.object at gmail.com>wrote:
> Hello,
> I am working on my new version of theme. Please help me about,
>
> *CSS3 Properties*
>
> background: -moz-linear-gradient(#252525, #0a0a0a);
> background: -o-linear-gradient(#252525, #0a0a0a);
> background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525),
> to(#0a0a0a));
> background: -webkit-linear-gradient(#252525, #0a0a0a);
> -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
> -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
>
> etc....
>
> *Q#1:* Will these be "OK" in the Theme Validation process ?
>
> *require_once / include_once vs locate_template( array( 'file.php' ),
> true, false );*
>
> *Q#2:* Can i use require_once instead of locate_template ?
>
> *Q#3: *What is requirement of submitting Child Themes, if the parent is
> already approved in the WordPress Free Themes directory ?
>
> Thanks
>
> --
> Regards
> Qamar Ashraf
> www.tutorialchip.com
> @lifeobject
>
>
> _______________________________________________
> 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/20110726/f296d588/attachment.htm>
More information about the theme-reviewers
mailing list