Home › Support Forums › Theme Support › Pinboard › Customize Your Header Tutorial and Question › Reply To: Customize Your Header Tutorial and Question
Nuduane –
Starting at line 52 this is what I did:
// Allows users to set a custom header image
add_theme_support( ‘custom-header’, array(
‘width’ => 1100,
‘height’ => 204,
//’width’ => ( pinboard_get_option( ‘retina_header’ ) ? 392 : 196 ),
//’height’ => ( pinboard_get_option( ‘retina_header’ ) ? 96 : 48 ),
However this does not allow for the full header to be utilized. I believe it is the social networking icons and the search bar that are keeping the header from extending to the full defined height & width. It has been rather frustrating to figure out what or where the code it that causes seems to keep this space from being used.
Schorch –
Any progress?
I am not sure I completely understand your last post. If I were to re-install the theme and functions.php would be replaced wouldn’t that take me back to square one? Perhaps I did not interpreted your post correctly. Can you please clarify?
One Designs –
Perhaps this is a function to be added to the theme – The ability to move whatever is in that space to another widget location AND the ability to extend the header to the desired size and position. I have seen this function on many other themes. In the short term it would be nice for instructions for doing this in a (solved) post.
Thanks!