dreihochzwo
Forum Replies Created
-
Forum: Plugins
In reply to: [ACF Tooltip] PHP8.3 Deprecated notice, Version 1.2.2Fixed this
That’s possible with a little CSS. Add this to your (child) theme functions.php
add_action('admin_head', 'my_admin_css'); function my_admin_css() { echo '<style> .acf-row.-collapsed .acf-label { display: none; } </style>'; }Forum: Plugins
In reply to: [ACF Repeater & Flexible Content Collapser] Show the first fieldYou have to go to the “Presentation” tab of the Repeater Settings and there is the standard “Collapsed” setting for the Repeater.
See screenshotForum: Plugins
In reply to: [ACF Repeater & Flexible Content Collapser] Show the first fieldHave you set a field for the collapsed state in the settings of the repeater field. This should be shown if the repeater ist collapsed.
Forum: Plugins
In reply to: [ACF RGBA Color Picker] Broken in WP 5.5Sorry, I forgot to change the version number in the plugin itself. It’s fixed now.
Forum: Plugins
In reply to: [ACF RGBA Color Picker] Broken in WP 5.5New working version is online
New working version is online
Forum: Plugins
In reply to: [YOP Poll] Wrong text if poll has endedThanks for your quick reply.
I’ve tested this with a poll that’s ended and have no votes. But it still displays the “Thank you” message.
Forum: Plugins
In reply to: [ACF Repeater & Flexible Content Collapser] [BUG] not activate pluginNo, that’s no bug. You have to install and activate either the Repeater Field or Flexible Content premium add-on. Or you have to use the Pro version of ACF which includes these both add-ons.
Without one of these add-ons the plugin makes no sense.
Forum: Plugins
In reply to: [Enable Media Replace] Adds menu item to admin menuYes, pull request ist done…
Forum: Plugins
In reply to: [ACF Tooltip] White-space where instructions would beGlad, that it is now working…
Forum: Plugins
In reply to: [ACF Tooltip] White-space where instructions would be@candymac Did you checked this with the “latest version” or with the test version I linked in my last post?
Forum: Plugins
In reply to: [ACF Tooltip] White-space where instructions would beI think I found a solution for this. Please try this version and let me know if it will work for you.
Thanks Thomas
Forum: Plugins
In reply to: [ACF Columns] Tab Content Displaying IncorrectlyCould you please share the JSON export of your field group so I can test it out in my installation?
Forum: Plugins
In reply to: [ACF Columns] Breaks tab with field titleGreat, that you find a solution that works for you.