Forum Replies Created
-
Mod
Actually, the fact that lots of people use Twitter widgets without any problem indicates that this probably isn’t a theme issue. (Possible, but not likely.) Rather, it may be a conflict between Twitter and one of your other plugins. You know the only solution here–deactivating other plugins one at a time to see if this is truly the issue.
anywhere from a few minutes, to a few hours, to afew days — before crashing.
I admit, this is weird. You say you sometimes get an error message. Is it the same message regardless of which widget you use (which would be something on Twitter’s side, most likely), or is it different from widget to widget?
Mod
Well, it’s kind of hard to sort out when you don’t have the new version enabled, but try this in your child theme style sheet or custom css:
#slider_root {border: 1px solid #dddddd;}a nice simple border with a shadow
On second thought, it looks more like a shadow than a border:
#slider-root {box-shadow: 0 0 3px #dddddd;}You will probably have to fiddle with the settings on those, or even combine them, to get the effect you want.
Mod
Mod
In reply to: Homepage Panes – alignment, backgrounds, dates, tags
February 18, 2012 at 4:57 pm #24355I’m hacking the core to show tag, author etc.., I think I’m getting closer. I’ll post it once I finish the remaining things.
Cool! Thanks, Prasanna! I’m looking forward to it!
Mod
Still have some more stylesheets to go.
Josh, are you planning a separate plugin for this?
Mod
Oops, sorry. I don’t know why I mentioned Tiny MCE Editor. But yeah, I’m glad you figured it out.
I may have to do a tutorial on this soon. It’s a common question, so definitely not trivial.
Mod
For Photoshop templates:
http://graphene.googlecode.com/svn/trunk/PSDs/
If you use Firebug, you can tweak the placement of items by editing the CSS panel of Firebug. See Josh’s tutorial for how to do this. It’s really cool, and saves you a lot of constantly going back and forth to custom CSS panel or FTP panel.
Mod
In reply to: Homepage Panes – alignment, backgrounds, dates, tags
February 18, 2012 at 4:41 pm #243531) Is it possible to display any other post data in the homepage panes – tags, author, etc?
I was thinking that it might be possible to do this with an action hook widget area, but I don’t s any action hooks in that area. Suggestions? Ideas? Feature request?
Mod
I never recommending editing core theme files, but since you only want to do this temporarily:
Open up
header.phpand find this line (84):<a href="<?php echo home_url(); ?>" id="header_img_link" title="<?php esc_attr_e('Go back to the front page', 'graphene'); ?>">Â </a>and replace it with:
<a href="mailto:iwantspam@example.com"><img src="http://pathtoimage" /></a>using the appropriate mail address and image path, of course.
To undo this, just re-upload your
header.phpfile (or wait for the next update).However, a better way might be to do this in a header widget, which you could then have as separate from your image and would be more noticeable. (You’d be surprised how many people ignore your header image.)
See this thread for more info:
I HIGHLY recommend the second option. You might get better results that way, too.
Mod
In the set up for Kalin’s Post List plugin. Once you install it, its settings panel will appear under your “Settings” tab in your dashboard.
Be sure to read my tutorial. It’s not entirely an intuitive interface.
