• Hi there,

    On my map page, I am seeing an extra drop-down box next to “Search radius”.
    This dropdown is empty. I can not find a setting to turn it off, or hide it with CSS.

    The correct radius drop-down is next to this blank drop-down box.

    How you can help

    The page I need help with: [log in to see the link]

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

    (@tijmensmit)

    The duplicate dropdown is caused by the select2 library which ends up duplicating the dropdown.

    The easiest way to resolve this is by adding the code below to the style(s).css inside your active theme folder.

    #wpsl-search-wrap .select2-container { display: none !important; }

Viewing 1 replies (of 1 total)
  • The topic ‘Extra Empty Drop Down Box Showing’ is closed to new replies.