Working with Wordpress, Hatch theme: http://hatchdemo.wordpress.com/
I’m trying to create a static home page and use a page builder plugin to create a bit of a gallery, but other reports of this issue lead me to believe this is not a conflict of code.
Hatch has an option to leave the custom header blank, but when I switch to a static home page, the theme seems to pull information destined for Home into the header container. I’ve seen a few attempted hacks about this on wordpress.org, but no one has yet to find a solution for turning the customer header completely off.
(I want the page to look like this: http://harrykenneyherbert-blog.com/page/2/ but with the “gallery” made up of page links, rather than the latest posts - which is what is shown here. Creating a static page removes the post thumbnails, and should allow me to build my own page, but all the content is pulled into the header, being shrunk and aligned to the top left where the header text seems to reside.)
Here’s the code from header.php that I’m assuming is the issue, but I’m brand-new to php so I can’t be sure if this is even a php or css issue: http://pastie.org/9156602
I’m going on three days trying to settle on a theme and if I can get this one tweaked, I can finally start making some progress. I GREATLY appreciate any help!