Thread Starter
agee
(@agee)
esmi,
thanks for your reply–couldn’t get it to work, so switched to light profile and made a few modifications with the child–still some things i couldn’t modify via the child, though. very frustrating, but i’ve had enough–thanks!
commenting out the following from the header.php for 2011 worked like a charm for me.
<!--
<?php
// Has the text been hidden?
if ( 'blank' == get_header_textcolor() ) :
?>
<div class="only-search<?php if ( $header_image ) : ?> with-image<?php endif; ?>">
<?php get_search_form(); ?>
</div>
<?php
else :?>
<?php get_search_form(); ?>
<?php endif; ?>
-->
[Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]