Title: Coding Panda's Replies - page 9 | 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 - 121 through 135 (of 165 total)

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

 *   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-13770609)
 * The message from the inspector doesn’t seem to be something to do with the repeater
   field. It looks like Pods and sitepress-multilingual-cms didn’t include the .
   map files for their compressed js and CSS files. plugin.min.js is not a part 
   of the repeater plugin.
 * Once saved, it empties the form, which is correct. Meanwhile, it should insert
   the new entry above the Added New section, but it is not happening. There should
   be a JS error somewhere interrupting it.
 * Would you go to Pods Admin and make sure that the repeater field is linked to
   the right table?
 * I got a meeting later and have to prepare for it. I will get back to you after.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] tags not added to wysiwyg content](https://wordpress.org/support/topic/tags-not-added-to-wysiwyg-content/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/tags-not-added-to-wysiwyg-content/#post-13770409)
 * 🙂 No problem. I’m glad I could help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] tags not added to wysiwyg content](https://wordpress.org/support/topic/tags-not-added-to-wysiwyg-content/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/tags-not-added-to-wysiwyg-content/#post-13770352)
 * [@juusui](https://wordpress.org/support/users/juusui/) I presume that glossary_block_text
   is from the repeater field. You could try replacing `$item['glossary_block_text']`
   with
    `apply_filters( 'the_content', $item['glossary_block_text'] )`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] tags not added to wysiwyg content](https://wordpress.org/support/topic/tags-not-added-to-wysiwyg-content/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/tags-not-added-to-wysiwyg-content/#post-13769809)
 * [@juusui](https://wordpress.org/support/users/juusui/) Thanks for using the plugin.
   Have you tried applying the “the_content” filter? For example:
 * `echo apply_filters( 'the_content', pods_field( 'repeater_pod_name', item_id,'
   repeater_pod_field_name') );`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Frontend Form](https://wordpress.org/support/topic/frontend-form-3/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/frontend-form-3/#post-13768341)
 * [@jaceejoef](https://wordpress.org/support/users/jaceejoef/) Thanks for using
   the plugin. Yes, it is implemented in 1.4.7 and 1.4.8. Just wonder how you rendered
   it out at the frontend? Is it like this:
 *     ```
       $project_pod = pods( 'project' , 20);
       echo $project_pod->form( array(  ), 'Save ' );
       ```
   
 * If it is open for public access, you need to go to the Additional Field Options
   for the repeater field to set Allow Public Access to Yes, or choose some user
   roles to allow access.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Panda Pods Repeater Field] Excellent plugin](https://wordpress.org/support/topic/excellent-plugin-6508/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/excellent-plugin-6508/#post-13768317)
 * Merci, thank you. 🙂
    -  This reply was modified 5 years, 6 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] Removing script from frontend](https://wordpress.org/support/topic/removing-script-from-frontend/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/removing-script-from-frontend/#post-13202777)
 * Hi [@simondeadly](https://wordpress.org/support/users/simondeadly/)
 * You can try the following code:
 *     ```
       class Alter_WP_Scripts extends WP_Scripts{
           function do_item( $handle, $group = false ){       
           	if( 'panda-pods-repeater-scripts' == $handle ){
           		$handle = false;
           	}
               return parent::do_item( $handle, $group );    	
           }
       }
       if( !is_admin() ){
       	add_action( 'wp_loaded', function() {
       	    $GLOBALS['wp_scripts'] = new Alter_WP_Scripts;
       	});
       }
       ```
   
 * I tested the code and it works for the purpose on my testing site, but please
   double-check that it doesn’t cause any problems.
 * Thanks for using the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] cant make pandarf_items_fn work](https://wordpress.org/support/topic/cant-make-pandarf_items_fn-work/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/cant-make-pandarf_items_fn-work/#post-13171051)
 * Considered as solved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Only get repeater fields value for particular pod items](https://wordpress.org/support/topic/only-get-repeater-fields-value-for-particular-pod-items/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/only-get-repeater-fields-value-for-particular-pod-items/#post-13117819)
 * No further response from the user.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] cant make pandarf_items_fn work](https://wordpress.org/support/topic/cant-make-pandarf_items_fn-work/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/cant-make-pandarf_items_fn-work/#post-13117071)
 * Hi [@popeating](https://wordpress.org/support/users/popeating/)
 * Would you remove ‘name’=>’allegato_1’ from the code. Also, have you defined $
   atts? If you haven’t, would you replace it with array()? So it will be:
 * $cid=617;
    print_r(pandarf_items_fn( array( ‘child_pod_name’ => ‘allegato’, ‘
   parent_pod_id’ => 125, ‘parent_pod_post_id’ => $cid, ‘parent_pod_field_id’ =>
   1005 ), array(), true ) );
 * If you have defined $atts and it works, that is fine, just leave it.
 * Alternatively, you could use
    pods_field( ‘allegato_1’ ); // If you are on a 
   corso page. pods_field( ‘corso’, 617, ‘allegato_1’ ); // To get the data wherever
   you are.
 * Let me know if it works.
 * Best Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Only get repeater fields value for particular pod items](https://wordpress.org/support/topic/only-get-repeater-fields-value-for-particular-pod-items/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/only-get-repeater-fields-value-for-particular-pod-items/#post-12782884)
 * Hi @akashsingh9759
 * To help me understand it better, would you send me your Pods settings exported
   by pods components – Migrate: Packages, you could send me the code and some screenshots
   here: [http://www.codingpanda.co.uk/temp-contact/sample-page/](http://www.codingpanda.co.uk/temp-contact/sample-page/)
 * By the way, which pod shortcode do you use?
 * Thanks for using the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Repeater item is not shown after save it](https://wordpress.org/support/topic/repeater-item-is-not-shown-after-save-it/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/repeater-item-is-not-shown-after-save-it/#post-12782868)
 * Based on the provided code, no problems found in the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] use pods repeater field to customize element](https://wordpress.org/support/topic/use-pods-repeater-field-to-customize-element-3/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/use-pods-repeater-field-to-customize-element-3/#post-12696790)
 * Hi [@juanmb](https://wordpress.org/support/users/juanmb/)
 * I don’t know much about Unlimited Elements. If it is not built to work with Pods
   and Panda Pods Repeater Field, I’m afraid that it won’t work.
 * If you are a programmer, you could create a shortcode to achieve the same effect.
   If you are not and don’t mind waiting, I am trying to create an Elementor widget
   in the next release.
 * Best Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Repeater item is not shown after save it](https://wordpress.org/support/topic/repeater-item-is-not-shown-after-save-it/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/repeater-item-is-not-shown-after-save-it/#post-12649948)
 * If you don’t want other people to see your Pods settings, you could send me the
   code and some screenshots here: [http://www.codingpanda.co.uk/temp-contact/sample-page/](http://www.codingpanda.co.uk/temp-contact/sample-page/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Panda Pods Repeater Field] Repeater item is not shown after save it](https://wordpress.org/support/topic/repeater-item-is-not-shown-after-save-it/)
 *  Plugin Author [Coding Panda](https://wordpress.org/support/users/codingpanda/)
 * (@codingpanda)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/repeater-item-is-not-shown-after-save-it/#post-12649853)
 * Hi [@scerrutti](https://wordpress.org/support/users/scerrutti/)
 * This is weird. If it is not showing after saving, usually it means that the JavaScript
   is interrupted. Could you bring out the Console (Press F12) and see if there 
   are any JavaScript errors after saving an item?
 * If there is no error, and it is OK with you, you could export the relevant Pods(
   Enable Pods component – Migrate: Packages) and paste it here for me to investigate.
 * Thanks for using the plugin.

Viewing 15 replies - 121 through 135 (of 165 total)

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