Is there a way to just show the results without having to search? I have three Tags - Retailer, Wholesaler, Online Retailer.
Retailer and Wholesaler are here because the require a map.
http://www.hotshottactical.com/dealers/
I've set up a separate page b/c they don't need to be on a Map. http://www.hotshottactical.com/dealers/online-retailers/
Is there a way to just list these results based on the Online Retailer tag?
http://wordpress.org/extend/plugins/store-locator-le/
Enhanced Search premium add-on lets you hide the search form:
http://www.charlestonsw.com/product/store-locator-plus-enhanced-search/
You can have any map/result show just those items marked with a specific tag. That is part of the Pro Pack premium add-on:
http://www.charlestonsw.com/product/store-locator-plus/
I've purchased the enhanced search and should've asked this question before.
Is there an attribute that I can add to the shortcode to hide(or show) search?
I have one form here on this page that searches for locations: (working fine)
http://www.hotshottactical.com/dealers/
The other search on this page just needs to be a list of results:
http://www.hotshottactical.com/dealers/online-retailers/
Checking 'Hide Search Form' in map settings hides both forms. I just need one hidden.
@Dave - not yet, but that is a good idea. Let me look into adding that as a feature of Enhanced Search.
That would be great! Will definitely utilize it.
My temporarily solution was this:
Add a class to the content container of page where I need the hidden search form.
<div class="page-content <?php if (is_page('online-retailers')) { ?>formHide<?php } ?>" >
Hide the form with CSS
.formHide #sl_div #searchForm {display: none;}
SLP 3.8 with SLP Enhanced Search v0.4, both coming later this month, will have a new hide_search_form shortcode attribute.
http://www.charlestonsw.com/product/store-locator-plus-enhanced-search/