• Resolved dashreedhein

    (@dashreedhein)


    I need a zipcode store locator, but there is nothing out there that suits my needs. WP Store Locator is the best thing that comes remotely close, but I’m hoping to make some changes.

    Though I desperately want the Location Directory to be out already, I am working on a project for a client and am trying to make due without it. My deadline won’t allow me to wait around for it.

    Is there a way to remove the map entirely so that it only provides the listings?

    https://wordpress.org/plugins/wp-store-locator/

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

    (@tijmensmit)

    So what you want is no search bar, no map, just the list that’s shown when the auto load option is enabled?

    Can you send me an email at info at tijmensmit.com ?

    Thread Starter dashreedhein

    (@dashreedhein)

    Just sent you an email. Looking to keep the search bar.

    Thanks

    jainp

    (@jainp)

    I have done a similar thing where map is hidden on mobile by adding theme specific css class to gmap div in custom template as show below.

    $output .= "\t" . '<div id="wpsl-gmap" class="wpsl-gmap-canvas hide_mobile_landscape hide_mobile_portrait"></div>' . "\r\n";

    So in your case it’s a matter of removing the above code in custom template of yours.

    Hope this helps.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove map function entirely?’ is closed to new replies.