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

    (@tijmensmit)

    The dropdown script creates an js error on your site. It’s likely something in your theme, or a combination of script that is loaded that breaks the dropdown script. But if don’t mind, then you can send the ftp details to info at tijmensmit.com and I can try to change some files in the plugin that might fix it.

    Hi, Tijmen Smit, i used this plugin for my company. I have the same problem as npmg. The “Max Search Results” and “Search Radius” drop-down options don’t drop-down in Firefox or Chrome. Also, there are some white square parts in the top and bottom. Please kindly check my site and see how to fix it. Thank you very much.

    Plugin Author Tijmen Smit

    (@tijmensmit)

    @rebeccagt17 I see you changed some of the classes on the html elements?

    This is what shows upon your site.

    <div class="selector" id="uniform-wpsl-radius-label">

    It misses the ‘wpsl-dropdown’ class. Which does show up, but only inside the dropdown wrap.

    Can you test the plugin without any modifications and see if it does work then? If you didn’t make the changes yourself, the maybe disable all other plugins and see if that fixes it. Maybe another script messes up the html structure.

    I tried. Nothing happened. i used it on my test website. it is the same problem. what should i do? Can i just delete max search result and search radius? just leave “your location” and “search” label?

    i tried. nothing happened. could you fix it? or can i just leave ” your location” and “search” two labels. Thank you.

    Plugin Author Tijmen Smit

    (@tijmensmit)

    There is definitely something in your theme messing with the plugin, the dropdowns have the incorrect css classes, and that’s why they are not working.

    But one way to fix it, would be to simply hide the dropdowns. Did you also test it with the default wp theme? Also, I see there is a code tag wrapped around the store locator, that shouldn’t be there as well. Maybe that is added in the page template, or theme, or through a plugin?

    Hiding the dropdowns can be done by adding this to your theme css.

    #wpsl-radius, #wpsl-results {display:none !important;}

    In fact, i don’t know where the code tag comes from. Do you know how to remove it? i appreciate it very much.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Max Seach and Search Radius Drop-downs dont' work’ is closed to new replies.