Tagged: social media
-
AuthorPosts
-
December 19, 2015 at 1:39 am #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.
December 19, 2015 at 1:58 am #555287Hey!
Can you ask WP Engine if PHP Safe mode is enabled?
Regards,
JosueDecember 19, 2015 at 2:08 am #555296I will check!
December 19, 2015 at 2:15 am #555300Looking forward to hearing from you :)
Regards,
JosueDecember 19, 2015 at 3:46 am #555333Ok, this was their response:
The server you’re on is php 5.5
Safe mode was removed in 5.4December 22, 2015 at 1:55 am #556251Hi!
Try unzipping the Fontello package, manually uploading
/fonts/to your child theme directory and adding the contents of/css/font-name.cssto your child theme stylesheet.Best regards,
JosueDecember 30, 2015 at 7:44 pm #558542Any 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.
-
AuthorPosts
- The topic ‘Houzz Icon – Config error’ is closed to new replies.
