• Resolved Julian R

    (@julian-r)


    Hello Panda,

    I would like to give your Plugin a Try, because it looks very promising, but unfortunately I do always get the error “Please save the parent first to add comic contents.” in the “Add new Comic”- dialog after processing the provided walkthrough on the plugin page here.

    Where does the error come from and what does it mean? – Of course I have saved both Pods.

    Best regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Coding Panda

    (@codingpanda)

    Hi Julian

    Sorry for the delay. It is not an error, it is just kind of next step instructions for nested repeaters. Just save it, then edit the saved item, you will find that you can now create items for the nested repeater.

    Hope it makes sense.

    Best Regards

    bestitsol

    (@zeeshan4157)

    unable to get the data from repeater fields follow every steps as shown in the images instruction ,i made the Advanced Content Type (project_image) and create two fields for repeater
    1.project_image
    2.position

    and add this in custom post type (project),
    i added the field Pods Table As Repeater Field (projects_box) and choosed in additional field option project_image, everything is working fine but unable to fetch these fields data at frondend.
    kindly help me with this.
    Regards,
    Zeeshan

    • This reply was modified 7 years ago by bestitsol.

    “Please save the parent first to add comic contents.”

    I followed all of the steps and I did get the same error above.

    And I don′t know what to do more.

    Please, send an e-mail to [email protected] and I will reply you with the print screens.

    Can you help me?

    Plugin Author Coding Panda

    (@codingpanda)

    Hi zeeshan4157 and quirinoneto

    Somehow I’m not getting notification from this Forum so I can’t respond immediately. Sorry for the delay.

    You can use the pods_field function to pull data out:

    in a single post template, pods_field( ‘field_name’ ) to fetch the data for the current page, otherwise use pods_field( ‘pods_name’, ‘post_id’, ‘field_name’ ) to fetch any data you want anywhere. To fetch data in the settings area, use pods_field( ‘pods_name’, false, ‘field_name’ ). To fetch data in the users area, use pods_field( ‘user’, ‘user_id’, ‘field_name’ ).

    Any problems, just let me know.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Error: Please save the parent first to add comic contents.’ is closed to new replies.