Title: Coding Panda's Replies - page 8 | WordPress.org

---

# Coding Panda

  [  ](https://wordpress.org/support/users/codingpanda/)

 *   [Profile](https://wordpress.org/support/users/codingpanda/)
 *   [Topics Started](https://wordpress.org/support/users/codingpanda/topics/)
 *   [Replies Created](https://wordpress.org/support/users/codingpanda/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/codingpanda/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/codingpanda/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/codingpanda/engagements/)
 *   [Favorites](https://wordpress.org/support/users/codingpanda/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 106 through 120 (of 165 total)

[←](https://wordpress.org/support/users/codingpanda/replies/page/7/?output_format=md)
[1](https://wordpress.org/support/users/codingpanda/replies/?output_format=md) [2](https://wordpress.org/support/users/codingpanda/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codingpanda/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/codingpanda/replies/page/7/?output_format=md)
8 [9](https://wordpress.org/support/users/codingpanda/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/codingpanda/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/codingpanda/replies/page/11/?output_format=md)
[→](https://wordpress.org/support/users/codingpanda/replies/page/9/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Display Repeater Fields](https://wordpress.org/support/topic/display-repeater-fields/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/display-repeater-fields/#post-14435822)
 * Hi [@snookian](https://wordpress.org/support/users/snookian/)
 * I imported your settings, and the following code works for me.
 *     ```
       global $post;
       print_r( pods_field('product', $post->ID, 'growth_promotion') );
       ```
   
 * [https://www.dropbox.com/s/xkvw51elh84toxi/growth-backend.png?dl=0](https://www.dropbox.com/s/xkvw51elh84toxi/growth-backend.png?dl=0)
   
   [https://www.dropbox.com/s/8l21g32bfa527h4/growth-frontend.png?dl=0](https://www.dropbox.com/s/8l21g32bfa527h4/growth-frontend.png?dl=0)
 * Could you make sure $post->ID returns the current post ID?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Display Repeater Fields](https://wordpress.org/support/topic/display-repeater-fields/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/display-repeater-fields/#post-14434158)
 * Hi [@snookian](https://wordpress.org/support/users/snookian/)
 * Thanks for using the plugin. Can I double check: is the pod name ‘products’ or‘
   product’. If it is ‘products’, it has to be pods_field(‘products’, $post->ID,‘
   growth_promotion’).
 * If it is ‘product’. would you please use Pods’ Migrate: Packages component to
   export the relevant pods for me so I can test it on my computer?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] ‘Pods – List Items’ Elementor widget displays all repeater fields on website](https://wordpress.org/support/topic/pods-list-items-elementor-widget-displays-all-repeater-fields-on-website/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/pods-list-items-elementor-widget-displays-all-repeater-fields-on-website/#post-14383901)
 * [@austone](https://wordpress.org/support/users/austone/)
 * I don’t have much experience with Elementor, but I will try to solve the problem.
 * I don’t have an Elementor Pro so I can’t build an Elementor Single Page template,
   but I can still use ‘Pods – List Items’ on normal pages. If I understand it correctly,
   you still have to create a template to display the repeater fields of the current
   recipe. Could I have the part of your code to display the repeater fields?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Bug found](https://wordpress.org/support/topic/bug-found-27/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/bug-found-27/#post-14343213)
 * Hi [@davidkoh83](https://wordpress.org/support/users/davidkoh83/)
 * It usually happens when Pods is not available or loaded after the plugin. I don’t
   know how to replicate this error as it is not happening to me, but I’ve added
   some code to check if the PodsField class exists before loading the files. Hopefully,
   that can fix the problem.
 * You could test it with the dev version: [https://github.com/coding-panda/panda-pods-repeater-field/tree/develop](https://github.com/coding-panda/panda-pods-repeater-field/tree/develop).
 * If it doesn’t work or cause new problems, please let me know.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Bug found](https://wordpress.org/support/topic/bug-found-27/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/bug-found-27/#post-14242689)
 * [@davidkoh83](https://wordpress.org/support/users/davidkoh83/) Hello, Version
   1.4.9 has been released. Any problems, please let me know.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Bug found](https://wordpress.org/support/topic/bug-found-27/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/bug-found-27/#post-14145905)
 * [@davidkoh83](https://wordpress.org/support/users/davidkoh83/)
    If you would 
   like to test it before the new release, you could download it from [https://github.com/coding-panda/panda-pods-repeater-field/tree/develop](https://github.com/coding-panda/panda-pods-repeater-field/tree/develop).
   Let me know if it doesn’t fix the problem. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Bug found](https://wordpress.org/support/topic/bug-found-27/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/bug-found-27/#post-14144342)
 * [@davidkoh83](https://wordpress.org/support/users/davidkoh83/)
    Many thanks for
   the detailed explanation :).
 * Yes, it is a bug. I’ve fixed it and will release a new version asap.
 * Thanks again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Bug found](https://wordpress.org/support/topic/bug-found-27/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/bug-found-27/#post-14127895)
 * [@davidkoh83](https://wordpress.org/support/users/davidkoh83/)
 * Thanks for reporting the bug, but I don’t seen to be able to replicate it. Could
   you please export your Pods by Pods component – Migrate Packages, and paste it
   here so I can investigate, as well as your code to get the results? I will appreciate
   it if you could provide screenshots as well.
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Repeater image field only have a number id – how do I get the image url?](https://wordpress.org/support/topic/repeater-image-field-only-have-a-number-id-how-do-i-get-the-image-url/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/repeater-image-field-only-have-a-number-id-how-do-i-get-the-image-url/#post-14052525)
 * [@convierta](https://wordpress.org/support/users/convierta/)
 * Hello, thanks for using the plugin. Sorry for the late reply. Somehow it says
   about 3 days ago but this topic only appeared a moment ago.
 * It is a media id. If you want to get its URL, you can try this method: wp_get_attachment_image_src(
   int $attachment_id, string|int[] $size = ‘thumbnail’, bool $icon = false ).
 * [https://developer.wordpress.org/reference/functions/wp_get_attachment_image_src/](https://developer.wordpress.org/reference/functions/wp_get_attachment_image_src/)
 * Any problems, please let me know.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Which problem(s) does Panda Pods address?](https://wordpress.org/support/topic/which-problems-does-panda-pods-address/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/which-problems-does-panda-pods-address/#post-14051541)
 * [@jjci](https://wordpress.org/support/users/jjci/) Thanks for using the plugin.
   Yes, your understanding is correct. It is an interface to manage data in parent/
   child/grandchild relationships with Pods, which is what I use for my projects.
 * Hope that answers your question. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Forbidden error if Output as a form with all fields in a Pod.](https://wordpress.org/support/topic/forbidden-error-if-output-as-a-form-with-all-fields-in-a-pod/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/forbidden-error-if-output-as-a-form-with-all-fields-in-a-pod/#post-13822745)
 * [@logicdigger](https://wordpress.org/support/users/logicdigger/) Do you have 
   anything on the server to stop iframe? It works fine on my PC and my server. 
   403 means the server can render it but refuse to.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Forbidden error if Output as a form with all fields in a Pod.](https://wordpress.org/support/topic/forbidden-error-if-output-as-a-form-with-all-fields-in-a-pod/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/forbidden-error-if-output-as-a-form-with-all-fields-in-a-pod/#post-13821934)
 * [@logicdigger](https://wordpress.org/support/users/logicdigger/) Would you investigate
   the Elements and see if pandarepeaterfield.php has been removed from the link?
   If not please clear the cache and try again.
 * [https://www.dropbox.com/s/bx70v2rm8ytkkyy/difference.jpg?dl=0](https://www.dropbox.com/s/bx70v2rm8ytkkyy/difference.jpg?dl=0)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Forbidden error if Output as a form with all fields in a Pod.](https://wordpress.org/support/topic/forbidden-error-if-output-as-a-form-with-all-fields-in-a-pod/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/forbidden-error-if-output-as-a-form-with-all-fields-in-a-pod/#post-13809367)
 * [@logicdigger](https://wordpress.org/support/users/logicdigger/) Would you download
   this develop version from Github and replace the plugin on your site: [https://github.com/coding-panda/panda-pods-repeater-field/tree/develop](https://github.com/coding-panda/panda-pods-repeater-field/tree/develop),
   and then clear your cache and reload the page. Let me know if that fixes the 
   problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Forbidden error if Output as a form with all fields in a Pod.](https://wordpress.org/support/topic/forbidden-error-if-output-as-a-form-with-all-fields-in-a-pod/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/forbidden-error-if-output-as-a-form-with-all-fields-in-a-pod/#post-13807825)
 * [@logicdigger](https://wordpress.org/support/users/logicdigger/) Thanks for using
   the plugin.
 * It is likely that it is stopped by .htaccess. I will have a look and get back
   to you later.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Repeater fields empty after save](https://wordpress.org/support/topic/repeater-fields-empty-after-save/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/repeater-fields-empty-after-save/#post-13772828)
 * It works fine with the migration package you sent over. [https://www.dropbox.com/s/6ffe71nxd82yv14/Edit%20Glossary%20%E2%80%B9%20Panda%20Pods%20Repeater%20Field%20%E2%80%94%20WordPress%20-%20Google%20Chrome%202020-12-10%2018-00-05.mp4?dl=0](https://www.dropbox.com/s/6ffe71nxd82yv14/Edit%20Glossary%20%E2%80%B9%20Panda%20Pods%20Repeater%20Field%20%E2%80%94%20WordPress%20-%20Google%20Chrome%202020-12-10%2018-00-05.mp4?dl=0)
 * Maybe there is a plugin conflict. Would you disable other plugins and just leave
   Pods Framework and Panda Pods Repeater field, and check if the problem still 
   there?
 * I also demonstrated in the video on how to display titles on the list as well.
   Hope it is useful.
    -  This reply was modified 5 years, 6 months ago by [Coding Panda](https://wordpress.org/support/users/codingpanda/).

Viewing 15 replies - 106 through 120 (of 165 total)

[←](https://wordpress.org/support/users/codingpanda/replies/page/7/?output_format=md)
[1](https://wordpress.org/support/users/codingpanda/replies/?output_format=md) [2](https://wordpress.org/support/users/codingpanda/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codingpanda/replies/page/3/?output_format=md)…
[7](https://wordpress.org/support/users/codingpanda/replies/page/7/?output_format=md)
8 [9](https://wordpress.org/support/users/codingpanda/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/codingpanda/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/codingpanda/replies/page/11/?output_format=md)
[→](https://wordpress.org/support/users/codingpanda/replies/page/9/?output_format=md)