Coding Panda
@codingpanda on WordPress.org, @Jamin on Slack
- Member Since: September 8th, 2016
-
Committed [2841102] to Plugins SVN:
Release 1.5.9 -
Committed [2841087] to Plugins SVN:
Release 1.5.8 -
Committed [2838899] to Plugins SVN:
Release 1.5.7. -
Committed [2838490] to Plugins SVN:
Release 1.5.6. -
Committed [2837950] to Plugins SVN:
Added the new files. -
Committed [2837947] to Plugins SVN:
Released 1.5.5 -
Committed [2829601] to Plugins SVN:
Fixed a security issue and released 1.5.4 -
Committed [2828387] to Plugins SVN:
Released 1.5.3 -
Posted a reply to [each] loop + [if field … ], on the site WordPress.org Forums:
Hi @scrappyhuborg I can't get it to work too. I think the if condition only… -
Posted a reply to Issue: Plugin lacks support for PHP 8.1, on the site WordPress.org Forums:
Thanks @sc0ttkclark -
Posted a reply to Issue: Plugin lacks support for PHP 8.1, on the site WordPress.org Forums:
@jemon No problem. Hope you have fully recovered and take care. -
Posted a reply to Issue: Plugin lacks support for PHP 8.1, on the site WordPress.org Forums:
Thanks, @sc0ttkclark. Hi @jemon, if I understand Scott correctly, these problems will be fixed in… -
Posted a reply to Issue: Plugin lacks support for PHP 8.1, on the site WordPress.org Forums:
Hi @sc0ttkclark Thanks for joining us. I set up a testing site with PHP 8.1.6,… -
Posted a reply to Issue: Plugin lacks support for PHP 8.1, on the site WordPress.org Forums:
Hi @jemon My testing environment is PHP 8.0.6, and it doesn't seem to have any… -
Committed [2760839] to Plugins SVN:
Tested up to 6.0.1 -
Posted a reply to Filter via date in the repeater field, on the site WordPress.org Forums:
Hi @jaceejoef, you need to build your custom SQL query with join syntax. Hope that… -
Posted a reply to This plugin woks with internal Pods Templates?, on the site WordPress.org Forums:
Never mind. I figured out how to fix it. It returns the image ids with… -
Posted a reply to This plugin woks with internal Pods Templates?, on the site WordPress.org Forums:
Thanks for pasting it again. I can see you opened it with the CODE quotation… -
Posted a reply to This plugin woks with internal Pods Templates?, on the site WordPress.org Forums:
Hi @cvouzas The code can't be processed. Would you please wrap your code by using… -
Posted a reply to This plugin woks with internal Pods Templates?, on the site WordPress.org Forums:
OK. Please add this code to your template <h1>{@hotel_name}</h1> [each hotel_rooms] <h2>{@hotel_room_name}</h2> <img src="[get_image_src id='{@hotel_room_photo}'… -
Posted a reply to This plugin woks with internal Pods Templates?, on the site WordPress.org Forums:
If it is OK with you, would you export the related pods and post them… -
Posted a reply to This plugin woks with internal Pods Templates?, on the site WordPress.org Forums:
Yes, it works with internal Pods Templates. It is an array so you have to… -
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.