Forum Replies Created

Viewing 7 posts - 31 through 37 (of 37 total)
  • Author
    Posts
  • in reply to: Footer to mirror top bar? #602560

    Sorry, I don’t understand? Do you mean build an addition to the footer using page builder? Not sure how to do that…

    in reply to: Professional icons instead of social icons? #600848

    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;
    }

    in reply to: Professional icons instead of social icons? #600844

    Ignore this one, apologies – see next message!

    in reply to: Socket settings #584176

    So I found the settings for the small top bar – DOH! Sorry!

    in reply to: Socket settings #584173

    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.

    in reply to: Socket settings #584160

    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…

    in reply to: Hacked By Kuroi'SH #582232

    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…

Viewing 7 posts - 31 through 37 (of 37 total)