Forum Replies Created
-
Mod
@Prasanna,
Did you see my dictionary?
Mod
True, but spammers don’t seem to know that, alas!
Mod
Dangit Ken!!
I like how we both went at it from different angles 😉
I find it funny how often you and I have responded to the same post at the same time. It’s happened more than once!
Mod
Um…be sure to empty both your browser cache and your server cache.
Mod
Try this in custom CSS:
#text-6, #text-12 {
margin:none;
padding:none;
text-align:center;
}Mod
In reply to: Author Custom image is Not Displaying – Only default Gravatar
March 10, 2012 at 12:08 am #26001hmmmm…
Try temporarily disabling your plugins and seeing if that takes care of it.
Mod
I don’t see any social media buttons on your site. Are you still working on this?
Maybe this will help?
http://blog.kjodle.net/2011/11/04/graphene-action-hook-widgets-an-easy-way-to-modify-your-blog/
Mod
In reply to: Need assistance creating manual img link to sprite_master
March 9, 2012 at 10:45 pm #25902You can try this thread:
https://forum.graphene-theme.com/graphene-support/sprite-images#post-5
Remember, GIYF:
http://www.google.com/search?num=50&hl=en&newwindow=1&q=how+to+use+sprite+images&oq=how+to+use+sprite+images&aq=f&aqi=g-c3g-b1&aql=&gs_sm=3&gs_upl=6431l7815l0l8230l11l8l0l0l0l1l406l941l0.2.1.0.1l4l0&gs_l=serp.3..0i7l3j0i8.6431l7815l0l8230l11l8l0l0l0l1l406l941l0j2j1j0j1l4l0
Mod
Keeping in mind, of course, that you will never have total control over what a search engine chooses to display on their site. You can only make it easy for them, not mandatory.
Mod
The relevant part of the style sheet is
.homepage_pane .excerpt-thumb {
text-align: center;
}
.homepage_pane img{
-moz-box-shadow: -2px 2px 5px #777;
-webkit-box-shadow: -2px 2px 5px #999;
box-shadow: -2px 2px 5px #999;
margin: 0 auto 5px auto;
max-width: 100%;
height: auto;
}Copy and paste that into your child theme’s style sheet or into custom CSS option and play around with the various options.
Not tested; YMMV
