Forum Replies Created

Viewing 15 replies - 16 through 30 (of 36 total)
  • Thread Starter cbeaman

    (@cbeaman)

    Wow, thank you very much Michelle. You are very helpful!!

    Thread Starter cbeaman

    (@cbeaman)

    Yes, sorry, left-aligned is what I meant.

    Thread Starter cbeaman

    (@cbeaman)

    this did not work for Chrome or Firefox..?

    Thread Starter cbeaman

    (@cbeaman)

    try this link in both firefox and chrome

    you will see that in chrome, you click on the robot icon and get sent home, but in firefox you stay on the page. This is because the overlay image is not showing up in firefox…

    I check with one site validate service and there were some errors, but I don’t think any of them directly related to the header…

    Thread Starter cbeaman

    (@cbeaman)

    Thank you, I tried this and it worked in Chrome, but it is not working in firefox..? Any idea why this might be the case??

    Thanks for your help!

    Thread Starter cbeaman

    (@cbeaman)

    I figured it out… For anyone who is interested

    my solution was just to create a custom page template and then send it to a new header.php that I created, then I just replaced the img src with the custom header that I wanted

    <?php if ( get_header_image() ) : ?>
    		<a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="https://www.robotspacebrain.com/wp-content/uploads/2014/01/Header_Keyz-2.png" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /></a>
    		<?php endif; ?>
    Thread Starter cbeaman

    (@cbeaman)

    I changed it to
    #header-keyz {
    background: url(“images/Keyz-1200.jpg”)
    no-repeat bottom center; }

    and it worked…

    Thread Starter cbeaman

    (@cbeaman)

    Ah, nevermind! I just needed to take out the margin-left and margin-right=0

    Thread Starter cbeaman

    (@cbeaman)

    Thank you so much!

    I implemented the second method somewhat successfully; however, one last issue I am having is that when the layout is all the way expanded the content is not center in the background..?

    I would like it to expand like this site: thisiscolossal.com

    so that at larger than full width, the site is centered…

    Here is my style.css

    [entire file removed – that’s way too much code to post here]

    Thread Starter cbeaman

    (@cbeaman)

    I mean, I don’t know how to edit the header.php to make the header image stretch across the whole screen with no margins…

    <?php
    /**
     * The Header template for our theme
     *
     * Displays all of the <head> section and everything up till <div id="main">
     *
     * @package WordPress
     * @subpackage Twenty_Twelve
     * @since Twenty Twelve 1.0
     */
    ?><!DOCTYPE html>
    <!--[if IE 7]>
    <html class="ie ie7" <?php language_attributes(); ?>>
    <![endif]-->
    <!--[if IE 8]>
    <html class="ie ie8" <?php language_attributes(); ?>>
    <![endif]-->
    <!--[if !(IE 7) | !(IE 8)  ]><!-->
    <html <?php language_attributes(); ?>>
    <!--<![endif]-->
    <head>
    <meta charset="<?php bloginfo( 'charset' ); ?>" />
    <meta name="viewport" content="width=device-width" />
    <title><?php wp_title( '|', true, 'right' ); ?></title>
    <link rel="profile" href="https://gmpg.org/xfn/11" />
    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
    <?php // Loads HTML5 JavaScript file to add support for HTML5 elements in older IE versions. ?>
    <!--[if lt IE 9]>
    <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script>
    <![endif]-->
    <?php wp_head(); ?>
    </head>
    
    <body <?php body_class(); ?>>
    <div id="page" class="hfeed site">
    	<header id="masthead" class="site-header" role="banner">
    		<hgroup>
    			<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" 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>
    		<?php if ( get_header_image() ) : ?>
    		<a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php header_image(); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /></a>
    		<?php endif; ?>
    
    		<nav id="site-navigation" class="main-navigation" role="navigation">
    			<h3 class="menu-toggle"><?php _e( 'Menu', 'twentytwelve' ); ?></h3>
    			<a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentytwelve' ); ?>"><?php _e( 'Skip to content', 'twentytwelve' ); ?></a>
    			<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
    		</nav><!-- #site-navigation -->
    
    	</header><!-- #masthead -->
    
    	<div id="main" class="wrapper">
    Thread Starter cbeaman

    (@cbeaman)

    Yes, I’ve done that. But, I dont know how to edit the header.php to make it do that?

    Thread Starter cbeaman

    (@cbeaman)

    Just an FYI to anyone… I found the root of the problem. It lied somewhere in CloudFlare. Apparently, the way my site was working was not very compatible with CloudFlare and it was messing everything up. Once I deactivated CloudFlare, all of the problems disappeared.

    Thread Starter cbeaman

    (@cbeaman)

    I use bluehost by the way, which seems pretty standard as far as hosting goes…

    Thread Starter cbeaman

    (@cbeaman)

    I have not… But maybe that should be my next step…

    Also, this is the screenshot of the post screen. Nothing is showing up?

    https://imgur.com/dcjLkcA

    Thread Starter cbeaman

    (@cbeaman)

    Well, I deactivated all plugins and switched themes, and I am still having the problem. Also, in addition to this problem, I have many “broken links” that aren’t really broken. When I click on them, they load up just fine in a new window.

    https://imgur.com/JbpZDy4

    Also, all of these issues are very transient. Sometimes they are there, but then I’ll log in a few hours later, and everything looks normal again…

    BUT, it seems to be happening all the time now…

    thanks again for the help

Viewing 15 replies - 16 through 30 (of 36 total)