@Otto - I agree with what you are saying, but as of last night&#39;s testing the whole custom-background process is no longer working as it did?!<br><br>My first thought *is* to remove the functionality (both in Parent-Themes and Child-Themes) ... but I would rather only remove functionality as a last resort.<br>

<br><br clear="all">Cais.<br>
<br><br><div class="gmail_quote">On Tue, Jun 12, 2012 at 6:57 AM, Otto <span dir="ltr">&lt;<a href="mailto:otto@ottodestruct.com" target="_blank">otto@ottodestruct.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On Mon, Jun 11, 2012 at 7:36 PM, Edward Caissie<br>
&lt;<a href="mailto:edward.caissie@gmail.com">edward.caissie@gmail.com</a>&gt; wrote:<br>
&gt; Which leaves the dilemma, do I implement custom-backgrounds as you (@Otto)<br>
&gt; are recommending whereas I set the default I have chosen for the theme, and<br>
&gt; let the chips fall where they may ... or do I continue with not setting the<br>
&gt; defaults and leaving the background styles in the stylesheet where they have<br>
&gt; been from the theme&#39;s inception.<br>
<br>
</div>Neither. You shouldn&#39;t be setting default backgrounds for some special<br>
case, you should be *using* the custom-background tool that the theme<br>
is providing you to set the background for the website.<br>
<br>
Why set the backgrounds in a child theme instead of just, you know,<br>
setting the custom background to be the custom background you want it<br>
to be?<br>
<br>
Alternatively, if it is such a big problem for your clients to be able<br>
to set custom backgrounds in the first place, then this code works<br>
perfectly well:<br>
<br>
add_action(&#39;after_setup_theme&#39;,&#39;child_setup&#39;,20);<br>
function child_setup() {<br>
   remove_theme_support(&#39;custom-background&#39;);<br>
}<br>
<br>
Bottom line is that if the theme supports custom backgrounds, and<br>
you&#39;re not using the custom backgrounds properly, then you should<br>
either use it properly or remove it. Leaving it there while setting<br>
the background in an alternate manner is just asking for problems.<br>
<div class="HOEnZb"><div class="h5"><br>
-Otto<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>
</div></div></blockquote></div><br>