Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Change Header size

    #29811
    Quote:
    You you say modified the theme files…what files would these be? I have only added to the Custom CSS items you have had me add over time

    Custom CSS is okay. As long as you haven’t actually opened any of the theme’s files and and edited its contents, then you should be fine. Customisations done via WP Admin are fine.

    Admin
    Quote:
    Unfortunately I don’t know how to use Graphene’s custom CSS feature

    It’s there in Graphene Options > Display > Custom CSS. Just enter the CSS codes you’d like to use into that option field.

    Quote:
    But does anyone know how I can quickly fix the problem with my top menu bars? The problem with them is: I now have 2 menu bars of categories instead of 1, underneath my header image. I don’t mind that at all, but the background and hover state colours of the bottom menu bar is the complete opposite of the menu bar above it. How do I change that to make them both look the same? (I want the bottom menu bar to have the grey background, like the top one).

    Easiest? Just decrease the font size a little bit, make them all fit in a single line.

    Admin

    Hi Donna,

    Please put code in between backtick (

    Code:
    `

    ) characters. It’s usually located above the Tab key on your keyboard. I’ve done this for you this time.

    Quote:
    is it possible to adjust the shadow on a specific widget

    Yes. You just need to figure out the specific ID of that widget. You can use Firebug for this.

    Quote:
    is there anyway to change the font and/or text weight of the widget titles?

    Yes, this can be easily achieved by writing some custom CSS codes.

    Admin

    In reply to: Posts not showing on 'Blog' page – Static Front Page

    #28860

    Just use this:

    .post-XXXX .post-title {
    display: none;
    }
    Admin

    In reply to: Change Header size

    #29809

    You can read the [url=https://forum.graphene-theme.com/documentation/changelog/]changelog[/url] for the list of changes. If you haven’t modified the theme’s files, or haven’t made extensive customisations, there’s probably nothing to be concerned about. But in any case, do post back here if you encounter any issues.

    Admin

    In reply to: show me the money!

    #29643
    Admin

    In reply to: Funky header thumbnail shwoing up on my posts

    #29849

    That’s an issue with the plugin you’re using to add the pinterest button. Basically, it’s trying to get data from a URL that returns the “Not Found” error. Try asking the plugin author about it.

    Admin

    In reply to: Trying to remove Jetpack Sharing Buttons from Slider

    #29845
    Quote:
    Thanks for the suggestion, but unfortunately, it seems it still isn’t getting the desired effect.

    When they click on the sharing buttons from a post on the home page, it tweets like they are trying to share the homepage and not that specific post.

    Any ideas?

    If you’re using the code from the AddThis website, their API allows you to explicitly define the URL, Title, and Description of the page the buttons are sharing, regardless of on which page the button is placed.

    See this:

    http://www.addthis.com/help/url-and-title

    Admin

    Add this to your child theme’s style.css file:

    .sidebar h3 {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
    }
    Admin

    You’re using a three column layout on the homepage, hence why it’s not working. Change to this:

    .three-columns .homepage_pane {
    width: 280px !important;
    }

    Not to pick on you, but this is why you should always include the link to your site whenever you’re requesting for help. You can set it in your forum profile so it’ll always show up.

Viewing 10 posts - 3,061 through 3,070 (of 6,030 total)