Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1430158

    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

    #1431300

    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

    #1431332

    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.

    #1431350

    Hi,

    Will be changed to public in next release 5.6.10.

    Enjoy the theme and have a great day.

    Best regards,
    Günter

    #1431358

    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)?

    #1431368

    Hi,

    There is nothing planned in the near furture at the moment.

    Best regards,
    Günter

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.