*

jasongeek

  • ***
  • 61 posts
Cities in Search
« on: March 07, 2022, 12:37:04 AM »
When I search for a city that is in multiple states, the search list drops down with all the cities. You can't tell which state it's in. I tested Roseville which is in multiple states, and it lists 7 or 8. When you pick one, it shows what state it's from. You have no idea by picking though.

It should have the city with the state in parenthesis:

Roseville (CA)
Roseville (PA)
Roseville (WY)

That way you can pick the correct one. It happens on any theme. I have attached a screenshot.

Marked as best answer by frosticek on March 14, 2022, 04:14:03 PM
*

MB Themes

Re: Cities in Search
« Reply #1 on: March 07, 2022, 07:59:36 AM »
@jasongeek
Try this CSS trick
Code: [Select]
#location-picker .option.city:after {
    content: attr(title);
    color: #888;
    font-size: 11px;
    margin-left: 5px;
}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

jasongeek

  • ***
  • 61 posts
Re: Cities in Search
« Reply #2 on: March 13, 2022, 10:04:05 PM »
That worked perfectly. It's working great now.

*

MB Themes

Re: Cities in Search
« Reply #3 on: March 14, 2022, 04:13:55 PM »
Glad to hear that ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

jasongeek

  • ***
  • 61 posts
Re: Cities in Search
« Reply #4 on: March 20, 2022, 04:47:39 PM »
Will this be added to the next update of OS Classifieds?

*

MB Themes

Re: Cities in Search
« Reply #5 on: March 21, 2022, 04:14:18 PM »
@jasongeek
No plans for that, you can keep it in Customization section to persist updates.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots