• Resolved 5lions

    (@5lions)


    We live in a weird place where the map is very inaccurate.
    The search fails often and confuses people.
    I just want them to click on the map.

    When a user gets the dialog box to add a new location, is there any way to REMOVE the address search? CSS hack maybe?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author 100plugins

    (@100plugins)

    Sure. There is a Setting to disable the address search in the main map. You will find it under Settings > Open User Map > General > Disable “Enter address” searchbar.

    However this will only affect the main map.

    If you’d like to disable the searchbar in the popup try this CSS code:

    .open-user-map .add-location .leaflet-geosearch-bar {
        display: none;
    }

    Best regards,
    Daniel

    Thread Starter 5lions

    (@5lions)

    Perfect, that solved the POP UP search issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove search box?’ is closed to new replies.