cbridgham
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Twenty ten header image, problem changing@surocharg – I have made a child theme out of twentyten and did what @esmi told me to do in the functions.php file for the child. I changed the code to reflect the change in size and then uploaded my logo. Also, I added the margin: auto to the css file to center it. Would be happy to share if it helps.
Forum: Themes and Templates
In reply to: Twenty ten header image, problem changing@esmi – THANKS! I didn’t realize the if..endif conditionals were the problem; not well-versed in php. This has totally solved my problem. I just changed the image size on the child theme and voila.
Thanks again.
Forum: Themes and Templates
In reply to: Twenty ten header image, problem changing@esmi – Thanks, I have always followed your advice and it works like a charm. I then tried to copy the functions.php file to the child subdirectory (in it’s entirety) and then tried to edit the image listing to include my custom header photo. I got this error “Fatal error: Cannot redeclare twentyten_page_menu_args() (previously declared in /hsphere/local/home/rachelstafford/handsfreemama.com/wp-content/themes/childofTwentyTen/functions.php:214) in /hsphere/local/home/rachelstafford/handsfreemama.com/wp-content/themes/twentyten/functions.php on line 217”.
I ended up going back to the twentyten template and just changing the template every time it gets updated which you are correct, @surocharge, has been frequent.
Forum: Themes and Templates
In reply to: Twenty ten header image, problem changingAll this is great – but will the custom image be re-written at update? Or are you using a child theme?
(I’m having the same trouble….)
Thanks, all.
Forum: Themes and Templates
In reply to: Changing header height in TwentyTenIf it’s the border on top and bottom of the image, you need to go and edit the style.css file under the header section and remove the borders so it reads like this:
/* This is the custom header image */ #branding img { clear: both; display: block; }
That should work.
Forum: Plugins
In reply to: pages widget links listHi there.
Same type of situation….. my navbar displays on my right sidebar as it is supposed to but I would like to style the ul’s where there is no space between the parent pages that follow childs pages. Also would like to add the text decoration of a disc and indent the child’s pages. I messed around with the css for the pages ul and li in the widget section, but to no avail. I’m a newbie to WordPress…. forgive my ignorance.
My site is iafggsymposium.com
Thanks so much.