Amazing plugin! Hopefully it is/will be actively maintained? ??
]]>Hi! I’ve been using this script by ACF to display flexible content layout titles to display a custom title after each layout name. Just so they are easier to find. but since the last update of your plugin it does not work anymore. Deactivating your plugin makes the titles appear again. Can you help me understand what is causing this and how we can fix it?
The code is as follows:
add_filter(‘acf/fields/flexible_content/layout_title’, function($title) {
$ret = $title;
if ($custom_title = get_sub_field(‘title’)) {
$ret = sprintf(‘%s <em style=”font-size: 80%; opacity: 0.5″>%s‘, $custom_title, $title);
}
return $ret;
});
Thanks for awesome work team
When we update php to 8.1 it throw following error, Can you please fix this on next update?
“Warning: The magic method FCP\Singleton::__wakeup() must have public visibility”
Hi Jameel, great work for this plugin !
am wondering why in the new version the flexible content open in a modal instead of expanding like before ? it could be an option page to choose what you want, choose your custom path, why not a repeater to bind your image to the flexible content ??
thanks again !
have a good day !!
Created flexible content layouts and when add component/layout its showing overlay on the top, so couldn’t access the modal popup flexible layout.
https://prnt.sc/yGw-iMkU2UFj
Hi, I am trying to get images to appear in the image preview of the flexible fields however, it doesn’t seem to be working. I have added the images in the “THEME/lib/admin/images/acf-flexible-content-extended” path and used the correct name with dashes instead of underscores.
]]>