holywebmaker
Forum Replies Created
-
Hi Matt,
Yes, I use cloudflare. Are you saying to disable “IPv6 Compatibility” and/or enable “Pseudo IPv4”My current settings are:
Enabled – IPv6 Compatibility: Enable IPv6 support and gateway.
Disabled – Pseudo IPv4: Adds an IPv4 header to requests when a client is using IPv6, but the server only supports IPv4.It seems to make sense to me that I should enable the Pseudo IPv4 or disable IPv6 altogether.
Thanks for the feedback! I did just change the cache setting on 50+ sites…and I’ve gone over an hour without having to tweak the htaccess line again…so that is a WIN for me ??
Same Hostgator issue for me. I have to fix about 7 sites a day. Help tickets sit for weeks unanswered. No issues at all on my other servers.
Thank you so much for the work around!
@wfmattr, If you need to do some “testing” I do have some sites you can poke around in to see if there is a wordfence fix for this.
Love WORDFENCE!! Saving me hours on my sites.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] 3.0.11 gives redirect error…Jumping from 3.0.10 to 3.0.12 broke.
Confirmed commenting out the following two lines has worked on at 5 sites so far now.
//display about page after Update //if ( ! get_site_option( 'backwpup_about_page', FALSE ) && $_REQUEST[ 'page' ] != 'backwpupabout' ) //wp_redirect( network_admin_url( 'admin.php' ) . '?page=backwpupabout' );
Can we just ditch that whole display on update feature? Really it isn’t necessary.
Darn – that will teach me to update this plugin on multiple sites again (got me twice now). Ouch – in for a long night…
It is explained pretty clearly here:
https://www.woothemes.com/woocommerce-codex/theming-woocommerce/
Create a functions.php in your child theme and add this line to it. This is my current functions.php file in my child theme
<?php /*-----------------------------------------------------------------------------------*/ /* You can add custom functions below */ /*-----------------------------------------------------------------------------------*/ remove_action( 'woocommerce_sidebar', 'woocommerce_get_sidebar', 10); /*-----------------------------------------------------------------------------------*/ /* Don't add any code below here or the sky will fall down */ /*-----------------------------------------------------------------------------------*/ ?>
Worked for me.
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Conflicts with WIshlist Member and Simple PressI have a similar configuration and see similar issues here. Are you also using cloudflare?