Nastynac
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Huge issue with GeolocationI realized that the problem occurred when I did the plugin update because in local I use the old version and everything works fine without using API key.
I did a reinstall with a new database, but now no custom post geolocation field appears …
I do not know what to do now.
What do you recommend?
Forum: Plugins
In reply to: [WP Job Manager] Huge issue with GeolocationHi Mike,
It’s indeed an error with wp_remote_post.
I have this message:
$result = wp_remote_get( "http://maps.googleapis.com/maps/api/geocode/json?address=california&sensor=false", array( 'timeout' => 5, 'redirection' => 1, 'httpversion' => '1.1', 'user-agent' => 'WordPress/WP-Job-Manager-' . JOB_MANAGER_VERSION . '; ' . get_bloginfo( 'url' ), 'sslverify' => false ) ); var_dump( $result );But I don’t know how to fix it.
As @jobme, when I click on the location from my dashboard, it sends me to the good spot, but it doesn’t geocode.
Forum: Plugins
In reply to: [WP Job Manager] Huge issue with GeolocationHello guys,
I have the same problem, all meta geolocation do not fill up when I add a place for a job.
I tried to add an API key, but it still does not work.Weird because everything works perfectly locally.
Have you any idea to solve this problem?
Thank you in advance,
Nac
Forum: Plugins
In reply to: [Page Specific Menu Items] Post specific menu options?Hi,
I’m using your great plugin and I wonder if it is possible to invert the selection. Check to display and uncheck to hide pages.
Thank you in advance