Viewing 5 replies - 1 through 5 (of 5 total)
  • My checklist is displaying HTML <span> code. Is this what you experienced? Please post details about the fix.
    Thanks. 🙂

    Plugin Author inapan

    (@inapan)

    The problem was overlapping parent-child categories in the checklist.

    With a simple change to the quick-post-widget.css file the problem with the weird checklist was solved.

    Change this:

    #quick_post_cat_checklist li {
        list-style-type: none;
        background: none;
        margin: 0 0 0 2px;
        padding: 0 0 0 0px;
        height: 20px;
    }

    to this:

    #quick_post_cat_checklist li {
        list-style-type: none;
        background: none;
        margin: 0 0 0 2px;
        padding: 0 0 0 0px;
    /*    height: 20px; */
    }

    So the ‘height’ line has been commented.

    If you have HTML code displaying in the checklist I suppose something else is going on.
    Please mail me your URL so we can have a look at it.

    inapan

    http://publishbluemountains.com.au/bl-form-test/

    Both the ‘Categories’ checklist and my custom taxonomy checklist ‘Listing Categories’ show the HTML code.

    Drop-down menus are fine.

    Quickpost Widget 1.9 (downloaded today)
    I’m using WP 3.2.1 in multisite
    Buddypress 1.2.9

    Thanks! 🙂

    I’ve just remembered that you need to be logged in to see the form!

    Here’s a screengrab so you can see what I’m talking about:
    http://publishbluemountains.com.au/images/screenshot.jpg

    Plugin Author inapan

    (@inapan)

    Thanks,

    I’m sorry but from the screenshot I can only see you have a problem but it’s hard to solve it without live seeing and debugging it.

    Is it possible to create a temporary account for me on your site (for free of course…)?

    Please mail me, don’t post these credentials on the forum.

    inapan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Quick Post Widget] Checklist Problem fixed’ is closed to new replies.