Title: Remove map function entirely?
Last modified: August 31, 2016

---

# Remove map function entirely?

 *  Resolved [dashreedhein](https://wordpress.org/support/users/dashreedhein/)
 * (@dashreedhein)
 * [10 years ago](https://wordpress.org/support/topic/remove-map-function-entirely/)
 * 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/](https://wordpress.org/plugins/wp-store-locator/)

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

 *  Plugin Author [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * (@tijmensmit)
 * [10 years ago](https://wordpress.org/support/topic/remove-map-function-entirely/#post-7194286)
 * 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](https://wordpress.org/support/users/dashreedhein/)
 * (@dashreedhein)
 * [10 years ago](https://wordpress.org/support/topic/remove-map-function-entirely/#post-7194312)
 * Just sent you an email. Looking to keep the search bar.
 * Thanks
 *  [jainp](https://wordpress.org/support/users/jainp/)
 * (@jainp)
 * [10 years ago](https://wordpress.org/support/topic/remove-map-function-entirely/#post-7194385)
 * 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.

 * ![](https://ps.w.org/wp-store-locator/assets/icon-256x256.jpg?rev=1007784)
 * [WP Store Locator](https://wordpress.org/plugins/wp-store-locator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-store-locator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-store-locator/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-store-locator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-store-locator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-store-locator/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [jainp](https://wordpress.org/support/users/jainp/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/remove-map-function-entirely/#post-7194385)
 * Status: resolved