Title: Yves's Replies | WordPress.org

---

# Yves

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Nextgen image size problem](https://wordpress.org/support/topic/nextgen-image-size-problem/)
 *  [Yves](https://wordpress.org/support/users/yves/)
 * (@yves)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/nextgen-image-size-problem/#post-683799)
 * Had the same problem. My image is smaller in width than the post itself and is
   stretched. This is actually a CSS configuration problem.
    If you are using version
   0.92 and WordPress 2.5 do as follows: Go the “Gallery” admin panel then the “
   Style” sub panel. Check which style you are currently using (I will take the “
   Black Minimalism Theme” as an example) and locate the line beginning with
 *     ```
       .ngg-imagebrowser img
       ```
   
 * locate the line
 *     ```
       width: 100%;
       ```
   
 * and comment it or remove it altogether. Replace it with
 *     ```
       margin-left: auto !important;
       margin-right: auto !important;
       ```
   
 * You should end up with something like
 *     ```
       .ngg-imagebrowser img {
       	some settings...
       	/* width: 100%; */
       	some other settings
         	margin-left: auto !important;
               margin-right: auto !important;
       }
       ```
   
 * Click the “update file” button below and refresh your page. You may need to empty
   your browser cache for it to work.
 * If you cannot edit the stylesheet from within WordPress your will need to upload
   a modified version of the stylesheet via ftp to the proper folder, for instance
   here : your url/wp-content/nextgen-gallery/css/Black_Minimalism.css
 * I hope that helps.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [The wp_list_pages() function does not display private pages](https://wordpress.org/support/topic/the-wp_list_pages-function-does-not-display-private-pages/)
 *  Thread Starter [Yves](https://wordpress.org/support/users/yves/)
 * (@yves)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/the-wp_list_pages-function-does-not-display-private-pages/#post-598410)
 * I did, and quite extensively.
    The [Documentation page on wp_list_pages()](http://codex.wordpress.org/wp_list_pages)
   is quite clear and states amongst other points:
 * > By default, the usage shows:
   >  * All Pages and sub-pages are displayed (no depth restriction)
   >  * Is not restricted
   > to the child_of any Page * No pages are excluded * Is not restricted to any
   > specific author * Includes all Pages * Not restricted to Pages with specific
   > meta key/meta value
 * Yet the private pages do not appear even when logged as admin.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [The wp_list_pages() function does not display private pages](https://wordpress.org/support/topic/the-wp_list_pages-function-does-not-display-private-pages/)
 *  Thread Starter [Yves](https://wordpress.org/support/users/yves/)
 * (@yves)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/the-wp_list_pages-function-does-not-display-private-pages/#post-598331)
 * Update :
 * Related to [an issue](http://wordpress.org/support/topic/105034) raised here 
   5 months ago with wordpres 2.1
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Accentuated characters not preserved in database dump](https://wordpress.org/support/topic/accentuated-characters-not-preserved-in-database-dump/)
 *  Thread Starter [Yves](https://wordpress.org/support/users/yves/)
 * (@yves)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/accentuated-characters-not-preserved-in-database-dump/#post-167220)
 * Problem solved.
 * To bring some closure: that was an issue with my webhost, we had to ask him to
   allow us to set a compatible character set when dumping the database through 
   PHPmyadmin.
 * My new host does not give this option but I did not have the problem at all (
   and he uses an older MySql version). I guess it depends on how your sysadmin 
   sets up MySql/PHPMyadmin
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Anyone Succeeding with 1.5.1?](https://wordpress.org/support/topic/anyone-succeeding-with-151/)
 *  [Yves](https://wordpress.org/support/users/yves/)
 * (@yves)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/anyone-succeeding-with-151/page/3/#post-202442)
 * Hi
    It took me longer to backup my files and database (and my blog is very small)
   than to run this upgrade. All went perfectly well since I knew I had to disable
   the Entity2NCR plugin thanks to the nice upgrade thread in the forums.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problem with accentuated characters](https://wordpress.org/support/topic/problem-with-accentuated-characters/)
 *  [Yves](https://wordpress.org/support/users/yves/)
 * (@yves)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/problem-with-accentuated-characters/#post-23228)
 * While waiting for a fix in the core code there is a nice and simple plugin to
   solve your problem:
 * [http://guff.szub.net/2005/03/02/entity2ncr/#more-1016](http://guff.szub.net/2005/03/02/entity2ncr/#more-1016)

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