pipemma
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Text Change on Password Protected PageAnswered my own question – yes it worked 🙂 Thanks to all on this thread
Forum: Fixing WordPress
In reply to: Text Change on Password Protected PageSorry to bump an oldish thread…
and may end with this as last line (nothing whatsoever after that):
?>
Does that mean that the closing php tag is optional? (Obviously I’m not a coder). My current functions.php in my twenty eleven child theme has no closing tag. The entire contents of the child functions.php is this:
<?php //after theme setup section add_action( 'after_setup_theme', 'twentyeleven_child_theme_setup' ); function twentyeleven_child_theme_setup() { define( 'HEADER_IMAGE_WIDTH', apply_filters( 'twentyeleven_header_image_width', 1000 ) ); define( 'HEADER_IMAGE_HEIGHT', apply_filters( 'twentyeleven_header_image_height', 200 ) ); }I’m wanting to customize the password protection text but I’m terrified of breaking my site! If I add the php code from the codex at the end of my current functions.php and add a closing ?> will that do the trick?
Forum: Themes and Templates
In reply to: [Twenty Eleven] twentyeleven add small header image to branding?Alchymyth you’re an absolute star – that addition to the css has worked a treat! Thank you!
Forum: Themes and Templates
In reply to: [Twenty Eleven] twentyeleven add small header image to branding?I see where I went wrong there but it’s not solved the problem. Where in the css should that line be?
Forum: Themes and Templates
In reply to: [Twenty Eleven] twentyeleven add small header image to branding?I’ve followed the above process and the logo is taking up half the screen even though it’s the right pixel size. I can’t seem to work out your CSS from your site and I don’t know enough about CSS and coding to know how to float the div. I just want the small logo to the left of the site title and description.
http://blog.yourswisslifeline.com
Can anyone help please?