Title: gweb1's Replies | WordPress.org

---

# gweb1

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/gweb1/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/gweb1/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [OK: HTTP to HTTPS: once and for all……](https://wordpress.org/support/topic/ok-http-to-https-once-and-for-all/)
 *  Thread Starter [gweb1](https://wordpress.org/support/users/gweb1/)
 * (@gweb1)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/ok-http-to-https-once-and-for-all/#post-9122491)
 * Liam, let me send you a virtual hug!!!! There is about a thousand different opinions
   and code differences as far as I can see, online and so I hope this did it!!!!!
   Seems to work 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [OK: HTTP to HTTPS: once and for all……](https://wordpress.org/support/topic/ok-http-to-https-once-and-for-all/)
 *  Thread Starter [gweb1](https://wordpress.org/support/users/gweb1/)
 * (@gweb1)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/ok-http-to-https-once-and-for-all/#post-9122455)
 * ^ Liam! That may have done it (I think so!)
 * I added:
 *     ```
       RewriteEngine on
       RewriteCond %{HTTPS} !on [OR]
       RewriteCond %{HTTP_HOST} !^www\.
       RewriteRule (.*) https://www.example.com%{REQUEST_URI} [L,R=301]
       ```
   
 * ABOVE the WordPress ‘stuff’ in the HTACCESS file… is that right???
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [moved from http to https – what to put in htaccess file](https://wordpress.org/support/topic/moved-from-http-to-https-what-to-put-in-htaccess-file/)
 *  Thread Starter [gweb1](https://wordpress.org/support/users/gweb1/)
 * (@gweb1)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/moved-from-http-to-https-what-to-put-in-htaccess-file/#post-9085221)
 * Thank you; reading on other forums; there seems to be confusion over the exact
   code to use… with the three examples below (including yours) – what would the
   differene be?
 * 1.
 *     ```
       RewriteEngine On 
       RewriteCond %{HTTP_HOST} ^EXAMPLE.COM [NC]
       RewriteCond %{SERVER_PORT} 80 
       RewriteRule ^(.*)$ https://WWW.EXAMPLE.COM/$1 [R,L]
       ```
   
 * 2.
 *     ```
       RewriteEngine on
       RewriteCond %{HTTP_HOST} ^EXAMPLE.COM [NC,OR]
       RewriteCond %{HTTP_HOST} ^WWW.EXAMPLE.COM [NC]
       RewriteRule ^(.*)$ https://WWW.EXAMPLE.COM/$1 [L,R=301,NC]
       ```
   
 * 3.
 *     ```
       RewriteEngine on
       RewriteCond %{HTTP_HOST} ^EXAMPLE.COM [OR]
       RewriteCond %{REQUEST_URI} !^/en
       RewriteRule ^(.*)$ https://WWW.EXAMPLE.COM/$1 [L,R=301,NC]
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OnePress] Get small header logo HD (Retina ready)](https://wordpress.org/support/topic/get-small-header-logo-hd-retina-ready/)
 *  Thread Starter [gweb1](https://wordpress.org/support/users/gweb1/)
 * (@gweb1)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/get-small-header-logo-hd-retina-ready/#post-8546360)
 * Is there no way, in the WordPress code, to specify a logo size… so that if I 
   upload a larger logo, it gets scaled down to the size stated in the code?
 * Thank you
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OnePress] Get small header logo HD (Retina ready)](https://wordpress.org/support/topic/get-small-header-logo-hd-retina-ready/)
 *  Thread Starter [gweb1](https://wordpress.org/support/users/gweb1/)
 * (@gweb1)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/get-small-header-logo-hd-retina-ready/#post-8544905)
 * Any help appreciated; just looking to make the uploaded logo HD / retina ready…
   where can I change the code to do this?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Arcade Basic] Full page splash pic' no longer working ?????](https://wordpress.org/support/topic/full-page-splash-pic-no-longer-working/)
 *  Thread Starter [gweb1](https://wordpress.org/support/users/gweb1/)
 * (@gweb1)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/full-page-splash-pic-no-longer-working/#post-7138963)
 * Hello,
 * No, I do have page selected!!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Arcade Basic] Full page splash pic' no longer working ?????](https://wordpress.org/support/topic/full-page-splash-pic-no-longer-working/)
 *  Thread Starter [gweb1](https://wordpress.org/support/users/gweb1/)
 * (@gweb1)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/full-page-splash-pic-no-longer-working/#post-7138936)
 * Please help…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] Google Shopping / Product Search](https://wordpress.org/support/topic/google-shopping-product-search/)
 *  Thread Starter [gweb1](https://wordpress.org/support/users/gweb1/)
 * (@gweb1)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/google-shopping-product-search/#post-4102907)
 * Sorry; will do.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] Google Shopping / Product Search](https://wordpress.org/support/topic/google-shopping-product-search/)
 *  Thread Starter [gweb1](https://wordpress.org/support/users/gweb1/)
 * (@gweb1)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/google-shopping-product-search/#post-4102905)
 * Hi Lee,
 * Thank you, I just purchased your plugin. It looks like it will be a big help.
   For now, I am having an issue with it though…
 * I set defaults and use the feed as stated / schedule and fetch; but Google Shopping
   says:
 * No items inserted
    Error while parsing/validating XML feed Our system encountered
   an error when processing your XML data feed. Please see the following Help Centre
   topics for more information:
 * ——- what to do?
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP eCommerce] Google Shopping / Product Search](https://wordpress.org/support/topic/google-shopping-product-search/)
 *  Thread Starter [gweb1](https://wordpress.org/support/users/gweb1/)
 * (@gweb1)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/google-shopping-product-search/#post-4102680)
 * I have already signed up for Google Merchant account – and I have entered the
   feed and schedule… however, I get two errors:
 * 1. Missing shipping information.
    2. Insufficient product identifiers.
 * *** how do I rectify these two issues?
 * Thank you
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[MH Magazine lite] No sidebar on homepage?](https://wordpress.org/support/topic/no-sidebar-on-homepage-1/)
 *  Thread Starter [gweb1](https://wordpress.org/support/users/gweb1/)
 * (@gweb1)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/no-sidebar-on-homepage-1/#post-3912141)
 * Thank you very much for responding; I genuinely appreciate it.
 * Thank you again
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Premium content – paid subs ???](https://wordpress.org/support/topic/premium-content-paid-subs/)
 *  Thread Starter [gweb1](https://wordpress.org/support/users/gweb1/)
 * (@gweb1)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/premium-content-paid-subs/#post-956255)
 * hey thanks mate, UK based as well! I will check these out. Thanks
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [wp-admin/admin-ajax.php ?????](https://wordpress.org/support/topic/wp-adminadmin-ajaxphp/)
 *  Thread Starter [gweb1](https://wordpress.org/support/users/gweb1/)
 * (@gweb1)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/wp-adminadmin-ajaxphp/#post-923554)
 * Phew. Thank you very much. I have been going crazy in the admin so that’ll explain
   why.
 * Cheers mate. All the best!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [IE6 & IE7 – diiferent issues :(](https://wordpress.org/support/topic/ie6-038-ie7-diiferent-issues/)
 *  Thread Starter [gweb1](https://wordpress.org/support/users/gweb1/)
 * (@gweb1)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/ie6-038-ie7-diiferent-issues/#post-863574)
 * I fixed the issue – it was a simple padding issue that IE6 was overcooking – 
   fixed now and thanks for your help!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [IE6 & IE7 – diiferent issues :(](https://wordpress.org/support/topic/ie6-038-ie7-diiferent-issues/)
 *  Thread Starter [gweb1](https://wordpress.org/support/users/gweb1/)
 * (@gweb1)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/ie6-038-ie7-diiferent-issues/#post-863555)
 * Thanks – I will look at this – is there any specific error on the list that would
   cause my right column out like it is doing??

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

1 [2](https://wordpress.org/support/users/gweb1/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/gweb1/replies/page/2/?output_format=md)