gweb1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: OK: HTTP to HTTPS: once and for all……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
In reply to: OK: HTTP to HTTPS: once and for all……^ 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
In reply to: moved from http to https – what to put in htaccess fileThank 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
In reply to: [OnePress] Get small header logo HD (Retina ready)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
In reply to: [OnePress] Get small header logo HD (Retina ready)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
In reply to: [Arcade Basic] Full page splash pic' no longer working ?????Hello,
No, I do have page selected!!!
Forum: Themes and Templates
In reply to: [Arcade Basic] Full page splash pic' no longer working ?????Please help…
Forum: Plugins
In reply to: [WP eCommerce] Google Shopping / Product SearchSorry; will do.
Forum: Plugins
In reply to: [WP eCommerce] Google Shopping / Product SearchHi 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
In reply to: [WP eCommerce] Google Shopping / Product SearchI 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
In reply to: [MH Magazine lite] No sidebar on homepage?Thank you very much for responding; I genuinely appreciate it.
Thank you again
Forum: Plugins
In reply to: Premium content – paid subs ???hey thanks mate, UK based as well! I will check these out. Thanks
Forum: Everything else WordPress
In reply to: wp-admin/admin-ajax.php ?????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
In reply to: IE6 & IE7 – diiferent issues :(I fixed the issue – it was a simple padding issue that IE6 was overcooking – fixed now and thanks for your help!
Forum: Fixing WordPress
In reply to: IE6 & IE7 – diiferent issues :(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??