Forum Replies Created
-
AuthorPosts
-
Sorry, I don’t understand? Do you mean build an addition to the footer using page builder? Not sure how to do that…
Uploaded imdb as a family of three fontello fonts – imdb, spotlight and equity – and used the code below but the icons don’t show up when I try to select them in social icons?
add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);
function avia_add_custom_icon($icons)
{
$icons[‘imdb’] = array( ‘font’ =>’imdb’, ‘icon’ => ‘ue801’);
$icons[‘spotlight’] = array( ‘font’ =>’imdb’, ‘icon’ => ‘ue802’);
$icons[‘equity’] = array( ‘font’ =>’imdb’, ‘icon’ => ‘ue800’);
return $icons;
}add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);
function avia_add_custom_social_icon($icons)
{
$icons[‘IMDb’] = ‘imdb’;
$icons[‘Spotlight’] = ‘spotlight’;
$icons[‘Equity’] = ‘equity’;
return $icons;
}- This reply was modified 8 years, 8 months ago by Purplenaartjie.
Ignore this one, apologies – see next message!
So I found the settings for the small top bar – DOH! Sorry!
Apologies! My error with terminology… It’s the bar above the header I need to change, also I can’t seem to get rid of breadcrumbs although I have selected not to show them.
Hi – can’t see the socket in the image, just the header. Socket is in default colors but I’ve set it to have a blue background and yellow text, it contains a list of placenames…
Thanks for that. Several people have reported the same hack to you so I thought you may have kept an eye on what its doing…
-
AuthorPosts