Tagged: ismael
-
AuthorPosts
-
April 17, 2017 at 1:08 pm #778665
Hi Guys,
i know this question has been asked may many time over, but i’m newbie and I’m having trouble understanding your directions.
1. i understood i have to upload the zip folder of the icon i want to use. And that is done. ( is a TripAdvisor icon btw)
2. I have to copy this code in the function.php of my child theme// Register new icon as a theme icon
function avia_add_custom_icon($icons) {
$icons[‘icon_name’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue800’);
return $icons;
}
add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);// Add new icon as an option for social icons
function avia_add_custom_social_icon($icons) {
$icons[‘Icon Label’] = ‘icon_name’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);?>
3. i refresh the page and nothing is happening….what am i doing wrong? and if i have to replace the info such as [‘Icon Label’] = ‘icon_name’; where do i find this info? they are not in the folder i download, and not in the fontello website.
Hope you can advise.
many thanksApril 17, 2017 at 7:48 pm #778891Hi,
Please replace ‘fontello’ in the code with font name in Enfold theme options > Import & Export – http://imgur.com/qZ39D4s
Then edit one of your pages, add Icon element under Content Elements tab of Advanced Layout Builder to your page, edit your element and hover on your icon to find charcode – http://i.imgur.com/fMFBJMF.png and replace ‘ue800’ with that charcode.
If that does not help, please post temporary admin logins here privately so we can apply the changes for you :)
Best regards,
YigitApril 18, 2017 at 4:39 am #779043Thank you Yigit, i must do something wrong because is not working. I created the credential for you, if you could take a look at it i would be very glad. What i need to do is to add the TripAdvisor icon, next to the top menu on the right.
April 18, 2017 at 11:01 am #779175Hi,
“Authentication required” to go to your login page. Can you please post those credentials here privately as well? :)
Best regards,
YigitApril 18, 2017 at 11:16 am #779192HI Yigit, i did it already in the previous message, i will do it again now. please check the box blow for private content.
many thanks
April 18, 2017 at 11:48 am #779211Hey!
I believe they are WP admin logins as they are not working for authentication. Screenshot below :)
Best regards,
YigitApril 18, 2017 at 11:55 am #779215Yes, sorry that’s a problem we are facing with our hosting space, please login from another app then Chrome ( is the only one not working)
many thanks!April 20, 2017 at 7:10 am #780336Hi,
I’m sorry but the login credentials are still not working.
These threads might help.
// https://kriesi.at/support/topic/adding-new-options-to-social-profiles/#post-675147
// https://kriesi.at/support/topic/trip-advisor-in-top/#post-629249Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.