TommyNation

Member

Forum Replies Created

  • In reply to: Fatal error when activating the helper plugin

    #36655

    Yep, it’s working now.

    I tried the following now: Changing WordPress language to English (us) – no change.

    Deactivating all plugins one by one – no change.

    Could it be some PHP version issue?

    Here’s what I have on my host:

    PHP version: 5.2.17

    MySQL version: 5.1.68-cll

    It just says “Plugin could not be activated because it triggered a fatal error.” – I can’t figure out how to debug any more within WordPress.

    In reply to: Fatal error when activating the helper plugin

    #36653

    Can’t see anything else, just that “Fatal error” in a big yellow box. Strange! I’ll see if there’s some kind of way to show more detail later today.

    In reply to: New action hook before content-main but after sidebar2?

    #34316

    Why didn’t I try that one before?!

    It works perfectly. Thanks so much 🙂

    In reply to: Display Settings: Incomplete font settings?

    #34313

    Thanks! That works 🙂

    I did add the Yanone Kaffeesatz font, but didn’t think about Segoe UI.

    Now I found Open Sans, which is almost identical, so I put it in there now as an alternative.

    Google webfonts box now contains:

    Yanone+Kaffeesatz:400,700:latin
    Open+Sans:400,700:latin

    And the font for normal/standard text is set to:

    'Segoe UI', 'Open Sans', 'Lucida Grande', 'Helvetica Neue', sans-serif

    I tweaked the CSS to make the font change on the complete site as well as I could, but I am sure it could be simplified a lot more:

    img {border:none !important;}

    h1, h2, h3, h4, h5, h6 {
    font-family: 'Yanone Kaffeesatz', sans-serif !important;
    font-weight: normal !important;
    }

    h1 { font-size: 36px !important; line-height: 40px !important;}
    h2 { font-size: 32px !important; line-height: 35px !important;}
    h3 { font-size: 28px !important; line-height: 33px !important;}
    h4 { font-size: 24px !important; line-height: 27px !important;}
    h5 { font-size: 20px !important; line-height: 22px !important;}
    h6 { font-size: 16px !important; line-height: 17px !important;}

    .post-title, .post-title a {
    font-family: 'Yanone Kaffeesatz', sans-serif !important;
    font-size: 40px !important;
    line-height: 44px !important;
    }
    .sidebar-wrap h3 {
    font-size: 24px !important; line-height: 24px !important; font-weight:bold !important;text-align:center !important;
    }
    .default_searchform, input, button, form, .comment-link, .comments-link, .previous, .next-post, .previous a, .next-post a, #footer, .post-meta, #header-menu-wrap, #header-menu-wrap li, .wp-caption-text {
    font-family: 'Segoe UI', 'Open Sans', 'Lucida Grande', 'Helvetica Neue', sans-serif !important;
    }

    In reply to: Display Settings: Incomplete font settings?

    #34311

    Thanks Prasanna, I will remember that for next time 🙂

    In reply to: My blog about multimedia with graphene theme

    #34231

    Your site doesn’t seem to want to load here.

    No issues with 3.5 so far. Only had to uninstall an incompatible plugin that made the new media uploader stop working, called AddThis xmlns.

Viewing 6 posts - 11 through 16 (of 16 total)

  • 1
  • 2