Shaun Robinson
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] Search not working, just spinningExcellent that fixed it thanks, it would be good to fix that though because I use WP DEBUG when making a theme.
Thanks for the quick response!
Forum: Plugins
In reply to: [WP Store Locator] Search not working, just spinningOh and also sometimes when it loads it shows every store twice in the scrolling list below the map.
Forum: Fixing WordPress
In reply to: Site text missing on ChromeI’m not sure why it worked, I just did lots of trial and error, removing scripts until I found what was causing it, and it was FitVids.
Forum: Fixing WordPress
In reply to: Site text missing on ChromeHi jkovach,
It’s not Google fonts that are the cause of the issue, it’s an old version of FitVids. I had a look at your site and you are using FitVids 1.0 (in this file: http://dealershiptracking.com/wp-content/themes/canvas/includes/js/third-party.js?ver=3.8.1 ) if you update that to the latest version (currently 1.1) it will fix your issue.
https://github.com/davatron5000/FitVids.js
I know this is the issue because I’m not using Google Fonts but had the same issue, and as soon as I updated FitVids the issue was fixed.
Give it a go, and you can keep your fonts!
Shaun
Forum: Fixing WordPress
In reply to: WP doesn't display content text on ChromeHi jkovach,
It’s not Google fonts that are the cause of the issue, it’s an old version of FitVids. I had a look at your site and you are using FitVids 1.0 (in this file: http://dealershiptracking.com/wp-content/themes/canvas/includes/js/third-party.js?ver=3.8.1 ) if you update that to the latest version (currently 1.1) it will fix your issue.
https://github.com/davatron5000/FitVids.js
I know this is the issue because I’m not using Google Fonts but had the same issue, and as soon as I updated FitVids the issue was fixed.
Give it a go, and you can keep your fonts!
Shaun
Forum: Fixing WordPress
In reply to: WP doesn't display content text on ChromeHi Zach,
I’ve found my problem – I think it’s your problem too!
If you update the FitVids script to the latest version you’ll find the problem is now fixed: https://github.com/davatron5000/FitVids.js
It was that all along, we are both using it (and someone else who posted a link above).
Glad that is finally sorted – and it explains why it was only happening on this site and not other sites I’m working on.. first time I used the FitVids script.
Shaun
Forum: Fixing WordPress
In reply to: WP doesn't display content text on ChromeZach, I can’t make it happen on your site – strange.
I found this topic on the Google forums in which someone has posted some jQuery that fixes the bug (albeit in a pretty hackish way):
function reloadStylesheets() { var queryString = '?reload=' + new Date().getTime(); $('link[rel="stylesheet"]').each(function () { this.href = this.href.replace(/\?.*|$/, queryString); }); } if(/chrom(e|ium)/.test(navigator.userAgent.toLowerCase())){ reloadStylesheets() ; }It works for me, I just hope I don’t have to keep it forever.
I’m confused why this is happening on the site I’m working on but not any other sites?
Forum: Fixing WordPress
In reply to: WP doesn't display content text on ChromeZach I can’t reproduce it on your site, did you find a fix?
Forum: Fixing WordPress
In reply to: WP doesn't display content text on ChromeI’m also having this problem on a WordPress site I’m working on. Some notes:
– Only happens in current version of Google Chrome, not Chrome Canary. So it seems to be a Chrome bug. But it happens on OS X and Windows.
– Only happens on custom fonts (these are ones I downloaded from Font Squirrel)
– Only seen it on this site, not any other site?
I am also having this problem, ever since I updated WordPress Relevanssi is now not indexing any custom post types, and the “indexing” page crashes.
I had to disable it and use the default WordPress search for now.
Forum: Plugins
In reply to: [Query Monitor] This Plugin Has an Invalid HeaderI’m still getting this error on a fresh install, version 2.5.3
It would be great if you could update the plugin to fix all the errant cron jobs, I am also having a problem where posts are not expiring when they should; we had lots of expire at the end of last month and they did not.
Is it something to do with the mixture of strings and integers stored in the cron jobs? Here’s a quick screenshot from WP Crontrol: https://files.app.net/pcs1D-1o.png
Forum: Plugins
In reply to: [Enable Media Replace] Add a hook for CloudFlare file purgeHi Mans, do you think you could make this change? Or add another hook for the ID? It’s more useful than the GUID as I can use it to replace all image sizes. Thanks!
Thanks that looks like it has sorted everything!
It was version 1.4.3!
All the posts still have a custom field containing the expiration date, but it has not put them in the new format.
If it matters, these are on a custom post type.