Elaine Griffin
Forum Replies Created
-
Forum: Themes and Templates
In reply to: thumbnail images and text in excerpts – twenty elevenYou guys are awesome! Thank you! I’m doing a combo of the codes. I knew it had to be something simple, but I just wasn’t sure where to put it.
Thanks again!Hi Mike,
Thanks for the reply, sorry for my delay.
I did clear the cache, and the header.php file does have that call.
I’m using a child theme, IDK if that makes a diff?
The website is egglestondesigns.com
Mainly I changed some border colors and added a border radius to the background. FYI.
Thanks!Forum: Themes and Templates
In reply to: Adding custom menus to pagesOkay, well, my code is now in the sidebar.php file, instead of the header and I changed it a little, and added code to catch the sub-pages:
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
But now on many pages there is more than one navigation bar, and they are all (except the home page) are showing the farm menu. Well, except the actual farm page.
An example:
https://www.one-earth-solutions.com/energy/
And the sub pages are not picking up the correct menus. Any help?
Thx![No bumping, thank you.]
Forum: Themes and Templates
In reply to: Twenty-Eleven: Menus and white page after functions modificationI’ve got it. Thanks!
Forum: Themes and Templates
In reply to: Twenty-Eleven: Menus and white page after functions modificationI am using a child theme. I just went back and re-read the functions section of creating a child theme. Instead of using the entire functions file from the parent theme, I just create my *own* file, that loads before and doesn’t replace anything?
Forum: Themes and Templates
In reply to: Oops. Navigation goneDo you mean navigation IN your header, or navigation UNDER your header?
Forum: Themes and Templates
In reply to: Any black theme [free]?I think you can change the twenty eleven theme to a black theme. Or, use black as a search term when searching for a theme.
Forum: Themes and Templates
In reply to: Sidebar padding in TwentyelevenDid you edit the #secondary div? That is the div for the sidebar.
Forum: Themes and Templates
In reply to: pages and navigation twenty-elevenNo worries, David, thanks.
It didn’t actually work. I’m so stumped!Forum: Themes and Templates
In reply to: pages and navigation twenty-elevenThank you. I did download firebug, but I’m still having a hard time figuring out why the page text is showing up in the content area AND the header.
I’ve been trying to figure this out for two days!!! THANK YOU!
Forum: Themes and Templates
In reply to: Jetpack comment subscribe questionWell, firebug didn’t help me, but I did manage to find some code from another support thread.
.subscribe-label {
display: inline !important;
}
Sweet!Forum: Themes and Templates
In reply to: Jetpack comment subscribe questionI am using a child theme.
Forum: Themes and Templates
In reply to: pages and navigation twenty-elevenNice, that worked. Thank you!
I’m not sure where to find the various pages css class. Can you tell me?
Also, any thoughts on why the content text is above the header?
THX!Forum: Themes and Templates
In reply to: pages and navigation twenty-elevensome of the other current pages have the css class: .current_page_parent (for whatever reason ?)
so you might want to try to add this to the style.
I’m sorry, I’m not sure what you mean by this.