Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: Graphene Options Front Page error for categories

    #42615

    I am unable to reproduce this error on either of my test servers. Try disabling plugins and seeing if the issue continues to occur.

    Quote:
    I use my blog posts page as the front page

    I take it that you are not using a static front page?

    Mod

    In reply to: Changing the size of the excerpt box

    #42619
    Quote:
    the text length in the excerpt box but not the box itself. i want to reduce it to the 2 inches in height it is now to about 1 inch.

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

    Quote:
    Also, the thumbnail would need to be reduced to 100 as well.

    Generally, this should be under Settings >> Media

    Moved to Support.

    Mod

    In reply to: change certain font color

    #42607

    You can paste the codes I gave you in Graphene options >> Display Options >> Custom CSS

    Mod

    In reply to: change certain font color

    #42604

    You’ll need to have FTP access to your site, along with an FTP client like FileZilla.

    Mod

    In reply to: change certain font color

    #42602
    Quote:
    Probably as easy as changing or adding a line in the “Graphene: Stylesheet (style.css)”

    First, you do not want to edit theme files. Use a child theme or custom css option.

    For the first one, add this to custom css:

    .previous, .previous a, .previous a:visited, .next-post, .next-post a, .next-post a:visited, .parent-return {
    color: #FF7500;
    }

    For the second and third:

    #comments > h4, #respond > h3, h3.author-post-list {
    color: #FF7500;
    }

    Since you don’t like captchas, be sure to use a solid plugin like Akismet to prevent comment spam.

    Mod

    In reply to: Super Modded Graphene Website Showcase!

    #42574

    I’ve gotta admit, there are some sites that I have to look at the style sheet to realize they are Graphene or even WordPress, and this is one of them. Very impressive. I especially like the progress bar at the bottom that show your hours and what the current time is. An excellent way to get information across visually. Pity it’s not available on this side of the Atlantic.

    Don’t forget about this.

    Mod

    That is good. Which other items aren’t working?

    Mod

    Try

    .post-nav {
    display:none;
    }

    Quote:
    Not sure if this could all be due to WP Updates, etc?

    Yes. That post was from two years ago, and both Graphene and WordPress have moved on in the meantime. Which version are you on? You can read the changelog [url=https://forum.graphene-theme.com/graphene-theme/changelog/]here[/url]. It doesn’t give you the details, but you can figure out quite a few things from it.

    Mod

    Yup.

    Try

    #sidebar-1, #sidebar-2 {
    margin-top: 0;
    }
    Mod

    #sidebar-1 {margin-top: 0;}

Viewing 10 posts - 1,021 through 1,030 (of 5,839 total)