Viewing 10 replies - 1 through 10 (of 10 total)
  • Theme Author Konstantin Kovshenin

    (@kovshenin)

    It doesn’t look like you’re using the Expound theme on that website, and it’s also labelled “down for maintenance” so there’s really no way to look into it. Perhaps re-uploading and setting the header image again might help.

    Good luck!

    Thread Starter Roybot06

    (@roybot06)

    Okay, so I’ve done that a multitude of times, also the client doesn’t want me to pull the landing page (the background is an image of the PSD I modeled the site after). This has been over the top frustrating. If someone could message me when they’d like to look at the site to help me out with this, it would help tremendously.

    These forums don’t provide “messaging”.

    Do you have this issue on the default theme with ALL plugins deactivated?

    Theme Author Konstantin Kovshenin

    (@kovshenin)

    Well we can’t really help you unless we see the problem, so please do make your website public, perhaps on a different domain.

    Thread Starter Roybot06

    (@roybot06)

    I’m sorry, not trying to come off as short. The site is live as we speak.

    Also I meant an email (since my email address is on my profile.

    Then again… it may not be. Again super sorry, just been under a crunch and this set me back a ways.

    Theme Author Konstantin Kovshenin

    (@kovshenin)

    @roybot06, it looks like you have your own version of header.php in your child theme. Could you please show us the contents of your header.php file?

    Thread Starter Roybot06

    (@roybot06)

    Note, I did run it with on the default theme(s, both twentytwelve and twentythirteen) with ALL plugins disabled. Still the same problem.

    </p>
    <p><?php<br />
    /**<br />
     * The Header for our theme.<br />
     *<br />
     * Displays all of the <head> section and everything up till <div id="main"><br />
     *<br />
     * @package Expound<br />
     */<br />
    ?><!DOCTYPE html><br />
    <html <?php language_attributes(); ?>><br />
    <head><br />
    <meta charset="<?php bloginfo( 'charset' ); ?>" /><br />
    <meta name="viewport" content="width=device-width, initial-scale=1" /><br />
    <title><?php wp_title( '|', true, 'right' ); ?></title><br />
    <link rel="profile" href="http://gmpg.org/xfn/11" /><br />
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /><br />
    <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>favicon.ico" /><br />
    <!--[if lt IE 9]><br />
    <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script><br />
    <![endif]--></p>
    <p><?php wp_head(); ?><br />
    </head></p>
    <p><body <?php body_class(); ?>><br />
    <div id="page" class="hfeed site"><br />
    	<?php do_action( 'before' ); ?><br />
    	<header id="masthead" class="site-header" role="banner"></p>
    <p>		<nav id="site-navigation" class="navigation-main" role="navigation"><br />
    			<h1 class="menu-toggle"><?php _e( 'Menu', 'expound' ); ?></h1><br />
    			<?php $header_image = get_header_image();<br />
    		if ( ! empty( $header_image ) ) : ?><br />
    			<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="" /></a><br />
    		<?php endif; ?></p>
    <p>			<div class="screen-reader-text skip-link"><a href="#content">"><?php _e( 'Skip to content', 'expound' ); ?></a></div><br />
    			<?php get_search_form(); ?></p>
    <p>			<?php wp_nav_menu( array( 'theme_location' => 'primary', 'depth' => 3 ) ); ?><br />
    			<?php do_action( 'expound_navigation_after' ); ?><br />
    		</nav><!-- #site-navigation --><br />
    	</header><!-- #masthead --></p>
    <p>	<div id="main" class="site-main"><br />

    Theme Author Konstantin Kovshenin

    (@kovshenin)

    Roybot, are you saying that if you disable all plugins, revert to the default Twenty Twelve theme and pick a header image – it’ll display it with the duplicate http? If that’s the case, then there’s something wrong with your WordPress install, not really related to the theme itself.

    Thread Starter Roybot06

    (@roybot06)

    I tried explaining that to the last two mods for this problem, but for whatever reason they defer me to this thread. I actually want to thank you for taking the care to make a responsive theme the way you have. This is an awesome framework with so much modularity and functionality to offer. Once this issue is resolved, I can’t wait to spread the news about this theme.

    Thank you.

    Theme Author Konstantin Kovshenin

    (@kovshenin)

    Roybot, if you’re experiencing the issue with the original (unmodified) Twenty Twelve and all plugins disabled (including any mu-plugins) then the issue is not related to the theme at all.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Header image adds additional "http://" in front of url of header image’ is closed to new replies.