schmidtysays

Member

Forum Replies Created

  • Thanks I figured it out. I inserted this code into the Custom CSS section of the Graphene Display Options

    .block-button,
    .block-button:visited {
    background: url(images/bg-block-button.png) left bottom repeat-x #660000;
    background: -moz-linear-gradient(#cc0000, #660000);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cc0000), to(#660000));
    background: linear-gradient(#cc0000, #660000);
    border: 1px solid #cc0000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px #555;
    -webkit-box-shadow: 0 0 5px #555;
    box-shadow: 0 0 5px #555;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font: bold 12px arial;
    margin: 10px 5px 5px;
    padding: 5px 15px 6px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 -1px 1px #444;
    }

    .block-button:hover {
    background: url(images/bg-block-button-hover.png) left bottom repeat-x #460000;
    background: -moz-linear-gradient(#460000, #cc0000);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#460000), to(#cc000));
    background: linear-gradient(#460000, #cc0000);
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    }

    In reply to: How to change header background from black

    #12941

    In reply to: Wrapping Text around images

    #13155

    Ok. I think I fixed the problem. I took your suggestion in another thread to remove this piece code from the style.css file

    .entry-content p {
    overflow: hidden;
    }

    I just edited the CSS file for the header for http://schmidtysays.com

    I replaced the <div id=”rss”> with these piece of code:

    <div id="rss">
    <a href="http://schmidtysays.com/feed/" title="Subscribe to RSS feed"><span>Subscribe to RSS feed</span></a>
    <a href="http://twitter.com/schmidtysays" title="Visit my Twitter Page"><span>Visit my Twitter Page</span><img src="http://schmidtysays.com/wp-content/Images/twitter.png" alt="My Twitter Page" /></a>

    <a href="http://facebook.com/schmidtysays" title="Visit my Facebook Page"><span>Visit my Facebook Page</span><img src="http://schmidtysays.com/wp-content/Images/facebook.png" alt="My Facebook Page" /></a>

    <a href="http://youtube.com/classysexybitch" title="Visit my YouTube Page"><span>Visit my YouTube Page</span><img src="http://schmidtysays.com/wp-content/Images/youtube.png" alt="My YouTube Page" /></a>

    <a href="http://www.flickr.com/photos/schmidtysays/" title="Visit my Flickr Page"><span>Visit my Flickr Page</span><img src="http://schmidtysays.com/wp-content/Images/flickr.png" alt="My Flickr Page" /></a>

    <a href="mailto:me@schmidtysays.com" title="Send me an Email"><span>Send me an Email</span><img src="http://schmidtysays.com/wp-content/Images/email.png" alt="Send me an Email" /></a>

    </div>

    In reply to: Help with Changing Colors

    #11971

    I used Syahir’s first suggestion in this blog post and it worked like a charm, however I recently discovered that in internet explorer the headers are still blue. It looks ffine in Firefox and Chrome, but I need a solution for IE.

    Here is the code I have entered in the Custom CSS field in Graphene options:

    .featured_slider{

    background:-moz-linear-gradient(#000000, #aaa);

    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#000000), to(#aaa));

    background:linear-gradient(#000000, #aaa);

    -pie-background: linear-gradient(#00000, #aaa);

    }

    .sidebar h3{

    background:#3C9CD2;

    background:-moz-linear-gradient(#aaa, #000000);

    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#aaa), to(#000000));

    background:linear-gradient(#aaa, #000000);

    -pie-background: linear-gradient(#aaa, #000000);

    border-bottom:1px solid #444;

    }

    URL: http://schmidtysays.com

    In reply to: Slider not moving

    #12548

    Ok I figured it out. I had a plugin installed that had jQuery enabled. I disabled it and works like a charm now!

    In reply to: slider doesn't slide on my home page..

    #12292

    Thank you so much! I had another plug-in, Thick Box, that had jQuery enabled. I disabled it and it works!

    In reply to: slider doesn't slide on my home page..

    #12285

    We are having this same issue. The slider no longer slides to the next post, and the little squares underneath the slider no longer work.

    Please advise.

    http://schmidtysays.com

Viewing 8 posts - 1 through 8 (of 8 total)