Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #637721

    The icon doesn’t appear on the top menu

    Put this code on fuctions.php

    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    $icons[‘tripadvisoricon’] = array( ‘font’ =>’tripadvisor’, ‘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[‘Trip Advisor’] = ‘tripadvisoricon’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);

    And i installed the santateretrip font

    #637760

    Hey thiagorfm,

    Thanks for getting in touch with us!

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • the URL to the login screen
    • a valid username (with full administration capabilities)
    • as well as a password for that username.

    Best regards,
    Jordan

    #637762

    Hi thiagorfm!

    Can we please check your web site?
    Also, provide us with backend access.

    Thanks a lot for your understanding

    Regards,
    Basilis

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.