Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter slocyclist.com

    (@slocyclistcom)

    Ah I see! Hmmm, I will try to create the child theme. Of course, the last time I did that I crashed the whole site. ?? Thanks very much!

    Thread Starter slocyclist.com

    (@slocyclistcom)

    Awesome! Thanks so much!

    Thread Starter slocyclist.com

    (@slocyclistcom)

    Oh sweet. I will totally check out firebug then. Thanks for helping me out!

    Thread Starter slocyclist.com

    (@slocyclistcom)

    Yes, you are certainly right. The code was not only slow, but also hidden. So I did some more thinking and messing around with the header, and I finally decided to add it to the menu bar instead. I think that’s a good place for it, BUT, the padding around the bar is ridiculous. I can’t seem to edit the CSS properly to remove the extra space around the search bar. Here’s what I’ve been messing with, but no numbers seem to affect the positioning. What do you think?

    `/* Search */
    #search label,
    #searchform label {
    display:none;
    }

    #searchform{
    margin: 20px auto 0;
    width: 260px;
    }
    #s {
    border: 1px solid #AEAEAE;
    display: inline;
    float: left;
    font-size: 16px;
    height: 30px;
    margin-bottom: 10px;
    padding-left: 5px;
    width: 211px;
    }
    #searchform #searchBtn,
    #searchsubmit,
    #error-search {
    -moz-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    border-radius:0 10px 10px 0;
    background: url(“images/search.png”) no-repeat 3px 3px #3C4154;
    border:none;
    cursor:pointer;
    height: 34px;
    margin-top: 0;
    padding: 0px;
    text-indent: -9999px;
    text-transform: capitalize;
    width: 36px;
    }`

    Thread Starter slocyclist.com

    (@slocyclistcom)

    Thanks, jeffreytodd! I took your advice and moved the search bar back to the sidebar widget. I’m not much of a designer, so I welcome the input! Now I just need to play with the position and size again–for some reason it’s reverted back to a shorter width. Was that what you were talking about?

    Thread Starter slocyclist.com

    (@slocyclistcom)

    I’ve posted the header.php code where I think the google search HTML should go. Hopefully, I did this right–I assumed someone would need to see it. Pardon my idiocy at code!!! ??

    `<!–[if lt IE 7 ]> <html <?php language_attributes(); ?> class=” ie6″> <![endif]–>
    <!–[if IE 7 ]> <html <?php language_attributes(); ?> class=”ie7″> <![endif]–>
    <!–[if (gt IE 7)|!(IE)]><!–> <html <?php language_attributes(); ?>> <!–<![endif]–>
    <head>
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <meta name=”viewport” content=”width=device-width; initial-scale=1.0; maximum-scale=1.0;” />
    <title><?php wp_title(‘|’, true, ‘right’); ?> <?php bloginfo(‘name’); ?> <?php if ( !wp_title(”, true, ‘left’) ); { ?> | <?php bloginfo(‘description’); ?> <?php } ?></title>
    <?php wp_head(); ?>
    </head>

    <body <?php body_class(); ?> >

    <div id=”canvas”>
    <?php $options = get_option( ‘grisaille_theme_options’ ); ?>

    <div class=”social-media”>`

    Thread Starter slocyclist.com

    (@slocyclistcom)

    Will do, jonradio! Thanks!

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