Palettefoot
Forum Replies Created
-
Christian…sorry, I’ve been busy.
You ask what version of s2 : Version 140423 + s2Member Pro v140423.
Where do I find the previous release you mention?
The site in question is <www.countrygunsandfashion.com>
Christian…sorry, I’ve been busy.
You ask what version of s2 : Version 140423 + s2Member Pro v140423.
Where do I find the previous release you mention?
Christian. I’m using all the most recent versions of WP and s2….will try what you suggest. Thanks
Forum: Themes and Templates
In reply to: Adding Logo to Left of Site Title and Tagline: Twenty Twelve@paulwpxp — Now that’s beautiful! That’s the answer I was hoping for! Thanks a million!
Forum: Themes and Templates
In reply to: Adding Logo to Left of Site Title and Tagline: Twenty TwelveThanks for your help wp-21 and I think, though I’m not certain, that I should also thank you for letting me struggle through this.
I was able to insert my logo image in the header, to the left of the title and tagline, by doing the following inside the header.php in my child theme:
<hgroup> <h1 class="header-image"><span><?php $header_image = get_header_image(); if ( ! empty( $header_image ) ) : ?> <a>"><img src="<?php echo esc_url( $header_image ); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="MY WEBSITE" /></a> <?php endif; ?></span> <h1 class="site-title"><a>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> <h2 class="site-description"><?php bloginfo( 'description' ); ?></h2> </hgroup>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code has now been permanently damaged by the forum’s parser.]
Then adding the following as the last command under /*header*/ in the css.styles sheet (child theme):
.header-image {
width: auto;
float: left;
margin: auto 20px 10px auto;
}
.site-header h1,
.site-header h2 {
clear: none;
}It’s interesting how there’s, apparently, no ‘one way’ how to do all this. Thanks.
Forum: Themes and Templates
In reply to: Adding Logo to Left of Site Title and Tagline: Twenty TwelveNever mind, I see it’s my error in css.
Cleared the slate and started again. Still luck moving that darn foot to the left.
Forum: Themes and Templates
In reply to: Adding Logo to Left of Site Title and Tagline: Twenty TwelveWow- I tried several different ways to include the new code and several different things happened.
What confuses me; do I replace the php for the image in the header.php with the html you supplied me with above? Does it go into or above the hgroup tag?Secondly, under the /*Header*/ partition in the css, isn’t the command to float left already given with:
.header-image {
margin-top: 18px 24px, 0, 0;
margin-top: 1.28571429rem 1.714285714rem, 0, 0;
image-align
float: left;
}If not, where do I insert that command?
I read somewhere that twentytwelve is difficult to customize because of it’s readiness to reformat for all the devices. So, or not so?
…. and, by the way, I sure appreciate the help.
Forum: Themes and Templates
In reply to: Adding Logo to Left of Site Title and Tagline: Twenty TwelveForum: Themes and Templates
In reply to: Adding Logo to Left of Site Title and Tagline: Twenty Twelvesorry: My theme is Twenty Twelve working in a child theme. Thanks.
Forum: Themes and Templates
In reply to: Adding Logo to Left of Site Title and Tagline: Twenty Twelvewp-21- Can you explain the css. My logo image sits over the title and tag, I would like it to sit to the left of both the tile and tag.
Forum: Themes and Templates
In reply to: Twenty Twelve child theme broken@keesiemeijer: You’re the Master in the house. Thank you, Brother!