Title: [Plugin: Widget Instance] No Widgets in the Dropdown
Last modified: August 20, 2016

---

# [Plugin: Widget Instance] No Widgets in the Dropdown

 *  [ronr1999](https://wordpress.org/support/users/ronr1999/)
 * (@ronr1999)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-widget-instance-no-widgets-in-the-dropdown/)
 * I installed but do not see any widgets in the Page or Post editor WYSIWYG drop-
   down. I’m on a test site and added some widgets to a sidebar thinking that would
   trigger it but still nothing. How the heck does this thing work?
 * [http://wordpress.org/extend/plugins/widget-instance/](http://wordpress.org/extend/plugins/widget-instance/)

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/plugin-widget-instance-no-widgets-in-the-dropdown/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-widget-instance-no-widgets-in-the-dropdown/page/2/?output_format=md)

 *  Plugin Author [Global](https://wordpress.org/support/users/global_1981/)
 * (@global_1981)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-widget-instance-no-widgets-in-the-dropdown/#post-3124564)
 * OK first things first.
    Can you see the Widget Instance Editor Icon (It looks
   like a puzzle piece)? It should appear to the right of the kitchen sink icon 
   on the top row.
 *  Thread Starter [ronr1999](https://wordpress.org/support/users/ronr1999/)
 * (@ronr1999)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-widget-instance-no-widgets-in-the-dropdown/#post-3124594)
 * Yes I did see the puzzle piece.
 * I’m since gone in a different direction and am no longer using this plugin.
 *  [leewilson78](https://wordpress.org/support/users/leewilson78/)
 * (@leewilson78)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-widget-instance-no-widgets-in-the-dropdown/#post-3124715)
 * Same problem here, I see the puzzle piece but none of my widgets…
 * Appreciate any help, seems like it might be a useful plugin.
 *  Plugin Author [Global](https://wordpress.org/support/users/global_1981/)
 * (@global_1981)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-widget-instance-no-widgets-in-the-dropdown/#post-3124717)
 * Hi @lesswilson78, I can’t replicate the issue on a fresh install of WordPress
   3.5.1, could you add these lines to your wp-config.php file. Replace the default
   line that reads: define(‘WP_DEBUG’, false);
 * /* Log wordpress errors
    ——————————————————–*/ @ini_set(‘display_errors’,0); 
   define(‘WP_DEBUG’, true); define(‘WP_DEBUG_DISPLAY’, false); // Turn forced display
   in browser OFF define(‘WP_DEBUG_LOG’, true); // Turn logging to wp-content/debug.
   log ON
 * After you have saved the wp-config.php file, click the puzzle piece icon.
 * Then open the debug.log file (in your wp-content directory). If the plugin is
   throwing an error, it should be recorded in that file. Let me know if you found
   any relevant errors.
 *  [am71722](https://wordpress.org/support/users/am71722/)
 * (@am71722)
 * [13 years ago](https://wordpress.org/support/topic/plugin-widget-instance-no-widgets-in-the-dropdown/#post-3124752)
 * I’m having the same problem. I tried the debug log and nothing seems to be causing
   an error. Is there anything you can think of that could cause widgets to not 
   display?
 *  Plugin Author [Global](https://wordpress.org/support/users/global_1981/)
 * (@global_1981)
 * [13 years ago](https://wordpress.org/support/topic/plugin-widget-instance-no-widgets-in-the-dropdown/#post-3124753)
 * Hi [@am71722](https://wordpress.org/support/users/am71722/),
 * Can you open the browser inspector tools and open the javascript console to see
   if there are any javascript errors? Also out of curiosity have you moved your
   wp-content directory?
 *  [am71722](https://wordpress.org/support/users/am71722/)
 * (@am71722)
 * [13 years ago](https://wordpress.org/support/topic/plugin-widget-instance-no-widgets-in-the-dropdown/#post-3124754)
 * Actually, yes and yes. The error is jQuery is not defined when i click on the
   puzzle piece and we just moved our whole site.
 *  Plugin Author [Global](https://wordpress.org/support/users/global_1981/)
 * (@global_1981)
 * [13 years ago](https://wordpress.org/support/topic/plugin-widget-instance-no-widgets-in-the-dropdown/#post-3124756)
 * Hi [@am71722](https://wordpress.org/support/users/am71722/),
 * Can you download the latest version and let me know if it fixed your problem?
 * It contains a fix for installs where the wordpress install is not in the root
   directory (which is what I have assumed is the issue).
 * Thanks a lot.
 *  Plugin Author [Global](https://wordpress.org/support/users/global_1981/)
 * (@global_1981)
 * [13 years ago](https://wordpress.org/support/topic/plugin-widget-instance-no-widgets-in-the-dropdown/#post-3124757)
 * Hi [@am71722](https://wordpress.org/support/users/am71722/),
 * Can you download the latest version and let me know if it fixed your problem?
 * It contains a fix for installs where the wordpress install is not in the root
   directory (which is what I have assumed is the issue).
 * Thanks a lot.
 *  [am71722](https://wordpress.org/support/users/am71722/)
 * (@am71722)
 * [13 years ago](https://wordpress.org/support/topic/plugin-widget-instance-no-widgets-in-the-dropdown/#post-3124758)
 * Update downloaded. List still blank. No errors in error console of Firefox now
   though.
 *  Plugin Author [Global](https://wordpress.org/support/users/global_1981/)
 * (@global_1981)
 * [13 years ago](https://wordpress.org/support/topic/plugin-widget-instance-no-widgets-in-the-dropdown/#post-3124759)
 * Ok well thats 1 problem down.
 * If you have Google Chrome through it’s inspector tools you can the view the ajax(
   xhr) request under the network tab (filter by xhr). Every time the puzzle is 
   clicked a new ajax call is sent to wp-admin/admin-ajax.php.
 * Could be a permission issue with that file (sidenote do you have that directory
   password protected by apache)? If you inspect the xhr request and it doesn’t 
   return a json object (will return a error or -1) than there is problem with accessing
   that file.
 *  [Nate](https://wordpress.org/support/users/caming/)
 * (@caming)
 * [13 years ago](https://wordpress.org/support/topic/plugin-widget-instance-no-widgets-in-the-dropdown/#post-3124760)
 * Same problem. Everything is installed properly, but not only does nothing show
   in the list, but attempts to use the shortcode result in ‘widget not found’ (
   I’m using the correct widget ID).
 * Would LOOOVE to use this plugin. Please help!
 *  Plugin Author [Global](https://wordpress.org/support/users/global_1981/)
 * (@global_1981)
 * [13 years ago](https://wordpress.org/support/topic/plugin-widget-instance-no-widgets-in-the-dropdown/#post-3124761)
 * Hi [@caming](https://wordpress.org/support/users/caming/),
 * Hope I can help.
 * “Widget not found” isn’t an error that Widget Instance will output. It outputs“
   No widget found with that id”. We need to be specific if we have any chance of
   resolving your issue, are you seeing “No widget found with that id?”
 * Also what is the id you are using? It should follow the format like:
    search-
   2
 * Can you run through this checklist and see if anything pops up:
 * This is what you need to do to debug the issue:
 * **1. Test for plugin incompatibility**
    Disable all plugins, only have Widget
   Instance enabled. If it works as expected, one by one enable the other plugins
   to narrow down which plugin isn’t playing nicely with Widget Instance.
 * **2. Test for wordpress related php errors**
    In your wp-config.php file. Replace
   the default line that reads: define(‘WP_DEBUG’, false); with the lines: @ini_set(‘
   display_errors’,0); define(‘WP_DEBUG’, true); define(‘WP_DEBUG_DISPLAY’, false);
   define(‘WP_DEBUG_LOG’, true);
 * After you have saved the wp-config.php file, click the puzzle piece icon. Then
   open the debug.log file (in your wp-content directory). If the plugin is throwing
   an error, it should be recorded in that file. Let me know if you found any relevant
   errors.
 * **3. Test for javascript errors**
    Open the javascript console in the browser
   inspector tools to see if there are any javascript errors
 * **4. Test for ajax errors**
    If you have Google Chrome through it’s inspector
   tools you can the view the ajax (xhr) request under the network tab (filter by
   xhr). Every time the puzzle is clicked a new ajax call is sent to wp-admin/admin-
   ajax.php.
 * Could be a permission issue with that file (sidenote do you have that directory
   password protected by apache)? If you inspect the xhr request and it doesn’t 
   return a json object (will return a error or -1) than there is problem with accessing
   that file.
 *  [tzdk](https://wordpress.org/support/users/tzdk/)
 * (@tzdk)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-widget-instance-no-widgets-in-the-dropdown/#post-3124765)
 * I had same problem but JS error hinted no title was issue. And it was. I had 
   made a bunch of widgets holding PHP code, none had title field. After adding 
   that drop down got filled up again.
 * [http://wordpress.org/plugins/widget-css-classes/](http://wordpress.org/plugins/widget-css-classes/)
   can add what ever class to any widget, so “no-widget-title” is nifty if set to
   to “display: none” in CSS.
 *  Plugin Author [Global](https://wordpress.org/support/users/global_1981/)
 * (@global_1981)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-widget-instance-no-widgets-in-the-dropdown/#post-3124766)
 * Thanks tsdk!
 * So simple but I never considered that omitting the title could have been why 
   there was no widgets in the drop down. I will look into the issue over the next
   week. Thanks again for the heads up.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/plugin-widget-instance-no-widgets-in-the-dropdown/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-widget-instance-no-widgets-in-the-dropdown/page/2/?output_format=md)

The topic ‘[Plugin: Widget Instance] No Widgets in the Dropdown’ is closed to new
replies.

 * ![](https://ps.w.org/widget-instance/assets/icon-256x256.jpg?rev=1187239)
 * [Widget Instance](https://wordpress.org/plugins/widget-instance/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/widget-instance/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/widget-instance/)
 * [Active Topics](https://wordpress.org/support/plugin/widget-instance/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/widget-instance/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/widget-instance/reviews/)

 * 16 replies
 * 7 participants
 * Last reply from: [signcarver](https://wordpress.org/support/users/signcarver/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/plugin-widget-instance-no-widgets-in-the-dropdown/page/2/#post-3124768)
 * Status: not resolved