Hi again!
As for your questions, here it goes:
1. There is a whole templating system at your disposal so you can totally customize the appearance of nearly every aspect of wp store locator. Please check the following documentation to begin with:
Custom store locator template: explains how to create and load your custom store locator template, where you are totally free to place the different elements wherever you see fit.
wpsl_listing_template: allows you to easily change the appearance and shown fields in the result list itself
2. The category selector can be either a dropdown or a number of checkboxes, it is just in the settings. With the checkboxes, you can choose multiple categories, see screenshot.
I hope this helps.
Regards,
Thread Starter
jeng22
(@jeng22)
Thanks @farroyob the templating system worked fine.
Regarding question number 2, Can the dropdown option select multiple categories? Much like how this category selector works: Category Selector
Thanks!
Thread Starter
jeng22
(@jeng22)
I just instead styled the checkboxes and added a little bit of HTML and jquery to make it look like a dropdown.
Will this feature be available in the future tho?
Marking it as resolved. Thanks!
Hi again,
Making a multiple select dropdown for selecting the categories is not planned in the feature list, that has always been covered with the option of showing categories as checkboxes. Then, if the user wants to have it look like a dropdown, there are jQuery hacks for that exactly as you have done.
Regards 🙂
@jeng22 Can you share your code? i Have the same problem but i dont have idea how to change dropdown to typining select.
Hi again,
I haven’t tried this myself, but maybe something like this could work. Give it a try!
Regards,