kenmcneill

Member

Forum Replies Created

  • In reply to: Widgets not working

    #27946

    I’ll second vasvaria’s question. What is a better way to make the changes than to add the altered files to the child theme?

    In reply to: Custom CSS Menu

    #27602

    Would something like this work for you? – http://kenmcneill.com/ If so, I’d be happy to pass along the css, or you could just snag it from the source.

    In reply to: IP banned?

    #27546

    Thank you.

    In reply to: 2nd Site Using Graphene Theme

    #27515

    Looks very nice! The only negative I notice is that the menu seems a little hit-and-miss, with dead spots as I mouse over the text. I tried changing the line height from 16px to 1.5em in firebug and that seemed to help, but changed the positioning a little.

    In reply to: Hover State

    #27295

    You’ve made your menu float right instead of left, so you first is now your last. 😉 Try this –

    #header-menu > li:first-child {
    margin-left: 5px;
    }

    In reply to: Footer widget h3 border radius not applying

    #26891

    I’m seeing it as “.sidebar-wrap” (?)

    #sidebar_bottom .sidebar-wrap h3 { border-radius: 12px 12px 12px 12px; }

    In reply to: Urgent: why all my sites with Graphene theme are broken?

    #26655

    IMO, it’s not a fix, but a patch. There’s still a problem either with ratehub’s widget, or the way it has been applied.

    Sorry, I’ll go back to lurking now. 😉

    In reply to: Urgent: why all my sites with Graphene theme are broken?

    #26649

    Oops, sorry I missed that. I thought ratehub was some kind of plugin.(?)

    In reply to: Urgent: why all my sites with Graphene theme are broken?

    #26647

    IMO, the change is not coming from you or Graphene, it’s coming from ratehub. They may have changed the name for the container now called “container”.(?) Their stylesheet uses the “container” div name, and is getting loaded after yours, so it gets priority. Either use the !important declaration, delete or fix ratehub, or rename container to something else. Of course, before you do any of this, please make a backup of your file! Also keep in mind that YMMV. 😉

    In reply to: Urgent: why all my sites with Graphene theme are broken?

    #26645

    Have you tried adding a !important to the css that’s being overwritten by ratehub?

    like –

    .container_16 {
    width: 1240px !important;
    }

Viewing 10 posts - 1 through 10 (of 18 total)

  • 1
  • 2