Title: JohnPope's Replies | WordPress.org

---

# JohnPope

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/johnpope/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/johnpope/replies/page/3/?output_format=md)…
[13](https://wordpress.org/support/users/johnpope/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/johnpope/replies/page/14/?output_format=md)
[15](https://wordpress.org/support/users/johnpope/replies/page/15/?output_format=md)
[→](https://wordpress.org/support/users/johnpope/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Help – entire site broke](https://wordpress.org/support/topic/help-entire-site-broke/)
 *  [JohnPope](https://wordpress.org/support/users/johnpope/)
 * (@johnpope)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/help-entire-site-broke/#post-8150219)
 * What have you changed the domain from?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Social Media Links](https://wordpress.org/support/topic/social-media-links-24/)
 *  [JohnPope](https://wordpress.org/support/users/johnpope/)
 * (@johnpope)
 * [10 years ago](https://wordpress.org/support/topic/social-media-links-24/#post-7316343)
 * Have you tried looking in the ‘theme options’ or ‘customize’ options under the‘
   appearance’ menu in admin?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Thumbnails appear half grey](https://wordpress.org/support/topic/thumbnails-appear-half-grey/)
 *  [JohnPope](https://wordpress.org/support/users/johnpope/)
 * (@johnpope)
 * [10 years ago](https://wordpress.org/support/topic/thumbnails-appear-half-grey/#post-7304621)
 * [@dimitris](https://wordpress.org/support/users/dimitris/)
 * Because the original link posted was https:// – it has obviously been edited 
   since then.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Widgets not saving text (9 year old problem still not fixed)](https://wordpress.org/support/topic/widgets-not-saving-text-9-year-old-problem-still-not-fixed/)
 *  [JohnPope](https://wordpress.org/support/users/johnpope/)
 * (@johnpope)
 * [10 years ago](https://wordpress.org/support/topic/widgets-not-saving-text-9-year-old-problem-still-not-fixed/#post-7305932)
 * 3.6.1 is more than three years old, upgrading to the latest version of WP would
   be a really good place to start.
 * Not saying it will solve your problem, but it’s going to be a lot easier to get
   ideas and troubleshooting advice if you are running a recent version of WP.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Thumbnails appear half grey](https://wordpress.org/support/topic/thumbnails-appear-half-grey/)
 *  [JohnPope](https://wordpress.org/support/users/johnpope/)
 * (@johnpope)
 * [10 years ago](https://wordpress.org/support/topic/thumbnails-appear-half-grey/#post-7304515)
 * As for the https issue, I suggest talking to your webhost about it
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Thumbnails appear half grey](https://wordpress.org/support/topic/thumbnails-appear-half-grey/)
 *  [JohnPope](https://wordpress.org/support/users/johnpope/)
 * (@johnpope)
 * [10 years ago](https://wordpress.org/support/topic/thumbnails-appear-half-grey/#post-7304512)
 * Ah, ok. I see the grey now.
 * It is caused by the div that contains those images being 80px square and the 
   images not being square after cropping.
 * The easiest way to fix it would be to change the grey background of the div to
   white.
 * Find this in your style.css file:
 * .recent-posts-wrapper .post .post-image {
    width: 80px; height: 80px; float: 
   left; display: block; background-color: #DADADA; background-position: center 
   center; background-repeat: no-repeat; overflow: hidden; }
 * and change the background-color to #FFFFFF;
 * EDIT:
 * Just realised that you could alternatively change the height to be 100% instead
   of 80px.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Thumbnails appear half grey](https://wordpress.org/support/topic/thumbnails-appear-half-grey/)
 *  [JohnPope](https://wordpress.org/support/users/johnpope/)
 * (@johnpope)
 * [10 years ago](https://wordpress.org/support/topic/thumbnails-appear-half-grey/#post-7304496)
 * [https://lavidaluka.com](https://lavidaluka.com) doesn’t work – [http://lavidaluka.com](http://lavidaluka.com)
   does though.
 * All of the thumbnails seem absolutely fine from here. Have you cleared your browser
   cache since deactivating the plugins?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Migrating data back and forth between live and dev WordPress install](https://wordpress.org/support/topic/migrating-data-back-and-forth-between-live-and-dev-wordpress-install/)
 *  [JohnPope](https://wordpress.org/support/users/johnpope/)
 * (@johnpope)
 * [10 years ago](https://wordpress.org/support/topic/migrating-data-back-and-forth-between-live-and-dev-wordpress-install/#post-7298999)
 * Have you looked at VersionPress?
 * [https://versionpress.net/](https://versionpress.net/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Engima theme – Remove image border](https://wordpress.org/support/topic/engima-theme-remove-image-border/)
 *  [JohnPope](https://wordpress.org/support/users/johnpope/)
 * (@johnpope)
 * [10 years ago](https://wordpress.org/support/topic/engima-theme-remove-image-border/#post-7304440)
 * Can you give us a link to the site to see?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Jetpack Fatal Error](https://wordpress.org/support/topic/jetpack-fatal-error-7/)
 *  [JohnPope](https://wordpress.org/support/users/johnpope/)
 * (@johnpope)
 * [10 years ago](https://wordpress.org/support/topic/jetpack-fatal-error-7/#post-7304940)
 * Jetpack 4.0 broke things.
 * 4.0.2 is out now and should fix the issue.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Is WordPress suitable for my requirements?](https://wordpress.org/support/topic/is-wordpress-suitable-for-my-requirements/)
 *  [JohnPope](https://wordpress.org/support/users/johnpope/)
 * (@johnpope)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/is-wordpress-suitable-for-my-requirements/#post-6974868)
 * You can build this kind of site using WordPress.
 * There are quite a few e-commerce plugins, the most well known is WooCommerce (
   which is very good), and there is at least one plugin availabe that will do what
   you are talking about with the t-shirts, although I have never tried it so don’t
   know how good it is: [http://codecanyon.net/item/woocommerce-custom-tshirt-designer/5185471](http://codecanyon.net/item/woocommerce-custom-tshirt-designer/5185471)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sharing pages on Facebook using my own customised image](https://wordpress.org/support/topic/sharing-pages-on-facebook-using-my-own-customised-image/)
 *  [JohnPope](https://wordpress.org/support/users/johnpope/)
 * (@johnpope)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/sharing-pages-on-facebook-using-my-own-customised-image/#post-6957537)
 * If you are using the Yoast SEO plugin then you can specify an image only for 
   Facebook under the sharing tab of the SEO box on your edit post screen.
 * (also for Twitter and Google plus)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [plugins](https://wordpress.org/support/topic/plugins-119/)
 *  [JohnPope](https://wordpress.org/support/users/johnpope/)
 * (@johnpope)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/plugins-119/#post-6971274)
 * Do you get the error for any plugin you try activating or for one specific plugin?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress beginner – problems after changing permalinks](https://wordpress.org/support/topic/wordpress-beginner-problems-after-changing-permalinks/)
 *  [JohnPope](https://wordpress.org/support/users/johnpope/)
 * (@johnpope)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/wordpress-beginner-problems-after-changing-permalinks/#post-6970829)
 * Ok, do you have in the control panel the option to change the ‘permissions’ of
   the .htaccess file?
 * If so, change them to 644 and then go back into the permalinks settings and save
   them again.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress beginner – problems after changing permalinks](https://wordpress.org/support/topic/wordpress-beginner-problems-after-changing-permalinks/)
 *  [JohnPope](https://wordpress.org/support/users/johnpope/)
 * (@johnpope)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/wordpress-beginner-problems-after-changing-permalinks/#post-6970801)
 * Hi Ruth,
 * You are almost there.
 * The .htaccess file in the control panel will be the one you need to change.
 * You have two options, you can either change the permissions of that file so that
   WP can write to it, or you can edit the file yourself by copying and pasting 
   the code that you have pasted above into there.
 * Don’t change or delete anything else in the .htaccess, just paste that after 
   anything that is already (or not) in there.

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

1 [2](https://wordpress.org/support/users/johnpope/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/johnpope/replies/page/3/?output_format=md)…
[13](https://wordpress.org/support/users/johnpope/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/johnpope/replies/page/14/?output_format=md)
[15](https://wordpress.org/support/users/johnpope/replies/page/15/?output_format=md)
[→](https://wordpress.org/support/users/johnpope/replies/page/2/?output_format=md)