Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • You can disregard my above question, it looks like there’s a fix for this in the latest release of the plugin.

    Thanks!

    Hi ourcommunityplace,

    I’m trying to do the same thing and remove the the “Please do not publish my name….” option.

    Can you share how you figured this out?

    Thanks!

    Hi Anders,

    Thanks for your response. Unfortunately I’m getting a white screen (ALL site content disappears) when I remove the following section of code from header.php and replace with the code you provided above.

    <?php if ( get_bloginfo( 'description' ) || get_bloginfo( 'title' ) ) { ?>
    
    							<div class="blog-info">
    
    								<h1 class="blog-title">
    									<a href="<?php echo esc_url( home_url() ); ?>" title="<?php echo esc_attr( get_bloginfo( 'title' ) ); ?> &mdash; <?php echo esc_attr( get_bloginfo( 'description' ) ); ?>" rel="home"><?php echo esc_attr( get_bloginfo( 'title' ) ); ?></a>
    								</h1>
    
    								<?php if ( get_bloginfo( 'description' ) ) { ?>
    
    									<h3 class="blog-description"><?php echo esc_attr( get_bloginfo( 'description' ) ); ?></h3>
    
    								<?php } ?>

    Please confirm this is the right section of code to remove?

    Thanks again,
    Lacey

    Hi Anders,

    I just moved my site (www.votemanwaring.com) from wordpress.com and I’m trying to get the header image to display the “full” image without the title/tagline box showing.

    If I remove the title/tagline, the black box does go away, but then the height of the image is cut down / truncated. Seems to be the same problem adhocdesigns had. In your response to them, you mentioned “insert is as an <img> in the header area” , but i’m not sure what code is needed within the <div class=”header-inner section-inner”></div> section of the header. Can you please help?

    For reference, I want the header image to look the way it does at http://www.votewhitney.wordpress.com

    Thanks!
    Lacey

Viewing 4 replies - 1 through 4 (of 4 total)