Forum Replies Created
-
AuthorPosts
-
But tripadvisor icon does not exist in fontello.com… How can I add it?
This reply has been marked as private.I have uploaded a font that contains tripadvisor icon.. Although I see it at the admin panel in the Avia builder, once I save a page , the icon doesn’t appear in the page view. All I want is to place it as a social profile icon at the top bar and at the widget area. I placed it here
function avia_add_custom_icon($icons) {
$icons[‘foursquare’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue800′);
$icons[‘tripadvisor’] = array( ‘font’ =>’sociconregular’, ‘icon’ => ‘3’);
return $icons;
}
add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);function avia_add_custom_social_icon($icons) {
$icons[‘Foursquare’] = ‘foursquare’;
$icons[‘tripadvisor’] = ‘tripadvisor’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);and the icon is not displayed
Hey I am still not able to put tripadvisor icon any ideas?
Thanks in advance
Hi,
I placed this code
function avia_add_custom_icon($icons) {
$icons[‘foursquare’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue800’);
$icons[‘tripadvisor’] = array( ‘font’ =>’sociconregular’, ‘icon’ => ‘3’);
return $icons;
}
add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);function avia_add_custom_social_icon($icons) {
$icons[‘Foursquare’] = ‘foursquare’;
$icons[‘tripadvisor’] = ‘tripadvisor’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);and the icon is not displayed. I also replaced “3” with the name of the icon (tripadvisor). Then i tried to just place the icon on a page and the icon was not displayed in a page although I could see it in the admin page. Any ideas?
Thanks in advance
I also get a music note istead of fourquare icon on the footer widget :/ how can i fix it ? is the icon i want to use…
Thank you Ismael :) that worked great !!!
One last thing I added socicon font in order to use tripadvisor icon that was not included in fontello the icons. I uploaded it on the site and it looks fine as an icon but i cant use it as a social icon don’t know php in order to add it to my fuctions php the details are {“id”: “tripadvisor”, “name”: “tripadvisor”, “character”: “3”, “color”: “#000000”}
Thanks in advancehttps://kriesi.at/support/topic/custom-social-bar-icons-replaceadd-enfold/#post-304134 I coppied the code in functions php didn’t work for me… please help me add a fontello icon i have already uploaded
Thanks but how did you do this I want to add a foursquare uploaded fontello icon and a custom icon too (have no idea how to do this but i ll try by reading previous topics). And add them in two other wordpresses footers
http://clubhotelloutraki.gr.5-189-131-5.socialdive.gr/hotel
http://clubhotelloutraki.gr.5-189-131-5.socialdive.gr/casinoThis reply has been marked as private. -
AuthorPosts