Johann Heyne
Forum Replies Created
-
Hi andrisig,
thanks, yes, this is an issue I have to resolve.
This is because an extra data array for the “top” columns exists that has to be updated as well if the amount of columns changes by update_field();
Because that array for the “top” columns was implemented for future functionalities and has no functionality for now, I musst implement an auto synchronisation of the “top” columns amount with the “body” columns amount in update_field().
Please give me some days, to do that. I am very busy right now.
Cheers,
Johann- This reply was modified 6 years, 7 months ago by Johann Heyne.
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] WYSIWYG in cell?The Pro version will be available at the earliest early next year.
Hi,
please download and test the new version with the fix:
https://downloads.wordpress.org/plugin/advanced-custom-fields-table-field.1.3.8.zipDoes the fix work for you?
Thanks,
JohannThanks for reporting me that issue. I could replicate this issue and found a solution. I will reply within 12 hours with a new developer version of the plugin to test.
Thanks!
JohannForum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] WYSIWYG in cell?I´ve got a lot of feature requests and I´m not able to implement them in a free plugin. But I´m nearly done with a pro version having a wysiwyg editor. Hope, I can release it soon.
Cheers,
JohannThis worked for me…
tr:hover td { // hover styles for all cells of the table row }Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Missing header on the previewHi,
I fixed it now in version 1.3.7
Thank you for reminding me of this issue.Cheers,
JohannForum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] URGENT Gutenberg EditorHi,
It’s not about editing table content with Gutenberg, it’s about activating the table field for ACF blocks.
https://www.advancedcustomfields.com/resources/blocks/Cheers,
JohannForum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] GUTENBERG EditorHi,
It’s not about editing table content with Gutenberg, it’s about activating the table field for ACF blocks.
https://www.advancedcustomfields.com/resources/blocks/Cheers,
JohannThanks for the requests. I put them on my list.
Cheers,
JohannForum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Custom ACF inside ShortcodeJust get any field by the same post-id of the table like…
$caption_text = get_field( 'caption-field-name', $a['post-id'] );Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Custom ACF inside ShortcodeI´m not sure, if I understand your needs. You have a shortcode, that outputs a table from a table fields of an custom post type. But then I´m lost.
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Shortcodes in Table CellFor shortcodes in table cells, you can use the WordPress function do_shortcode() https://developer.wordpress.org/reference/functions/do_shortcode/ in the template code like…
echo do_shortcode( $th['c'] );Cheers,
Johann- This reply was modified 6 years, 9 months ago by Johann Heyne.
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Custom ACF inside ShortcodeThe HTML specs say that you can specify only one caption per table.
For shortcodes in table cells, you can use the WordPress function do_shortcode() https://developer.wordpress.org/reference/functions/do_shortcode/ in the template code like…
echo do_shortcode( $th['c'] );Cheers,
Johann- This reply was modified 6 years, 9 months ago by Johann Heyne.
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Can’t add anything + error in consoleVersion 1.3.6 should fix that problem.