Forum Replies Created

Viewing 7 Topics - 1 through 7 (of 7 total)
Author Posts
August 19, 2013 at 1:54 am in reply to: Can't Edit Entrys… 7138
TomTom TomTom

Have found the problem… sitting in the chair in Front of the monitor ;).
I have to create a site with [wpuf_edit] and then can edit this..
sorry…

best thomas

August 19, 2013 at 12:13 am in reply to: Find Address Button for Google Maps don't work 7136
TomTom TomTom

ok, in render-form.php

August 19, 2013 at 12:07 am in reply to: Find Address Button for Google Maps don't work 7135
TomTom TomTom

ok, have found the problem.. .there are 2 fields… in the first you can input coordinates and in the 2. field the street… where can i find this fields?

is confusing for users…
Best thomas

August 19, 2013 at 12:04 am in reply to: Google maps default position on ocean atlantic 7134
TomTom TomTom

Ok, i changed default to Berlin.

That’s easy – go to maps – set cursor where you want – right click what is here — you got the coordinates.
go to render-form.php in class and change code like this around line 1471

  if ( $post_id ) {
            list( $def_lat, $def_long ) = explode( ',', $value );
        } else {

// add this line
$koordinaten = "52.536273,13.405852";  
// Comment out this line           
 //list( $def_lat, $def_long ) = explode( ',', $attr['default_pos'] );
// Add this line         
   list( $def_lat, $def_long ) = explode( ',', $koordinaten );
        }

Best Thomas

August 18, 2013 at 11:18 pm in reply to: Find Address Button for Google Maps don't work 7131
TomTom TomTom

Sorry for css usage…was a copy and paste error…
When i debug with ff I’ve got a empty result from follow urls…

http://maps.googleapis.com/maps/api/js/GeocodeService.Search?7sUS&9sen&callback=_xdc_._fndacj&token=21926

get back this:
_xdc_._fndacj && _xdc_._fndacj( {
“results” : [],
“status” : “ZERO_RESULTS”
}
)

Parameter in ff this:
7sUS
9sen
callback _xdc_._fndacj
token 21926

Hope that help…

August 18, 2013 at 11:14 pm in reply to: Can't Edit Entrys… 7130
TomTom TomTom

Yepp, created only with your plugin.
But the adress field are empty in the plugin section in backend and the ait-field are correct filled with the adress.

August 18, 2013 at 10:36 pm in reply to: Google maps default position on ocean atlantic 7121
TomTom TomTom

Hi,

how can i read the position from the browser? That’s imho the solutioin…

Best Thomas

Viewing 7 Topics - 1 through 7 (of 7 total)