Hi,
We are using the avia_font_manager class for a custom implementation via ACF. I seems that you changed the zip_flatten function from public/private to protected which leads to a fatal error in our implementation of two big projects.
I saw that @Günter created a new aviaFontManagementBase abstract class with a AviaIconFonts implementation. There’s just no way to pass the path to the constructor.
That’s how we used it: https://pastebin.com/ugjk2zi4
All the best,
Patrick
Hey Patrick,
I did not dig into your code – but would it help to change access to public for zip_flatten function ?
Best regards,
Günter
Yes, sure it would help. It was like that before. But it’s enfold code so you would have to change it.
We did a workaround and created a custom class with a public function that extends your class and calls the zip_flatten function. So it’s working for now.
Hi,
Will be changed to public in next release 5.6.10.
Enjoy the theme and have a great day.
Best regards,
Günter
Thank you Günter,
Will there be any changes in the future to the font manager stuff because I saw some new classes that you made (aviaFontManagementBase)?