mdixon

Member

Forum Replies Created

  • In reply to: Header Image Size Change

    #34445

    Genius! That did it—thank you!

    In reply to: Header Image Size Change

    #34443

    Copied to my child theme’s functions.php…no change.

    I was looking in Firebug to see what other styles might be affecting the top-bar, but can’t find that blue gradient anywhere. Must be a default IE thing?

    In reply to: Header Image Size Change

    #34441

    Tried it and there was no change in appearance.

    #top-bar {
    background: url(images/top-bar-background.png) repeat !important;
    border-bottom:0;
    margin-top: 0px;
    position: absolute;
    overflow: visible;
    }
    #top-bar, .top-bar-preview .top-bar {
    background: url(images/top-bar-background.png) repeat !important;
    }

    In reply to: Header Image Size Change

    #34439

    Okay, I’m now good in all browsers except (you guessed it) IE 8 & 9.

    Any idea why I’m getting this awful gradient and my social media icons (#social_icons) aren’t appearing?

    My #top_bar CSS is now:

    #top-bar {
    background: none !important;
    border-bottom:0;
    margin-top: 0px;
    position: absolute;
    overflow: visible;
    }
    #top-bar, .top-bar-preview .top-bar {
    background: none !important;
    }

    In reply to: Header Image Size Change

    #34437

    Figured it had to have something to do with the top bar but was confused since I already had background: none;

    THANK YOU so very much!

    In reply to: Styling the CSS Slider

    #34501

    Tried the Firebug tool and got it figured out—thanks for the tip!

    I do still believe that in future versions, customizing the slider layout could be better documented. Just a request! 🙂

    In reply to: Header Image Size Change

    #34435

    Your screenshot is exactly what I’m seeing. The correct header image is this one.

    See how the top of the logo is cut off?

    In reply to: Header Image Size Change

    #34433

    I have not edited theme files, only child theme files.

    Okay, I removed the function hacks I was using to set the header height, and I revised my child theme’s stylesheet to include only the necessary changes (see updated version). My header.php remained the same.

    I have used the theme option to set the header image height at 140px. However, nothing changed on my live site. The top part of the header still appears to be cropped off.

    In reply to: Duplicate Header Image in IE8 & IE9

    #34382

    This has been resolved. While fixing up my child theme found a duplicate div id—I’m guessing that was it!

    In reply to: Duplicate Header Image in IE8 & IE9

    #34376
    Quote:
    You should never edit theme files. You will lose changes at the next theme update.

    Yes, I’ve realized that by now. I’ve read up and have been working toward creating the child theme this week. I’ll never make that mistake again!

    Anyways, thanks for a great theme as well as the resources.

Viewing 10 posts - 1 through 10 (of 11 total)

  • 1
  • 2