Title: [Plugin: Quick Post Widget] Checklist Problem fixed
Last modified: August 20, 2016

---

# [Plugin: Quick Post Widget] Checklist Problem fixed

 *  Resolved [harrybrax](https://wordpress.org/support/users/harrybrax/)
 * (@harrybrax)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-quick-post-widget-checklist-problem-fixed/)
 * I have an issue with the checklist dropdown and the categories within overlapping.
   I emailed Perry and received a quick response with a line of substitution code
   that made it easy to fix. Everything works perfectly now. Thanks Perry, for a
   great widget.
 * [http://wordpress.org/extend/plugins/quick-post-widget/](http://wordpress.org/extend/plugins/quick-post-widget/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [dunc](https://wordpress.org/support/users/dunc/)
 * (@dunc)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-quick-post-widget-checklist-problem-fixed/#post-2295084)
 * My checklist is displaying HTML <span> code. Is this what you experienced? Please
   post details about the fix.
    Thanks. 🙂
 *  Plugin Author [inapan](https://wordpress.org/support/users/inapan/)
 * (@inapan)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-quick-post-widget-checklist-problem-fixed/#post-2295085)
 * 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
 *  [dunc](https://wordpress.org/support/users/dunc/)
 * (@dunc)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-quick-post-widget-checklist-problem-fixed/#post-2295086)
 * [http://publishbluemountains.com.au/bl-form-test/](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! 🙂
 *  [dunc](https://wordpress.org/support/users/dunc/)
 * (@dunc)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-quick-post-widget-checklist-problem-fixed/#post-2295087)
 * 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](http://publishbluemountains.com.au/images/screenshot.jpg)
 *  Plugin Author [inapan](https://wordpress.org/support/users/inapan/)
 * (@inapan)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-quick-post-widget-checklist-problem-fixed/#post-2295088)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/quick-post-widget.svg)
 * [Quick Post Widget](https://wordpress.org/plugins/quick-post-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quick-post-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quick-post-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/quick-post-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quick-post-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quick-post-widget/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [inapan](https://wordpress.org/support/users/inapan/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-quick-post-widget-checklist-problem-fixed/#post-2295088)
 * Status: resolved