Tagged: 

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #775950

    Hello,

    Is there a way to import a address list into Google map (media element).

    I have a huge list made in excel but it’s lot of work to enter each address.

    Thanks for your help

    Leon Veltman

    #776417

    Hey edzetrading,

    There is nothing like that in the theme unfortunately, I think you will have to do it manually.

    Best regards,
    Rikard

    #776549

    Hello Rikard,

    Thanks for your answer. I’m now manually update the google map.

    Best regards,

    Leon Veltman

    #777020

    Hi Leon,

    Ok, best of luck to you. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #777145

    Hello Rikard,

    Is there a way to load the point on the map faster. They are now loading 1 at the time.

    Kind regards,

    Leon Veltman

    #778695

    Hi,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Andy

    #779145

    Hello Andy,

    Here is the link to my page http://www.silagesafe.nl/referenties/

    I’m using the media element of the plugin

    Kind regards,

    Leon Veltmna

    #779395

    Hi,

    in this case I would as plugin’s author about how to do it.

    Best regards,
    Andy

    #779469

    Dear Andy,

    What do you mean. I don’t understand your answer.

    Kind regards,

    Leon Veltman

    #779622

    Hi!

    What Andy means is, can you please contact the plugin developer to help you out.

    Best regards,
    Basilis

    #779650

    Dear Basilis,

    It’s not a plugin, it’s a Enfold feature that included into the Enfold theme. So i hope you can help me out.

    Kind regards,

    Leon Veltman

    #781066

    Hi,

    I’m so sorry for the confusion. This is possible but you have to modify the js > shortcodes. js file, look for this code around line 675:

    },200 * (parseInt(key,10) + 1));
    

    .. decrease the setTimeout delay to 1.

    },1);
    

    Best regards,
    Ismael

    #782932

    Hello,

    I find the code but i don’t no which number i have to change

    setTimeout(function(){ marker.setAnimation(null); _self._infoWindow(_self.map, marker, _self.$data.marker[key]); },500);

    },200 * (parseInt(key,10) + 1));

    Can you tell me which number i have to change.

    Thanks for your help

    #783282

    Hey!

    I’m so sorry about that. You have to change the line to:

    },1);
    

    We changed the following value.

    200 * (parseInt(key,10) + 1)
    

    Cheers!
    Ismael

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.