• Resolved abyz12345

    (@abyz12345)


    I switched my Twenty Twenty-Three theme to dark colors. As a result, the marker selection on the map is no longer readable on mobile as well as the location bubble. I switched the bubble now to desktop style as a workaround, however that shouldn’t be required?

    https://ibb.co/25TyJg8

    https://ibb.co/Z1MD1rY

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter abyz12345

    (@abyz12345)

    .open-user-map .box-wrap .map-wrap .oum-filter-controls .oum-filter-list  {
      background-color: black !important;
    }
    
    .open-user-map.oum-container-for-fullscreen #location-fullscreen-container .location-content-wrap {
        background-color: black !important;
    }

    This seems to work, still you’d expect it to be inherited from the theme somehow?

    Thread Starter abyz12345

    (@abyz12345)

    The search box shows fine (white background dark text), search results however are light text on a white background and therefore hard to read. Temporary fix:

    .leaflet-control-geosearch .results.active {
        background-color: black !important;
    }
    • This reply was modified 9 months, 2 weeks ago by abyz12345.
    • This reply was modified 9 months, 2 weeks ago by abyz12345.
    Plugin Author 100plugins

    (@100plugins)

    Hi @abyz12345,

    Thanks for the hints. This will be fixed with the next update.

    Best regards,
    Daniel

    Thread Starter abyz12345

    (@abyz12345)

    1.3.41 no longer shows the marker categories to visitors, also custom CSS is still required (and now partially broken) to fix dark theme issues..

    Thread Starter abyz12345

    (@abyz12345)

    (I downgraded the plugin to 1.3.40 for now again)

    Plugin Author 100plugins

    (@100plugins)

    Hi @abyz12345,

    I’m sorry! The last update (1.3.41) contained a bug that could cause a missing filterbox. I immediately fixed this problem and just released 1.3.42. Please update!

    Best regards,
    Daniel

    Thread Starter abyz12345

    (@abyz12345)

    Thanks! Unfortunately the search results are still not readable on dark theme.

    https://ibb.co/N99MmwV

    Plugin Author 100plugins

    (@100plugins)

    To fix this for the dark theme please use this CSS for now. I will fix this with the next update.

    .open-user-map .leaflet-control-geosearch .results {
      color: #333;
    }
    Thread Starter abyz12345

    (@abyz12345)

    Thanks, that works!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Dark theme results in unreadable marker selection and buble’ is closed to new replies.