Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    Which browser do you they have the problem with? I checked your site in Firefox and Chrome and it loads just fine.

    Thread Starter MeganMedia

    (@meganmedia)

    I fixed it with an advise from you in an support item i found! ??

    Plugin Author Tijmen Smit

    (@tijmensmit)

    What did you do to fix it?

    Thread Starter MeganMedia

    (@meganmedia)

    This:

    If you open the js/wpsl-gmap.js file and scroll to the bottom. There you will see this code.

    if ( $( “#wpsl-gmap” ).length ) {
    google.maps.event.addDomListener( window, “load”, initializeGmap );
    }

    Can you change that into this and see if that fixes it for you?

    if ( $( “#wpsl-gmap” ).length ) {
    initializeGmap();
    }

    Thread Starter MeganMedia

    (@meganmedia)

    Hi Tijmen,

    Even in het Nederlands… Ik dacht dat het probleem was opgelost, maar mijn klant mailt me opnieuw dat ze de store locator niet kan zien. En dat terwijl hij bij mij op al mijn apparaten wel zichtbaar is. Heb je enig idee hoe ik dit probleem kan verhelpen? De store locator is 1 van de belangrijkste items op de website..

    Ik hoor graag van je!
    Groetjes Megan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Store Locator doesn't load’ is closed to new replies.