Forum Replies Created
-
In reply to: Change Color of "Continue Reading" and "View Full Post" buttons
April 8, 2011 at 12:51 am #12577Thanks 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;
}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;
}In reply to: how to add a facebook icon next to rss icon at the top of theme
February 24, 2011 at 1:46 am #11442I 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>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;
}
Ok I figured it out. I had a plugin installed that had jQuery enabled. I disabled it and works like a charm now!
Thank you so much! I had another plug-in, Thick Box, that had jQuery enabled. I disabled it and it works!
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.
Viewing 8 posts - 1 through 8 (of 8 total)
