Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #555282

    “Was not able to add a config file”

    that is the error I get? I downloaded a zip file here: http://fontello.com/

    added this to the functions.php:
    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    $icons[‘Houzz’] = ‘houzz’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);

    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    $icons[‘houzz’] = array( ‘font’ =>’houzz’, ‘icon’ => ‘ue801′);
    return $icons;
    }
    add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 50, 1);

    And then I went to the import/export to import the entire zip file I got from fontello and I get that error…that a config file can’t be created.

    What am I missing? :( I’ve contacted WPEngine and they are struggling to find a solution as well.

    #555287

    Hey!

    Can you ask WP Engine if PHP Safe mode is enabled?

    Regards,
    Josue

    #555296

    I will check!

    #555300

    Looking forward to hearing from you :)

    Regards,

    Josue

    #555333

    Ok, this was their response:
    The server you’re on is php 5.5
    Safe mode was removed in 5.4

    #556251

    Hi!

    Try unzipping the Fontello package, manually uploading /fonts/ to your child theme directory and adding the contents of /css/font-name.css to your child theme stylesheet.

    Best regards,
    Josue

    #558542

    Any chance YOU can look into this Josue? I’m not having any luck with my support question here:

    https://kriesi.at/support/topic/houzz-my-code-isnt-working/

    and starting to get super frustrated with the back and forth when I’m asking them to just go in a look…every code they provide is NOT working.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Houzz Icon – Config error’ is closed to new replies.