Johann Heyne
Forum Replies Created
-
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Table is not showing up with ElementorNo, I´m not allowed to do that. I will check my instructions against the latest elementor and be back than.
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Table is not showing up with ElementorHi,
Have you taken the following instructions into account?
https://wordpress.org/plugins/advanced-custom-fields-table-field/#how%20to%20use%20the%20table%20field%20in%20elementor%20page%20builder%3FCheers, Johann
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Unable to update tableHi, thanks for reporting me that issue. However, I could not replicate that issue in standard situations.
Maybe there is a third party Javascript error that is interfering with the functionality of the plugin or Gutenberg. Can you please check the console to see if any errors are logged?Cheers, Johann
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] table field on an options pageShould be fixed with the last release. Thanks for reporting me that issue!
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] 1.3.19 breaks table editing in GutenbergI think, I found a better more specific solution.
I have now used a mutation observer that observes Gutenberg block layouts to initialize the tables. For all other tables in the admin I use the old way from version 1.3.18 again.
If you want to try it out and see if it fixes your problem, I’d be very grateful.
Here ist the new version 1.3.20:
https://downloads.wordpress.org/plugin/advanced-custom-fields-table-field.zipThanks much,
JohannForum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] 1.3.19 breaks table editing in GutenbergI´m sorry for this issue.
On my tests and another users site everything worked. Yes, the editing table should always be initialized when the table field appears somewhere in the admin. I haven’t been able to figure out if Gutenberg offers javascript events that fire whenever something is redisplayed in edit mode.
I’ll work on a solution quickly now.
Cheers Johann
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] How can we display the table?Hi,
this is perhaps because the selection list of field types is hardcoded by the beaver builder and not offers dynamically all field types. For example, the repeater field type is also not part of the selection list.
You can find a way using the table field shortcode to embed a table. This is may similar to other page builders like elementor:
https://wordpress.org/plugins/advanced-custom-fields-table-field/#how%20to%20use%20the%20table%20field%20in%20elementor%20page%20builder%3FCheers,
JohannSame here.
In PHP 8.2 and later, setting a value to an undeclared class property is deprecated, and emits a deprecation notice.
https://php.watch/versions/8.2/dynamic-properties-deprecatedHi Damian,
can you please check, if the new version 1.3.19 fixes the issue for you before I release it?
https://downloads.wordpress.org/plugin/advanced-custom-fields-table-field.1.3.19.zipThanks much,
johannHi Damian,
I could replicate that issue and I´m going to fix that.
Thanks a lot.Cheers,
JohannYou are welcome!
JohannIs the shortcode function from the example of the plugins page https://wordpress.org/plugins/advanced-custom-fields-table-field/#how%20to%20use%20the%20table%20field%20in%20elementor%20page%20builder%3F embeded in the functions.php file of the theme?
Please check if the quotes in the shortcode are correct. The quotes should be
"and not”. Please try[tablefield field-name="tablereferences"].Hi Jocelyn,
If the shortcode is visible, then there are two possible causes from my point of view.
1. The shortcode is somehow not registered in the theme in functions.php or elsewhere by
add_shortcode( 'tablereferences', […] );.2. The shortcode is integrated somewhere in the template or via an input field in the admin area and somehow not passed through the WordPress function
do_shortcode()for example like this$output = do_shortcode( $output ). Perhaps this has changed with the updates?If 2. applies, then to investigate the problem it would be important to know in which input the shortcode is inserted in the admin and from which plugin this functionality is.
Cheers Johann
Hi Jocelyn,
is the shortcode itself visible on the website or just nothing?
Cheers,
Johann