Title: Coding Panda's Replies - page 5 | 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 - 61 through 75 (of 165 total)

[←](https://wordpress.org/support/users/codingpanda/replies/page/4/?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)
[4](https://wordpress.org/support/users/codingpanda/replies/page/4/?output_format=md)
5 [6](https://wordpress.org/support/users/codingpanda/replies/page/6/?output_format=md)…
[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/6/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Remove Unwanted CSS / JS from Frontend](https://wordpress.org/support/topic/remove-unwanted-css-js-from-frontend/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/remove-unwanted-css-js-from-frontend/#post-15375187)
 * Hi [@wparijat](https://wordpress.org/support/users/wparijat/)
 * Please try to increase the number of privileges from 10 to 11 or bigger. e.g.
 * `add_action( 'wp_enqueue_scripts', 'dequeue_scripts_and_styles', 11 );`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Remove Unwanted CSS / JS from Frontend](https://wordpress.org/support/topic/remove-unwanted-css-js-from-frontend/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/remove-unwanted-css-js-from-frontend/#post-15373033)
 * Hi [@wparijat](https://wordpress.org/support/users/wparijat/)
 * Try this:
 *     ```
       add_action( 'wp_enqueue_scripts', 'dequeue_scripts_and_styles', 10 );	
   
       function dequeue_scripts_and_styles() {	
           wp_dequeue_script( 'panda-pods-repeater-scripts' );	 
           wp_dequeue_style( 'panda-pods-repeater-general-styles' );
           wp_dequeue_style( 'panda-pods-repeater-styles' );		       	   
       }
       ```
   
 * Worked in my testing. Please let me know if it works for you.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Panda Pods Repeater Field] Its awesome](https://wordpress.org/support/topic/its-awesome-147/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/its-awesome-147/#post-15364919)
 * Many thanks. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Sort functuon](https://wordpress.org/support/topic/sort-functuon/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/sort-functuon/#post-15358062)
 * Hi [@ozosh182](https://wordpress.org/support/users/ozosh182/)
 * Please update the plugin to the latest version and see if the problem is solved.
 * Thanks for using the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Sort functuon](https://wordpress.org/support/topic/sort-functuon/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/sort-functuon/#post-15349883)
 * Hi [@ozosh182](https://wordpress.org/support/users/ozosh182/) It is an issue 
   in WordPress 5.9 and fixed in 5.9.1
 * [https://core.trac.wordpress.org/ticket/54902](https://core.trac.wordpress.org/ticket/54902)
 * Some people do recommend downgrading WordPress to 5.8.3 for now.
    [https://decodedigital.com/gallery-drag-and-drop-not-working-in-wordpress-5-9-how-to-fix/](https://decodedigital.com/gallery-drag-and-drop-not-working-in-wordpress-5-9-how-to-fix/)
 * Basically it is the jQuery UI version in WordPress that I enqueue for the sorting.
 * I will see what I can do before the release of WordPress 5.9.1
 * Best regards.
    -  This reply was modified 4 years, 4 months ago by [Coding Panda](https://wordpress.org/support/users/codingpanda/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] WP Object Cache is not handled properly in is_pandarf()](https://wordpress.org/support/topic/wp-object-cache-is-not-handled-properly-in-is_pandarf/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/wp-object-cache-is-not-handled-properly-in-is_pandarf/#post-15255999)
 * [@mariankadanka](https://wordpress.org/support/users/mariankadanka/) Thanks for
   spotting the issue. I implemented a part of your solution because is_pandarf 
   returns an array if it is a Panda Pods Repeater Field, so it can’t just return
   a boolean.
 * Thanks for your help. 🙂
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Panda Pods Repeater Field] A Mind-Blowing Plugin!](https://wordpress.org/support/topic/a-mind-blowing-plugin/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/a-mind-blowing-plugin/#post-15192534)
 * Thank you very much for your nice comments. 😀
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] ‘Form submitted successfully’ message appeared without any item added!](https://wordpress.org/support/topic/form-submitted-successfully-message-appeared-without-any-item-added/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/form-submitted-successfully-message-appeared-without-any-item-added/page/2/#post-15188096)
 * For files, it returns the media id.
 * You can use this wp_get_attachment_image_url() to get the image source.
 * [https://developer.wordpress.org/reference/functions/wp_get_attachment_image_url/](https://developer.wordpress.org/reference/functions/wp_get_attachment_image_url/)
 * `wp_get_attachment_image_url( $food_name['food_image'] )`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] ‘Form submitted successfully’ message appeared without any item added!](https://wordpress.org/support/topic/form-submitted-successfully-message-appeared-without-any-item-added/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/form-submitted-successfully-message-appeared-without-any-item-added/page/2/#post-15187722)
 * 🙂 You are welcome. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] ‘Form submitted successfully’ message appeared without any item added!](https://wordpress.org/support/topic/form-submitted-successfully-message-appeared-without-any-item-added/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/form-submitted-successfully-message-appeared-without-any-item-added/page/2/#post-15187708)
 * Yes, when it is inserted, the JavaScript only uses the ID and Name fields as 
   the label. It only displays the values from the specified admin columns after
   refreshing the page.
 * For now, yes, a “Name” field is required. I will check the changes in Pods 2.8
   and sort it out so it is not required.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] ‘Form submitted successfully’ message appeared without any item added!](https://wordpress.org/support/topic/form-submitted-successfully-message-appeared-without-any-item-added/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/form-submitted-successfully-message-appeared-without-any-item-added/page/2/#post-15187472)
 * It is explained in the video. Anyway, it is based on Pods 2.7 so it is not straightforward
   for Pods 2.8 users.
 * Basically, you turn on the “Apply Admin Table Columns” in the parent pod:
    [https://www.dropbox.com/s/cpfweqx93se1914/Edit-Pods-%E2%80%B9-Panda-Pods-Repeater-Field-%E2%80%94-WordPress%20%282%29.png?dl=0](https://www.dropbox.com/s/cpfweqx93se1914/Edit-Pods-%E2%80%B9-Panda-Pods-Repeater-Field-%E2%80%94-WordPress%20%282%29.png?dl=0)
 * Pick the columns you want to display in the child pod:
    [https://www.dropbox.com/s/d8hbztlf9swx7kv/Edit-Pods-%E2%80%B9-Panda-Pods-Repeater-Field-%E2%80%94-WordPress%20%283%29.png?dl=0](https://www.dropbox.com/s/d8hbztlf9swx7kv/Edit-Pods-%E2%80%B9-Panda-Pods-Repeater-Field-%E2%80%94-WordPress%20%283%29.png?dl=0)
 * Save both and go back to refresh a Best Seller Group, it should display the columns
   you want. Bear in mind that it only applies to strings and numbers.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] ‘Form submitted successfully’ message appeared without any item added!](https://wordpress.org/support/topic/form-submitted-successfully-message-appeared-without-any-item-added/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/form-submitted-successfully-message-appeared-without-any-item-added/page/2/#post-15187400)
 * Yes. Please don’t rename other fields. Just add a new field with “name” as its
   Name. It may complain that it can’t be created, just ignore it and go ahead to
   save the pod, and then refresh the page, the “name” field should be added.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] ‘Form submitted successfully’ message appeared without any item added!](https://wordpress.org/support/topic/form-submitted-successfully-message-appeared-without-any-item-added/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/form-submitted-successfully-message-appeared-without-any-item-added/#post-15187374)
 * I think we are back to the beginning :). Before Pods 2.8, it worked no matter
   if a table had a “name” field or not. It is a new problem. For now, to make it
   work, please add a field with “name” as its Name.
    [https://www.dropbox.com/s/p1knl6bvxqugoj6/Edit-Pods-%E2%80%B9-Panda-Pods-Repeater-Field-%E2%80%94-WordPress.png?dl=0](https://www.dropbox.com/s/p1knl6bvxqugoj6/Edit-Pods-%E2%80%B9-Panda-Pods-Repeater-Field-%E2%80%94-WordPress.png?dl=0)
 * For displaying admin columns, please go to this video and start from 12:00,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] ‘Form submitted successfully’ message appeared without any item added!](https://wordpress.org/support/topic/form-submitted-successfully-message-appeared-without-any-item-added/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/form-submitted-successfully-message-appeared-without-any-item-added/#post-15187254)
 * Sorry, I am confused. When it opens, it displays those fields.
 * Are you talking about the bar that displays “ID: 1 Name:”?
 * [https://www.dropbox.com/s/h5zzrybhgmtk87p/Edit-Best-Seller-Group-%E2%80%B9-Panda-Pods-Repeater-Field-%E2%80%94-WordPress%20%281%29.png?dl=0](https://www.dropbox.com/s/h5zzrybhgmtk87p/Edit-Best-Seller-Group-%E2%80%B9-Panda-Pods-Repeater-Field-%E2%80%94-WordPress%20%281%29.png?dl=0)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] ‘Form submitted successfully’ message appeared without any item added!](https://wordpress.org/support/topic/form-submitted-successfully-message-appeared-without-any-item-added/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/form-submitted-successfully-message-appeared-without-any-item-added/#post-15187210)
 * [@sinahosseinigst](https://wordpress.org/support/users/sinahosseinigst/)
 * Oh, sorry, they work so I didn’t realise that was what you asked for.
 * It would be great If you could send me some screenshots. It helps me to understand
   your descriptions.
 * Screenshots:
 * [https://www.dropbox.com/s/jtde5d8hg870nya/Edit-Best-Seller-Group-%E2%80%B9-Panda-Pods-Repeater-Field-%E2%80%94-WordPress.png?dl=0](https://www.dropbox.com/s/jtde5d8hg870nya/Edit-Best-Seller-Group-%E2%80%B9-Panda-Pods-Repeater-Field-%E2%80%94-WordPress.png?dl=0)

Viewing 15 replies - 61 through 75 (of 165 total)

[←](https://wordpress.org/support/users/codingpanda/replies/page/4/?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)
[4](https://wordpress.org/support/users/codingpanda/replies/page/4/?output_format=md)
5 [6](https://wordpress.org/support/users/codingpanda/replies/page/6/?output_format=md)…
[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/6/?output_format=md)