• Since upgrading, the intro will no longer display and doesn’t appear in the source code any more, even when I set it to debugging mode and muck about with the settings.

    Anything I can do to tweak it and get it back up?

    Thanks…

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author jsruok

    (@jsruok)

    Thanks for your feedback!

    There was a bug in code that appeared only after update to WP 3.2.1. If you were using introduction content from plugin settings (not a specific page), the intro didn’t show anything. This has now been fixed in 1.9.11.

    Let me know if updating to Blog Introduction 1.9.11 will get the intro up again.

    Thread Starter kstarcher

    (@kstarcher)

    Tragically this doesn’t seem to have helped… I’m loading it from a specific page. My settings are:

    Show intro: Yes
    Get introduction text from: Page (1788)
    Heading: test
    Content: placeholder stuff since it’s getting it from a page
    Show heading: no
    Show content: Yes
    Wrapper tag for heading: h2
    Show blog introduction for: Everyone
    Show on all pages: No (first page only) (but I’ve also tried it with “Yes” set)
    Show on home page: Yes
    Style boxes are blank…
    Intro before nth loop: 1
    Enable debugging mode: No (have tried it as “Yes” too)

    Hope that helps… thanks!

    Plugin Author jsruok

    (@jsruok)

    I’m afraid I’ll be needing your theme to troubleshoot the issue. Are you using a theme that I can download from somewhere (e.g. WP theme directory)?

    Thread Starter kstarcher

    (@kstarcher)

    Eek. Not really. It started off life as depo-square, and then between myself and another developer we modified it beyond recognition…

    Plugin Author jsruok

    (@jsruok)

    Do you think you could send the source code for index.php to [my username] at gmail.com? That should give me some idea of the context.

    Plugin Author jsruok

    (@jsruok)

    Ok, it seems that you’re forcing a certain category to be displayed on the front page with
    if (is_front_page() || is_home()) { query_posts("cat=8&paged=$paged"); }

    I’m afraid that at this moment I don’t have the time to include this kind of exception into the plugin, but there might be a way to make the plugin work for you.

    As the plugin works with category intros as well, you’ll probably be able to show *that* intro on the front page. For instance, if the category id 8 has a permalink “travel-tips”, you’ll need to create a page that has a permalink “travel-tips-cat-intro” (or change the permalink of your current page). Intro will then be taken from that page.

    Hope that helps!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Seems to have stopped working with WP 3.2.1’ is closed to new replies.