Marie Comet
Marie Comet
Bonjour, je rencontre le même problème, je pense, sur une modale qui contient un sélecteur select2 : lorsque le formulaire est dans une modale, les choix et la recherche select2...
Revoir après mise à jour de PostCSS, peut être à refactorer
+1 Same here
Hi @rafegoldberg I think it's the same issue that https://github.com/MarieComet/mc-acf-flexible-template/issues/8 which I can't resolve for now.
Hi @julesrenaud, do you think you can make a pull request for this fix ?
@CalebBarnes PR #14 is not related to this issue ("Make acf template tax optional") : https://github.com/MarieComet/mc-acf-flexible-template/pull/14/commits/1d09c88af3f42594cdf48f444ef3bce584516119
Hi, Flexibles templates are native Custom Post Types, and flexible data is [stored as native post meta](https://github.com/MarieComet/mc-acf-flexible-template/blob/master/includes/class-mc-acf-flexible-template.php#L70), as serialized values. So i guess, you can display these values using `get_post_meta(...
I'm sorry but I don't understand what's you mean by "_the serialized form is not "installation-independant"_"
Hi Peter, can you share and export (json or php) of your groups fields ? It will be easier for me to reproduce this issue. Thanks you.
Ok, I can reproduce with and without the Component field plugin. There is a problem with nested flexibles/repeater fields, I've tried both situations : - Parent (flexible) -- Child (flexible)...