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

    (@tijmensmit)

    Hi,

    Something was changed in the HTML output, normally the dropdowns are rendered like on this page and have a specific CSS class on it that’s targeted to grab the value.

    If you load a custom store locator template, and then change the first line of the HTML structure from this

    $output .= '<div id="wpsl-wrap">' . "\r\n";

    to this

    $output .= '<div id="wpsl-wrap" class="wpsl-default-filters">' . "\r\n";

    then it should work fine.

Viewing 1 replies (of 1 total)
  • The topic ‘Radius switcher being ignored’ is closed to new replies.