Viewing 9 replies - 1 through 9 (of 9 total)
  • Thanks Robert for the quick fix.

    Thanks Robert, this worked for the site I run – I tried to follow the instructions to cure the jQuery version check (from the previous discussion you have linked to) but the map still wouldn’t load, so I was very grateful for the comprehensive solution you have provided.

    is it me or are the geo mashup messages changed.

    when looking at the geo mashup map i get latitude and longitude coords instead of a link to the advertisement (geo post)

    Hi,
    I am sorry but I cant give any further support for this package – I just fixed those two issues which are stated above – I cant guarantee that there are not any side-effects (which on the other hand I doubt there are).
    best,
    Robert

    ive updated my script so it shows a marker and text balloon at the users current position. zooming on location will happen after a few secs.

    http://pastebin.com/1NtQEAcC

    what the file does:
    *its working with the lastest wp 3.6
    *it activates geolocation (user positioning)
    *it zooms in on geolocation and input the text ballon location found + a pin.

    *still need to find out (need help with) direction point a linking to coords from user position.

    the prob is i cant recall on the geoloc function since it is used at the beginning of the script where is

    $(parentInfoBubble + ' a.dirToHereTrigger').live("click", function() {
    							var thisId = this.id;
    							if (thisId == 'toHere-' + localBubbleData.bubbleHolderId) {
    								$(dirDivId).fadeIn();
    								$(dirDivId + ' input#a_address').val(pos);
    								$(dirDivId + ' input#b_address').val(addy);
    								$(dirDivId + ' input#radio_km').attr("checked", "checked");
    							}
    						});
    
    						$(parentInfoBubble + ' a.dirFromHereTrigger').live("click", function() {
    							var thisId = this.id;
    							if (thisId == 'fromHere-' + localBubbleData.bubbleHolderId) {
    								$(dirDivId).fadeIn();
    								$(dirDivId + ' input#a_address').val(addy);
    								$(dirDivId + ' input#b_address').val('');
    								$(dirDivId + ' input#radio_km').attr("checked", "checked");

    [Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    is furthermore inside the script.
    i cant recall the ” to use my geolocation i created earlyer.

    can you maybe take a look at it ?

    feel free to make the script better

    sorry, but please ask the original author of the plugin to take a look – I am currently focused on developing my own mapping plugin “Leaflet Maps Marker” (http://wordpress.org/extend/plugins/leaflet-maps-marker/)
    best,
    Robert

    does your plugin have the same functions as this plugin ? mashup map and link to posts ? geolocation and stuff ?

    the functions of my plugins are similar, please check http://mapsmarker.com/features for more details.
    link to posts is currently not yet supported, but planned for a later release…

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Inofficial release v7.0.3.31.1 fixing jQuery issues with WordPress 3.6’ is closed to new replies.