Admin Location Picker
« on: July 24, 2025, 02:59:45 PM »
Hi all, been trying for a while now to find out how to make choosing the cities, regions easier when you add or edit a region from REGIONS drop down.

See 1st screenshot

It relates to this bit in file
 <div class="widget-box-content"><div id="i_cities"></div></div>

I would like to try and get the whole line to highlight so you actually know which city/region you are editing, I have made the list items bigger than default by adding this in css
.widget-box-content a{font-size:18px;}
.widget-box-content td a{border-bottom: solid;}

.widget-box-content td a - doesnt work, as its a widget box I do not know if its in a table/td or not.

would like it similar to when you want to manage a listing, when you hover over the listing to edit/delete etc, the box under the title has a background colour so you know your amending the correct item.(2 screenshot)



*

MB Themes

Re: Admin Location Picker
« Reply #1 on: July 25, 2025, 08:26:53 AM »
I think current solution is pretty good and did not understood what you want to achieve
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Admin Location Picker
« Reply #2 on: July 25, 2025, 09:40:56 AM »
You may think that, however with my eyesight alignment not that great, when you have multiple regions, you have the box come up that you can either click to the amend the region, or view more, visually I can not at all times see which region i want to view more to add city to it, and might be clicking the wrong one, see new screenshot image
I would show the image on here, but I can not understand to insert image so i have just attached it.
In an ideal world, if the list of regions is in a table, to have alternative list colour similar to an excel spreadsheet see 2nd image






*

MB Themes

Re: Admin Location Picker
« Reply #3 on: July 27, 2025, 08:00:53 PM »
Ok I see you mean just color highlight.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Admin Location Picker
« Reply #4 on: July 27, 2025, 08:43:56 PM »
maybe when you click it, or hover over it, i have made the fonts large it helped a little