AyeCode / geodirectory

GeoDirectory is the leading Directory Plugin for WordPress. Compatible with Gutenberg and the most popular page builders such as Elementor, Oxygen, Beaver Builder and Divi. GeoDirectory is the only solution for WordPress that can scale to millions of listings and high traffic.
https://wpgeodirectory.com/
Other
41 stars 22 forks source link

Improve add listing by hiding coordinates #2049

Closed alexrollin closed 2 years ago

alexrollin commented 2 years ago

Most members want shorter forms and to remove things they dont want their authors to see.

Coordinates (and the default category) have got to be first on the list.

How can we improve the address field so that users can hide the lat and lon fields that they never want users to use?

It should also be noted that with either map api it is too easy to have bad data in these fields that can break an archive map.

alexrollin commented 2 years ago

https://secure.helpscout.net/conversation/1818639014/30356/

alexrollin commented 2 years ago

https://geodirectory.slack.com/archives/C6QF4G9PW/p1647536118458839

pol76 commented 2 years ago

I would do a page in docs with, common CSS examples. @stiofan?

pol76 commented 2 years ago

I would only consider improvements in coding for all members, possibly stuff with major impact, like a multistep form feature

Stiofan commented 2 years ago

FYI we have options to hide lat/long and map view and also zip. I do think the settings could make that clearer but also we could improve the general UX of the address input part.

pol76 commented 2 years ago

https://docs.wpgeodirectory.com/article/689-geodirectory-frequently-asked-css-customizations

The title of the main CSS customization is an H3 with an anchor link to be easily shared. The subtitles are variations and they are H4 without an anchor link.

Just add to the doc, or request me to add it. These pages end up being picked up by Google and generate a lot of traffic.

Thanks,

alexrollin commented 2 years ago

I wasn't able to recreate the issue. It could be I was looking at someone site who had hidden it with CSS before. This option to hide them 'should' work. Maybe I will come across another one with that issue again and re-visit.

I checked the language used in the settings and I think it could be improved if anyone wants to go in that direction.

kprajapatii commented 2 years ago

@alexrollin Default category field should be visible to the user so user can choose one as a default category from the multiple selected categories.

Latitude & longitude values are necessary to function map correctly. We have already settings to hide latitude/longitude from the add listing form. Due to hidden lat/lon we have seen issues that listings saved with empty lat/long and it broken maps. To counter this we have made changes few months back. So when user click to add listing form with hidden and empty latitude/longitude fields then fields will be visible to user asking to enter latitude/longitude manually.

@Stiofan @pol76

alexrollin commented 2 years ago

seems fixed by kiran's changes - yay!