David Mulero
David Mulero
Thanks for your solution, @Milan-960 but it didn't fully solve my issue, all of the request summaries were messed up as you can see here:  My solution was similar,...
Same issue here! I need to load a list of items dynamically with a "load more" button... This is my workaround: ```javascript const itemVariants = (index) => ({ initial: {...
Still having this issue...
Hi! I've tried the code, but it didn’t work as expected in my case. I had to move a few lines of your code further down in `fields.inc.php` to make...
Just to clarify: in my fresh installation (latest versions of everything), I had to place the code inside the `showForTab` function below the line: ```php $display_condition = new PluginFieldsContainerDisplayCondition(); ```...
I've been testing this code and works correctly except for one more issue: When a custom field is shown and you edit another field (e.g. title), the custom field's alignment...