Tagged: ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #362112

    Hello Support-Team,

    is it possible? Am I the first one that receives such an error? I searched the forum but didn’t find anything similar.
    Here’s what I get:

    Couldn’t add the font.
    The script returned the following error:

    Fatal error: Class ‘ZipArchive’ not found in …/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 107

    As descripted in this video http://kriesi.at/archives/enfold-version-2-3-say-hello-to-our-new-iconfont-uploader I tried to upload some more icons. This doesn’t work with the named errorcode. Could you please help me?

    Thanks in advance,
    Chris

    #362155

    Hi Chris!

    The ZipArchive is a standard php class: http://www.php.net/manual/en/class.ziparchive.php
    If your server returns an error like “Class ‘ZipArchive’ not found” please contact your hoster and ask the server administrator to activate the ZipArchive class/support for you. Maybe they need to update the php version or change the php.ini config file for you.

    Cheers!
    Yigit

    #362311

    Hey Yigit,

    thanks a lot. I’ll try that solution and reply if it solved the issue.

    All the best,
    Chris

    #362320

    Hey!

    Sure, we will be waiting to hear from you!

    Best regards,
    Yigit

    #362379

    Hey Yigit,
    it worked!!! Thanks a lot. I just had to update the PHP.ini File for that hosting. With Domainfactory it was kind of easy, because the module is already installed andd ust had to be activated / included.

    So you helped me a lot.

    Thank you!

    All the best,
    Chris

    #362383

    Hi Yigit,

    may I ask one more question? In this thread https://kriesi.at/support/topic/edit-image-with-hotspot-numbers/ the place where to edit the numbers is not named. Could you tell me that quickly?

    Thanks a lot,
    Chris

    #362388

    Hey!

    Can you please elaborate on the changes you would like to make and post a link to your page where you have your hotspot image element?

    Cheers!
    Yigit

    #362419

    Of course. It’s used right here: http://www.vimana-gmbh.de/seminartermine/
    The “1” should be “BU” and the “2” should be “FQ”.
    Thanks for your help,
    Chris

    #362432

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

     .page-id-251 a.av-image-hotspot_inner {
    color: transparent!important;
    }
    .page-id-251 .av-image-hotspot:nth-child(1) a.av-image-hotspot_inner:after {
    content: 'BU';
    color: white!important;
    position: relative;
    left: -3px;
    }
    .page-id-251 .av-image-hotspot:nth-child(2) a.av-image-hotspot_inner:after {
    content: 'FQ';
    color: white!important;
    position: relative;
    left: -3px;
    }

    Regards,
    Yigit

    #362478

    WOW!!! Thx guy. Amazing help!

    #362483

    Hey!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Error while uploading new fontello fonts’ is closed to new replies.