Title: WP 3.8 Fix
Last modified: August 21, 2016

---

# WP 3.8 Fix

 *  Resolved [charltondurie](https://wordpress.org/support/users/charltondurie/)
 * (@charltondurie)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/wp-38-fix-1/)
 * It seems there are a few people having issues with the [WP Page Widget](http://wordpress.org/plugins/wp-page-widget/)
   plugin for WP 3.8
 * For me when editing a page or post it simply didn’t show any widget positions
   to the right of the widgets.
 * The cause of this was from the following code starting on lines 357, 543, 685
   and 829 in /wp-content/plugins/wp-page-widget/wp-page-widgets.php
 *     ```
       if (!in_array($sidebar, $settings['sidebars']))
        continue;
       ```
   
 * By removing the ‘!’ it showed all the widget positions but when assigning a widget
   to a widget position and saving this widget position would then disappear on 
   a reload of the page.
 * I am not sure why the developer used this code here so I just deleted the 2 lines
   which works fine from my testing.
 * Hope this helps
 * [http://wordpress.org/plugins/wp-page-widget/](http://wordpress.org/plugins/wp-page-widget/)

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

 *  Plugin Author [CodeAndMore](https://wordpress.org/support/users/codeandmore/)
 * (@codeandmore)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/wp-38-fix-1/#post-4509111)
 * Please check again.
 *  [Daniel E](https://wordpress.org/support/users/daniel-e/)
 * (@daniel-e)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/wp-38-fix-1/#post-4509123)
 * The confusion might stem from the installation instructions.
 * “Navigate to Settings -> Page Widgets.”
 * But it’s just directly in the admin menu.
 *  Plugin Author [CodeAndMore](https://wordpress.org/support/users/codeandmore/)
 * (@codeandmore)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/wp-38-fix-1/#post-4509124)
 * Thanks for pointing that out.
    Updated [http://wordpress.org/plugins/wp-page-widget/installation/](http://wordpress.org/plugins/wp-page-widget/installation/)

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

The topic ‘WP 3.8 Fix’ is closed to new replies.

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

 * 3 replies
 * 3 participants
 * Last reply from: [CodeAndMore](https://wordpress.org/support/users/codeandmore/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/wp-38-fix-1/#post-4509124)
 * Status: resolved