Coding Panda
@codingpanda on WordPress.org , @Jamin on Slack
- Member Since: September 8th, 2016
-
Committed [2713784] to Plugins SVN:
Release 1.5.2 -
Posted a reply to displaying nested repeaters, on the site WordPress.org Forums:
Hi @m1chel Please try using pods_field( 'pods_name', 'post_id', 'field_name' ). $consigliati = pods_field( 'luogo', $mypod->display(… -
Posted a reply to Date Field is not working in repeater, on the site WordPress.org Forums:
@jaswinder0091 Sorry for the delay. I didn't notice your topic. It works fine on my… -
Posted a reply to Insert with additional field, on the site WordPress.org Forums:
Hi @jaceejoef When I created that function, I was not aware that it didn't work… -
Posted a reply to What’s the best way to give my Panda-ish website to the cutomer?, on the site WordPress.org Forums:
If you want to clone your site to another hosting, there are plenty of plug-ins… -
Posted a reply to How to have condition inside echo ‘html content’?, on the site WordPress.org Forums:
@sinahosseinigst lol, the support here is for issues related to the plugin, not for debugging… -
Posted a reply to Does Panda use some CSS codes?!, on the site WordPress.org Forums:
@sinahosseinigst Thanks :) . -
Posted a reply to Does Panda use some CSS codes?!, on the site WordPress.org Forums:
@sinahosseinigst Thanks for the suggestion. I don't know what projects use this plugin other than… -
Posted a reply to Does Panda use some CSS codes?!, on the site WordPress.org Forums:
@sinahosseinigst You can install SVG support: https://wordpress.org/plugins/svg-support/ and use the WYSIWYG field. -
Posted a reply to Does Panda use some CSS codes?!, on the site WordPress.org Forums:
@sinahosseinigst Sorry, my misunderstanding. Ignore it if nothing was deleted. I am glad it works. -
Posted a reply to Repeater media field only show the media id – how do I get the media url?, on the site WordPress.org Forums:
@komengtech If you want to get its URL, you can try this method: wp_get_attachment_image_src( int… -
Posted a reply to Does Panda use some CSS codes?!, on the site WordPress.org Forums:
@sinahosseinigst Please don't delete any files. You have to restore the plugin. Do you want… -
Posted a reply to A weird glitch using Panda Pods Repeater Field causing all my content lost!, on the site WordPress.org Forums:
They are stored in the array. Just need to use the keys in the array.… -
Posted a reply to A weird glitch using Panda Pods Repeater Field causing all my content lost!, on the site WordPress.org Forums:
@sinahosseinigst OK, looks like you changed "news" to "announcement" for the repeater field, so we… -
Posted a reply to A weird glitch using Panda Pods Repeater Field causing all my content lost!, on the site WordPress.org Forums:
OK, now we are sure it returns a padra_content. Next, we check if "news" is… -
Posted a reply to A weird glitch using Panda Pods Repeater Field causing all my content lost!, on the site WordPress.org Forums:
OK, let's check what is in $items. <?php $params= array( 'orderby' => 't.post_title DESC', 'limit'… -
Posted a reply to A weird glitch using Panda Pods Repeater Field causing all my content lost!, on the site WordPress.org Forums:
@sinahosseinigst Can you print_r $announcement? <?php $params= array( 'orderby' => 't.post_title DESC', 'limit' => 25,… -
Posted a reply to A weird glitch using Panda Pods Repeater Field causing all my content lost!, on the site WordPress.org Forums:
@sinahosseinigst I did test the code before I updated the thread. It works in my… -
Posted a reply to A weird glitch using Panda Pods Repeater Field causing all my content lost!, on the site WordPress.org Forums:
@sinahosseinigst You don't have a news pod, the pod name you use is padra_content. news… -
Posted a reply to A weird glitch using Panda Pods Repeater Field causing all my content lost!, on the site WordPress.org Forums:
@sinahosseinigst pods_field( ‘pods_name’, ‘post_id’, ‘field_name’ ) gives you everything in the section 1 in an… -
Posted a reply to A weird glitch using Panda Pods Repeater Field causing all my content lost!, on the site WordPress.org Forums:
@sinahosseinigst If it is in the single-padra_content.php, use pods_field( 'news' ) for the announcement. Alternatively,… -
Posted a reply to A weird glitch using Panda Pods Repeater Field causing all my content lost!, on the site WordPress.org Forums:
@sinahosseinigst Here gives you some samples of how to fetch the data on the front… -
Posted a reply to A weird glitch using Panda Pods Repeater Field causing all my content lost!, on the site WordPress.org Forums:
Hi @sinahosseinigst Do you mean you want to render out an announcement on the front… -
Posted a reply to A weird glitch using Panda Pods Repeater Field causing all my content lost!, on the site WordPress.org Forums:
@sinahosseinigst It is great to hear that the problem is solved. There used to be… -
Posted a reply to A weird glitch using Panda Pods Repeater Field causing all my content lost!, on the site WordPress.org Forums:
@sinahosseinigst It still works in my testing: https://gofile.io/d/UHLGY8 Can you try to add a new… -
Posted a reply to A weird glitch using Panda Pods Repeater Field causing all my content lost!, on the site WordPress.org Forums:
Hi @sinahosseinigst I am glad to see someone use the plugin with so many layers.… -
Posted a reply to Sort functuon, on the site WordPress.org Forums:
Hi @ozosh182 WordPress has released 5.9.1. If you update WordPress, it should just work. I… -
Posted a reply to Sort functuon, on the site WordPress.org Forums:
@ozosh182 Thanks for letting me know. I will sort it out ASAP. -
Posted a reply to Remove Unwanted CSS / JS from Frontend, on the site WordPress.org Forums:
@wparijat You are welcome. -
Posted a reply to Remove Unwanted CSS / JS from Frontend, on the site WordPress.org Forums:
Hi @wparijat Please try to increase the number of privileges from 10 to 11 or… -
Posted a reply to Remove Unwanted CSS / JS from Frontend, on the site WordPress.org Forums:
Hi @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' );… -
Posted a reply to Its awesome, on the site WordPress.org Forums:
Many thanks. :) -
Posted a reply to Sort functuon, on the site WordPress.org Forums:
Hi @ozosh182 Please update the plugin to the latest version and see if the problem… -
Committed [2677575] to Plugins SVN:
Release 1.5.1 -
Posted a reply to Sort functuon, on the site WordPress.org Forums:
Hi @ozosh182 It is an issue in WordPress 5.9 and fixed in 5.9.1 https://core.trac.wordpress.org/ticket/54902 Some… -
Posted a reply to WP Object Cache is not handled properly in is_pandarf(), on the site WordPress.org Forums:
@mariankadanka Thanks for spotting the issue. I implemented a part of your solution because is_pandarf… -
Committed [2658177] to Plugins SVN:
Release 1.5.0 -
Posted a reply to A Mind-Blowing Plugin!, on the site WordPress.org Forums:
Thank you very much for your nice comments. :D -
Posted a reply to ‘Form submitted successfully’ message appeared without any item added!, on the site WordPress.org Forums:
For files, it returns the media id. You can use this wp_get_attachment_image_url() to get the… -
Posted a reply to ‘Form submitted successfully’ message appeared without any item added!, on the site WordPress.org Forums:
:) You are welcome. Thanks. -
Posted a reply to ‘Form submitted successfully’ message appeared without any item added!, on the site WordPress.org Forums:
Yes, when it is inserted, the JavaScript only uses the ID and Name fields as… -
Posted a reply to ‘Form submitted successfully’ message appeared without any item added!, on the site WordPress.org Forums:
It is explained in the video. Anyway, it is based on Pods 2.7 so it… -
Posted a reply to ‘Form submitted successfully’ message appeared without any item added!, on the site WordPress.org Forums:
Yes. Please don't rename other fields. Just add a new field with "name" as its… -
Posted a reply to ‘Form submitted successfully’ message appeared without any item added!, on the site WordPress.org Forums:
I think we are back to the beginning :). Before Pods 2.8, it worked no… -
Posted a reply to ‘Form submitted successfully’ message appeared without any item added!, on the site WordPress.org Forums:
Sorry, I am confused. When it opens, it displays those fields. Are you talking about… -
Posted a reply to ‘Form submitted successfully’ message appeared without any item added!, on the site WordPress.org Forums:
@sinahosseinigst Oh, sorry, they work so I didn't realise that was what you asked for.… -
Posted a reply to ‘Form submitted successfully’ message appeared without any item added!, on the site WordPress.org Forums:
@sinahosseinigst As long as the "name" field is in the table, you can add other… -
Posted a reply to ‘Form submitted successfully’ message appeared without any item added!, on the site WordPress.org Forums:
@sinahosseinigst I need to look into it. For now, please create a "name" field and… -
Posted a reply to ‘Form submitted successfully’ message appeared without any item added!, on the site WordPress.org Forums:
@sinahosseinigst From your description, you can try to add a plain text field with "name"… -
Posted a reply to How to show repeater Pod fields on the front-end using VSCode?, on the site WordPress.org Forums:
:) I am glad that I can help. Thanks for the advice. I will improve…