I don't know your location so it might be different for you but I use these settings so to give a more general location rather than the exact physical location. Works out well for me.
if your not already aware... If you make changes to the core files there is a good chance that auto update may no longer work on your site and you would have to manually update your site to UNA 13 and so on.
yes i know i was wondering if it was not possible to do it with a raw block. because I was able to do it for the visibility of certain things on the site
I don't know your location so it might be different for you but I use these settings so to give a more general location rather than the exact physical location. Works out well for me.
what I want is not to see the number field and the street field on this information, so that members do not fill in these two fields
Maybe someone else can help you with that. I believe that would be a change in the core files.
I also think, I don't want to make a mistake, hence my request
if your not already aware... If you make changes to the core files there is a good chance that auto update may no longer work on your site and you would have to manually update your site to UNA 13 and so on.
yes i know i was wondering if it was not possible to do it with a raw block. because I was able to do it for the visibility of certain things on the site
Hello VMaz !
It is an integrated feature so it's possible to delete only with CSS / JS removal tricks, for example, try to add this one to your template mix:
.bx-form-input-location-street_number, .bx-form-input-location-street {
display: none;
}
thanks..
hello, LéonidS, where to find this file
Hello @dreamlove !
It is possible to add via the Custom Styles area of your template.
T
These styles will have impact on all modules. For example, for Events, you'd rather prefer keeping street and street number information.
Hello @thomlin !
You may add the detailed id before the mentioned code like # bx_posts (without space between of course).
T
In that case, if one wants to secure privacy of persons, it would then be
#bx_persons?UPDATE: for the persons edit form it would be bx-page-edit-persons-profile
@thomlin @LeonidS Please could You post the complete bx_persons css code to hide street and number to add in my custom style sheet?
I tried different versions, but not successfull..
Hello @Peter !
It would be like this:
#bx-page-edit-persons-profile.bx-form-input-location-street_number, .bx-form-input-location-street {
display: none;
}
If it will not help then plz PM me.