Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: Twitter Widgets

    #24551

    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

    In reply to: Slider border

    #24527

    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

    #24355

    I’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

    In reply to: Can anyone help me figure this out??

    #24441

    Still have some more stylesheets to go.

    Josh, are you planning a separate plugin for this?

    Mod

    In reply to: Linking one post to another

    #24425

    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

    In reply to: Header Image – Photoshop Template

    #24450

    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

    #24353

    1) 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

    In reply to: mailto: something@mysite.com as header

    #24456

    I never recommending editing core theme files, but since you only want to do this temporarily:

    Open up header.php and 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.php file (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:

    https://forum.graphene-theme.com/graphene-support/how-can-i-add-adsense-to-the-background-image-1#post-5040

    I HIGHLY recommend the second option. You might get better results that way, too.

    Mod

    In reply to: Gallarey Posts

    #24158

    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.

Viewing 10 posts - 4,291 through 4,300 (of 5,839 total)