flypig
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Find the hard coded bg image here!!!Ah, you are correct! I never would have thought to look there and of course that means it’s not in any of the FTP files.
Thanks Alchymyth! What’s your favorite charity?
Carol
Forum: Fixing WordPress
In reply to: Find the hard coded bg image here!!!I have downloaded and edited Header.php for the dynamic call but I do not see any other mention of editor or home page there.
My child theme is functioning in other ways on the home page, in that it’s putting in a new div for a new static menu, but the image I’ve put in that very same header doesn’t show, it’s being overridden.
I think I’ve seen what you’ve seen, a computed style of simply
element.style
which I assume you are saying means inline style. So I’ve searched by the image name, get_header, background, header, home and other search terms.There is even a homepage template, page_home.php, and it just says get_header();
I am assuming since this is all server side, Firebug cannot see the source files. And only BBedit search doesn’t see anything in them either.
Thanks for you ideas.
Forum: Themes and Templates
In reply to: Custom header image for post categories in Twenty Eleven?Randy, if you got it, please post the working code?
Forum: Themes and Templates
In reply to: twenty eleven menu widthI tried setting both max-width and min-width and it didn’t work, it still wrapped the menu when I shrunk the window. I made it static now, but would prefer to let it be dynamic up to max and then have the min be whatever width doesn’t wrap the menu bar text.
Forum: Themes and Templates
In reply to: twenty eleven menu widthFollowup:
I read that one can change “max-width” to just “width” and get a completely static size. I did that, but some autoscaling is desirable, just want to lock min width to whatever doesn’t wrap the menu. Anything more subtle possible via child css?Thanks
CarolForum: Themes and Templates
In reply to: twenty eleven menu widthI’m doing the same thing in my 2011 child theme and this helped remove the search box, so thanks for the tip.
However, I can still resize the window too small and have the nav items wrap. Is there any way to globally set a minimum page width, so that if the window gets dragged under, say 1080px, it stops shrinking and acts fixed?
Thanks
Carol
Forum: Themes and Templates
In reply to: Custom header image for post categories in Twenty Eleven?This is great info. I would like to specify a custom header image for each static page I have created. I essentially am making a product website and author wants a static page for each general product area to appear in the main menu, then I am making the other submenu items dynamically created by category.
So what I want to do is very close to this.
Thanks so much for your help,
Carol Bracewell