Wall of text: cloned custom field tab WYSIWYG field, using repeater in Oxygen

Support General Wall of text: cloned custom field tab WYSIWYG field, using repeater in Oxygen

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #45786
    MKDevMKDev
    Participant

    I have a custom field (title [text], content[wysiwyg]) for a cpt.

    Editing the cpt every linebreak / paragraph is fine and saved. On the frontend (oxygen+repeater) it is just a wall of text. Double "returns" are changed to  

    Anybody know a solution, workaround, or why this happens?

    Dont't know if right forum, please move if needed.

    #45794
    PeterPeter
    Moderator

    Hello,

    The subfield WYSIWYG saves the raw content, without the <p> tag, which might cause the issue. You can try to use a shortcode, output the subfield WYSIWYG content in the function wpautop() and see how it goes. Following the documentation
    https://docs.metabox.io/extensions/meta-box-group/#outputting-group-with-page-builders

    #45796
    MKDevMKDev
    Participant

    wysiwyg works fine on one site (same field settings). The difference on this site (where the error occurs): the fields are in a cloneable tab.
    Save data in raw format is set to off - both sites.

    Thought it's easy to get that wysiwyg content in a repeater without workarounds

    #45797
    MKDevMKDev
    Participant

    Because for me it's not easy to get the output of a value in a repeater - at the moment.

    #45808
    PeterPeter
    Moderator

    So maybe Oxygen doesn't work with the WYSIWYG field in a cloneable group. I recommend contacting Oxygen support to get further assistance.
    Refer to the support policy https://metabox.io/support/topic/support-policy/

    Thank you.

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