I'd like to see an absolute solution to this as well ... with the current design I use in Desk Mess Mirrored, to place wp_footer() immediately before </body> cause the theme to "break" as I have not found a way to extend the bottom graphic to include any content displayed via "injection" into wp_footer() without having wp_footer() in a CSS container that I can apply a background to.<br>
<br>I'm not thrilled with my solution, but I have yet to find one that works any other way ... I'm open to suggestions if anyone has any.<br><br>I can accept wp_footer() as the last "code" element in a theme before </body> ... and generally will go forward with that premise if the theme design (in default installation setup) merits it. This is also an exception to the rule so to speak.<br>
<br><br>Cais.<br><br><br><div class="gmail_quote">On Thu, Oct 7, 2010 at 2:19 PM, Simon Prosser <span dir="ltr"><<a href="mailto:pross@pross.org.uk">pross@pross.org.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
you missed what i was saying phil ;)<br>
<br>
IF there was a filter in core for wp_footer (there isnt currently) a<br>
theme author could leave wp_footer() where it should be..at the bottom,<br>
and add an action/filter to where he thinks stuff might have to go..to<br>
not break his theme...see what i mean now? then when a plugin does<br>
apply_filter wp_footer...instead of going to the bottom and making the<br>
theme look like crap, the authors filter picks it up and dumps it out<br>
nicely in the div of choice.<br>
<div class="im"><br>
On 10/07/10 19:08, Philip M. Hofer (Frumph) wrote:<br>
> eh? not sure you understood, if the code is inside div's in the footer<br>
> area and the wp_footer(); is inside of it, there's no filtering of<br>
> that; and the CSS for the div's are set to absolutes or something<br>
> design specific then it simply will not allow the coding for the<br>
> injected advertisement to display; among other things<br>
<br>
--<br>
</div><div><div></div><div class="h5">My Blog : <a href="http://www.pross.org.uk/" target="_blank">http://www.pross.org.uk/</a><br>
Plugins : <a href="http://www.pross.org.uk/plugins/" target="_blank">http://www.pross.org.uk/plugins/</a><br>
Themes : <a href="http://wordpress.org/extend/themes/profile/pross" target="_blank">http://wordpress.org/extend/themes/profile/pross</a><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>