Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    You’ll need to target the post ID along with the rest of the elements you are targeting.

    For example, this code

    #slider-post-1670 a {
    display: none;
    }

    Removes both the title and the “Ganzen Beitrag ansehen” button in the first post in your slider.

    Mod

    In reply to: Background of the sidebar

    #42187

    Use the custom CSS function. It’s either

    #sidebar1 {background: url('path to image');}

    or

    #sidebar2 {background: url('path to image');}

    depending on which sidebar it is.

    Moved to Support.

    Mod

    In reply to: Adding any RSS feed to Recent posts…

    #42636

    There’s the Virtual Posts plugin, but I’m not sure if it works or if it does what you want. I’ve never played around with it, and the documentation is pretty sketchy.

    Mod

    In reply to: css for Borders between page and footer

    #42635

    Marking thread as resolved. You can do this yourself as well.

    Mod

    In reply to: css for Borders between page and footer

    #42633

    That’s part of the footer’s default background image. Try this:

    #footer {
    background: none #953118;
    padding-top: 10px;
    }
    Mod

    In reply to: Moving Title in Excerpt box

    #42630

    Works in Firebug, too:

    HROg3Cp.png

    Mod

    In reply to: Moving Title in Excerpt box

    #42629

    FWIW, that’s an archive page.

    This can (probably) be achieved solely through some custom css:

    .archive .entry-content .excerpt-thumb img, .archive .child-page .excerpt-thumb img {
    position: absolute;
    top: 0px;
    }
    .archive .post-title, .archive .post-title a, .archive .post-title a:hover, .archive .post-title a:visited {
    margin-left: 80px;
    }
    .archive .entry-content p {
    margin-left: 160px;
    }
    .archive .post-meta .meta_categories {
    margin-left: 120px;
    }

    Works on my wamp server; your mileage may vary. You may also need to adjust values.

    Mod

    In reply to: Moving Title in Excerpt box

    #42624

    There is nothing in Graphene called an “excerpt box.” And there is nothing on the page you linked to that looks like something on your site.

    Are you talking about the excerpt that appears in the slider, or the slider itself? Or are you talking about the homepage panes?

    Here’s a screen capture of your site:

    Yellow is the slider.

    Blue is the gallery you added to the home page.

    Green is the homepage panes.

    KEXmBWe.png

    Mod

    In reply to: change certain font color

    #42610

    The custom CSS feature is the reason I originally went with Graphene. Goodness, that seems like years ago, now.

    Mod

    In reply to: Graphene Options Front Page error for categories

    #42617
    Quote:
    damn plugins! Can’t live with them & can’t live without them!

    The truth of WordPress, really. I know how you feel.

    Quote:
    Darn! Why can’t plugins all just get along?!

    There are many reasons for this. I could write not just one but several posts about this. Maybe even an entire book. Part of it is the nature of WordPress, part of it is the nature of life itself, and part of it is the puckish nature of coders.

    I’m going to move this out of bug reports into support. Please let us know which plugin was causing the problem. (It can be helpful to know which other plugins you are using, as well.)

    Thanks!

Viewing 10 posts - 1,011 through 1,020 (of 5,839 total)