AustinTBiggs
Forum Replies Created
-
I’m encountering this exact issue…
Forum: Plugins
In reply to: [W3 Total Cache] PHP7 compatibilityI’m noticing that CDN’s don’t work with PHP7, I just spent an hour trying to troubleshoot and realized the issue is PHP7 + W3TC
Brandon,
I’ve done this, however I’m noticing that &ulb=true isn’t working on my images…. Help?
Thanks!
AustinNikhil,
My website is current on all updates and the credentials have been checked about 20 times. Everything on my side is correct.
There are multiple users on the account, would this break your API?
Thanks!
Austin BiggsForum: Plugins
In reply to: [WordPress MU Domain Mapping] Cannot map domain to networkSo should I remove the account from the server?
Do I create the alias in the network’s cpanel?
I’m encountering this same issue with version 2.2.2
BUMP *
I’m experiencing this as well…
I understand wishing to keep the load on Google, however, what if I’d like to programmatically crop or use any of Photon’s other features? TimThumb used to be a good resource, but even they suggest to use Photon now..
Forum: Plugins
In reply to: [WooCommerce] Get Variable Name?Thank you Matt, I’ll give this a try and post back!
Forum: Plugins
In reply to: [W3 Total Cache] Don't cache page UNLESS..I was able to solve my problem with a little bit of jquery. In case any needs this in the future, here’s the JS I put in the head of my pages.
<script> jQuery(window).load(function(){ if ( jQuery( 'footer' ).length ) { } else { $.get( '<?php echo 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; ?>?w3tc_note=pgcache_purge_page' ); } }); </script>I’m checking to see if ‘footer’ exists, if not it will purge the page from the cache to ensure that the next time the page is viewed a newly cached version is available.
Forum: Fixing WordPress
In reply to: Permalinks not workingAwesome that worked, thank you! How did you diagnose the problem?
Forum: Plugins
In reply to: [Simple Facebook Connect] – call to like button not working*bump* I’m having the same problem