Title: juancarbonel's Replies | WordPress.org

---

# juancarbonel

  [  ](https://wordpress.org/support/users/juancarbonel/)

 *   [Profile](https://wordpress.org/support/users/juancarbonel/)
 *   [Topics Started](https://wordpress.org/support/users/juancarbonel/topics/)
 *   [Replies Created](https://wordpress.org/support/users/juancarbonel/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/juancarbonel/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/juancarbonel/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/juancarbonel/engagements/)
 *   [Favorites](https://wordpress.org/support/users/juancarbonel/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Display Widgets] plugin fatal error since 4.2.1 update](https://wordpress.org/support/topic/plugin-fatal-error-since-421-update/)
 *  [juancarbonel](https://wordpress.org/support/users/juancarbonel/)
 * (@juancarbonel)
 * [11 years ago](https://wordpress.org/support/topic/plugin-fatal-error-since-421-update/#post-6071776)
 * With this it should work properly,
 * (593) /*$saved_details = get_transient( $this->transient_name );
    if ( $saved_details){
   foreach ( $saved_details as $k => $d ) { if ( empty($this->{$k}) ) { $this->{
   $k} = $d; }
 * unset($k);
    unset($d); } }*/
 * (605) //if ( empty($this->pages) ) {
    $this->pages = get_posts( array( ‘post_type’
   => ‘page’, ‘post_status’ => ‘publish’, ‘numberposts’ => -1, ‘orderby’ => ‘title’,‘
   order’ => ‘ASC’, ‘fields’ => array(‘ID’, ‘name’), )); //}
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Display Widgets] plugin fatal error since 4.2.1 update](https://wordpress.org/support/topic/plugin-fatal-error-since-421-update/)
 *  [juancarbonel](https://wordpress.org/support/users/juancarbonel/)
 * (@juancarbonel)
 * [11 years ago](https://wordpress.org/support/topic/plugin-fatal-error-since-421-update/#post-6071774)
 * I have updated the post, nice to know that it help! Regards!
 * Juan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Display Widgets] plugin fatal error since 4.2.1 update](https://wordpress.org/support/topic/plugin-fatal-error-since-421-update/)
 *  [juancarbonel](https://wordpress.org/support/users/juancarbonel/)
 * (@juancarbonel)
 * [11 years ago](https://wordpress.org/support/topic/plugin-fatal-error-since-421-update/#post-6071769)
 * Hi, you can find a work arround here!
    [http://www.juancarbonel.com/plugin-alternative-fix-display-widgets/](http://www.juancarbonel.com/plugin-alternative-fix-display-widgets/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Display Widgets] Was working great until WordPress update](https://wordpress.org/support/topic/was-working-great-until-wordpress-update/)
 *  [juancarbonel](https://wordpress.org/support/users/juancarbonel/)
 * (@juancarbonel)
 * [11 years ago](https://wordpress.org/support/topic/was-working-great-until-wordpress-update/#post-6071180)
 * You can read it full here!
    [http://www.juancarbonel.com/plugin-alternative-fix-display-widgets/](http://www.juancarbonel.com/plugin-alternative-fix-display-widgets/)
 * Hi guys, if you are into programming.. you can open the plugin file and comment
   the following sentences:
 * (593) //$saved_details = get_transient( $this->transient_name );
 * (605) //if ( empty($this->pages) ) {
    $this->pages = get_posts( array( ‘post_type’
   => ‘page’, ‘post_status’ => ‘publish’, ‘numberposts’ => -1, ‘orderby’ => ‘title’,‘
   order’ => ‘ASC’, ‘fields’ => array(‘ID’, ‘name’), )); //}
 * (642) /*set_transient( $this->transient_name, array(
    ‘pages’ => $this->pages,‘
   cats’ => $this->cats, ‘cposts’ => $this->cposts, ‘taxes’ => $this->taxes, ), 
   60*60*24*7 ); */
 * Hope it help

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