-
Committed [3067091] to Plugins SVN:
release 1.5.12 -
Posted a reply to Unknown column, on the site WordPress.org Forums:
@mullerroland It looks like the repeater field's columns are not available. Is it possible to… -
Posted a reply to Repeater only or mix?, on the site WordPress.org Forums:
Yes, it is possible. Please follow the videos. The videos are for an old version… -
Posted a reply to Supported Gutenberg Blocks plugins, on the site WordPress.org Forums:
Apologies, due to various data saved in the repeater field, there is currently no frontend… -
Posted a reply to Bricks Builder compatibility, on the site WordPress.org Forums:
OK. Thanks. -
Posted a reply to Bricks Builder compatibility, on the site WordPress.org Forums:
:) Brilliant. I will look into it when I am less busy. -
Posted a reply to Bricks Builder compatibility, on the site WordPress.org Forums:
I noticed a mistake. Please update the function this this: function display_book_chapters( $args ){ if(… -
Posted a reply to Bricks Builder compatibility, on the site WordPress.org Forums:
Is 336 an ID of a book page? -
Posted a reply to Bricks Builder compatibility, on the site WordPress.org Forums:
You can update the function to check if the chapters are available. function display_book_chapters( $id… -
Posted a reply to Bricks Builder compatibility, on the site WordPress.org Forums:
Use it in the template: [display_book_chapters id={post_id}] -
Posted a reply to Bricks Builder compatibility, on the site WordPress.org Forums:
I couldn't get the correct post_id to pass into the shortcode. You know Bricks, would… -
Posted a reply to Bricks Builder compatibility, on the site WordPress.org Forums:
@dizplay I tried to pass the post id into the shortcode, but {post_id} always returns… -
Posted a reply to Bricks Builder compatibility, on the site WordPress.org Forums:
Thanks for the detailed instructions. Can it be a shortcode in functions.php, and then add… -
Posted a reply to Bricks Builder compatibility, on the site WordPress.org Forums:
@dizplay Sorry, I don't to want publish an admin login details. I need more instructions.… -
Posted a reply to Bricks Builder compatibility, on the site WordPress.org Forums:
Hi, @dizplay. OK. Thanks to Bricks, I got a copy. I am new to Bricks.… -
Posted a reply to Bricks Builder compatibility, on the site WordPress.org Forums:
I can try. How do you want to use the plugin? Backend or Frontend? -
Posted a reply to Bricks Builder compatibility, on the site WordPress.org Forums:
Hi, @dizplay. Thanks for being interested in the plugin. I understand, but Bricks is not… -
Committed [2906378] to Plugins SVN:
Release 1.5.11 -
Posted a reply to How to allow the repeater field in a Pod form at the frontend, on the site WordPress.org Forums:
^_^ Thanks for letting me know. I will remove it from the FAQs. -
Posted a reply to How to allow the repeater field in a Pod form at the frontend, on the site WordPress.org Forums:
Hi Martin @margm I am afraid that the frontend use of the repeater field has… -
Posted a reply to Great plugin with minor flaws, on the site WordPress.org Forums:
Hi, @kilianso. Thanks for your comment. Could you please show me some screenshots and tell… -
Committed [2863981] to Plugins SVN:
Release 1.5.10 -
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…