Missing Metabox IDs / Fields in Oxygen

Support MB Builder Missing Metabox IDs / Fields in OxygenResolved

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #19545
    saintsaint
    Participant

    Hi Team -

    I am trying to integrate metabox fields in Oxygen and what I'm seeing on my end is the following: https://bit.ly/2WA69Gk

    The fields that I've created in the backend were filled out in the CPT, but when I went to the frontend in Oxygen, I can't seem to find them.

    One caveat - I did rename some of the field IDs (e.g. field_nm_small to field_nm_sm), but those aren't the only fields that's missing.

    Any reason why I can't seem to find them?

    Thank you.

    #19548
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Could you please share the code to create the fields? And make the screen record again?

    I only see the one black color https://cl.ly/31f4f4dae946

    #19602
    saintsaint
    Participant

    Hi Long,

    So sorry, didn't realize the recording was all dark! I've made another one detailing what I see on my end inside Oxygen.

    https://bit.ly/metabox-oxy

    Are there any plans to official integrate with Oxygen? From what I understand: Oxygen works well with normal fields, but not for cloneable and group fields yet.

    Thank you!

    #19610
    Long NguyenLong Nguyen
    Moderator

    Hi,

    As I can see you are using the page builder to build the page and display the field value. The page builder can only show the normal fields, for the cloneable, group field the value returned is an array so you have to use the code with foreach loop to iterate over the array and display the value.

    For more information, please follow the documentation
    https://docs.metabox.io/fields/file-advanced/#template-usage
    https://docs.metabox.io/extensions/meta-box-group/#getting-sub-field-value

    #19621
    saintsaint
    Participant

    Hi Long,

    Thanks for the note, as I'm relatively new to Metabox and making the switch to be more "developer-ish", is there a video tutorial on how to do this with Oxygen? I'd love to be able to do all of these, but the documentation isn't as useful to me at this point as I don't really have much of an "end-to-end" view of how it all fits together and I'm still a relatively new developer.

    Can you help provide a more interactive step-by-step view perhaps? Would be greatly appreciated - for this scenario and other future ones as well. I learn much better this way, and can start adopting Metabox to use if I can better know how.

    Thanks much.

    #19625
    Long NguyenLong Nguyen
    Moderator

    Hi,

    I've created a short video to explain the way we use to manipulate the group field value and cloneable group field value by coding because the page builder does not support to display the group/cloneable field on the frontend with its own settings.
    https://www.loom.com/share/18a6eb3c369440b3b3e1d0df616d5aac

    You can follow this series to get more information when working with the group field.
    https://metabox.io/create-group-of-custom-fields-with-meta-box-group/
    https://metabox.io/clone-group-custom-fields-using-meta-box-group/

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.