jamesbil wrote: » So as far as I can work out auto optimise and w3 total cache are messing things up.
daymobrew wrote: » Have you tried activating one at a time? Is it possible that those plugins have cached stuff from before you made the Site Address change?
daymobrew wrote: » Is the SSL all sorted now?
jamesbil wrote: » only because I turned on really simple ssl I have mixed content without it.
IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://jamesbillingsfurniture.com/$1 [R,L] </IfModule>
daymobrew wrote: » Even after you cleared the Autoptimize and W3 Total Cache caches? The .htaccess code should help. I use it on my sites: IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://jamesbillingsfurniture.com/$1 [R,L] </IfModule>
Axwell wrote: » Go here and follow step 6 onwards to properly setup your ssl and then check for any mixed content and how to fix it.https://wpbuffs.com/wordpress-https-mixed-content/
Axwell wrote: » Did you go through this?
jamesbil wrote: » Should it be the one in public html?
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
daymobrew wrote: » Yes, the one in public_html. The one with the WordPress rules: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Graham wrote: » Rodolfo Melogli has a good overview of get_refreshed_fragments here:https://businessbloomer.com/woocommerce-why-how-to-disable-ajax-cart-fragments/
M.T.D wrote: » Have you checked in customiser and in the header section of your page builder