Support Forum » User Profile

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Data storage type #19126
    prafgonprafgon
    Participant

    Hi 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!

    in reply to: Open Street Map not updating the address field #18695
    prafgonprafgon
    Participant

    Hi 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. 😉

    in reply to: Open Street Map not updating the address field #18687
    prafgonprafgon
    Participant

    I 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'
            ),
    in reply to: Validation in MB Settings Page #8202
    prafgonprafgon
    Participant

    Hi 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!

    in reply to: Validation in MB Settings Page #8192
    prafgonprafgon
    Participant

    Hi again,

    Same issue with fields "std" value in MB Settings Page extension. Doesn't seem to work while it works in meta boxes.

    Regards

Viewing 5 posts - 1 through 5 (of 5 total)