Forum Replies Created
-
AuthorPosts
-
prafgon
ParticipantHi guys!
Thank you for your responses. I love the responsiveness in this community.
Long: Yeah, I’m aware of the clone_as_multiple option and it’s actually what prompted me to ask this question. I noticed that at first, cloneable fields were stored in a serialized way and that option was added further on with the default value set to false for backwards compatibility. That made me think that the way groups are stored is also a subject to change and improvement. Do you know of any plans regarding this matter?
Thanks a bunch!
prafgon
ParticipantHi Anh!
Thanks for your prompt response and clarification. I think I wouldn't be posting this if the "Find address" button was removed from the documentation as we were basing our assumptions on that. 😉
prafgon
ParticipantI just noticed I pasted an outdated code. Here it is:
array( 'id' => EXR::$prefix . 'location_address', 'name' => esc_html__('Location Address', EXR::$text_domain), 'tab' => 'location', 'type' => 'text' ), array( 'id' => EXR::$prefix . 'location', 'name' => esc_html__('Map Location', EXR::$text_domain), 'tab' => 'location', 'type' => 'osm', 'std' => '43.263623, 6.644852,15', 'address_field' => EXR::$prefix . 'location_address' ),prafgon
ParticipantHi there!
Thank you, the validation indeed works now. Brilliant!
However, the std value does not seem to work on my side. I keep adding fields with new, unique IDs and a default value never appears?
EDIT: So strange, it works all of a sudden? No idea what happened! Sorry.
Thanks!
prafgon
ParticipantHi again,
Same issue with fields "std" value in MB Settings Page extension. Doesn't seem to work while it works in meta boxes.
Regards
-
AuthorPosts