thomasoriis
Forum Replies Created
-
Forum: Plugins
In reply to: [Global Meta Box Order] Conflict with WPML plugin updates@gofigure – I have added the same fix – does it still work?
GlobalMetaBoxOrder\get_current_screen() the bug fix isn’t working i all situations. I have added if(function_exists(‘get_current_screen’)) – appears to work. And think it will.
Forum: Plugins
In reply to: [JSON API] Conflict with another pluginI got a solution that works:
In this file – /your-site-root/wp-content/plugins/json-api/singletons/query.php on line: 154 you can paste this in:
if($method === “true” && $method !== 1) return;
I will try to make the plugin creator adding this code : ) – It’s bad to edit plugins directly – but when things get out of date. You have to.
Forum: Plugins
In reply to: [JSON API] Conflict with another pluginI have the exact same problem – and I think json-api is too gready. It is looking for json=1 and rtmedia sends json=true. I will post a solution if I get one : )
But the plugin is a bit old and a site opens too much.
Think I will build my own ajax controller. I have some other needs the plugin doesn’t solve.
Forum: Plugins
In reply to: [W3 Total Cache] Garbage collection – not always workingYes the issue is resolved with help from WTC developers. I found out wp-cron didn’t run as expected. Actually I had to turn of wp-cron script – because it’s a soudo cronjob that only runs if you visiteres on the site. I simply changed the configuration and I am now calling wp-cron with a real cronjob. Search for wp-cron on google and you should find a solution.
Good luck
Forum: Plugins
In reply to: [W3 Total Cache] Weather forecast showing yesterday's weatherYou can solve it by clearing all caches. However it is only a temporary fix. I think there is an issue with expired cache isn’t purged.
Just go to performance and clear all cache – and go to the website and press F5 – that should work.
I would see if a bug like that is reported – so the developers kan look into the matter.
Good luck ; )