Philipp
Philipp
@rahulvermadev you said that something like the following is working for your `multicolor` fields: ```` 'output' => [ [ 'choice' => 'primary', 'element' => ':root', 'property' => '--color-primary', ], [...
Thanks @rahulvermadev & @aristath for your individual feedback. I am looking forward to the soultion for 4.0 and test it here again. Thanks anyways!
Result to make PR more clear: 
@junaidbhura thanks for this very useful plugin. I am looking at it with the utlook to use it for a WP Multisite. Before diving into it and do some tests:...
Hi @JJJ, I hope you are doing great! I don't want to generate any pressure. But I'd be very grateful for your estimate of when this could be implemented. Do...
@jeffpaul I am facing the same issue. CPTs do not load with Gutenberg anymore. But I think this is a very confusing behavior and I am not sure an UI...
Regarding `Functions from parent theme in helpers.php are available via \Parent\my_test_function()` I was able to solve it: In the `functions.php` I oversaw that `locate_template()` is used what checks for files...
Well, another issue solved. Quite easy and obvious when now thinking about it: In the child theme `config/view.php` you have to (of cause) add the composer Classes: ```` 'composers' =>...
@gitgudcameron you can have a look at this comment: https://github.com/ouun/stage/issues/204#issuecomment-764809660
Same here. For now I moved the footer inside the container but would love to avoid the get-around. However thank you very much for barba.js, it is fun to use!