obisgrove
Forum Replies Created
-
Forum: Plugins
In reply to: [Zendesk Chat] SSLHi guys,
Still not working – the details I’m putting in are correct, I’ve made sure! Any other ideas? Cheers.
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager listing jobs with WP all importOh really? I thought there was code in the plugin which did it already. What sort of time frame would I be looking at? Cheers Mike – great plugin by the way!
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager listing jobs with WP all importMike, also chucked in the PHP code under the theme footer which you suggested in a previous post and the string I got back was:
rray(5) { [“headers”]=> array(11) { [“content-type”]=> string(31) “application/json; charset=UTF-8” [“date”]=> string(29) “Wed, 17 Dec 2014 16:45:20 GMT” [“expires”]=> string(29) “Thu, 18 Dec 2014 16:45:20 GMT” [“cache-control”]=> string(21) “public, max-age=86400” [“vary”]=> string(15) “Accept-Language” [“access-control-allow-origin”]=> string(1) “*” [“server”]=> string(4) “mafe” [“x-xss-protection”]=> string(13) “1; mode=block” [“x-frame-options”]=> string(10) “SAMEORIGIN” [“alternate-protocol”]=> string(14) “80:quic,p=0.02” [“connection”]=> string(5) “close” } [“body”]=> string(1340) “{ “results” : [ { “address_components” : [ { “long_name” : “California”, “short_name” : “CA”, “types” : [ “administrative_area_level_1”, “political” ] }, { “long_name” : “United States”, “short_name” : “US”, “types” : [ “country”, “political” ] } ], “formatted_address” : “California, USA”, “geometry” : { “bounds” : { “northeast” : { “lat” : 42.0095169, “lng” : -114.131211 }, “southwest” : { “lat” : 32.5342321, “lng” : -124.4096196 } }, “location” : { “lat” : 36.778261, “lng” : -119.4179324 }, “location_type” : “APPROXIMATE”, “viewport” : { “northeast” : { “lat” : 42.0095169, “lng” : -114.131211 }, “southwest” : { “lat” : 32.5342321, “lng” : -124.4096196 } } }, “types” : [ “administrative_area_level_1”, “political” ] } ], “status” : “OK” } ” [“response”]=> array(2) { [“code”]=> int(200) [“message”]=> string(2) “OK” } [“cookies”]=> array(0) { } [“filename”]=> NULL }
Which looks all good to me?
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager listing jobs with WP all importHey Mike, not sure if you picked up my email but, no joy for me either. It just doesn’t seem to be triggering the geo coding, they are coming up as listing but nothing else – can you help?