Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #646285

    Hi,

    I try to put a new social profile for my website, i put this instructions in fonctions.php

    // Add tripadvisor social profile
    function avia_add_custom_social_icon($icons) {
    $icons[‘Tripadvisor’] = ‘Tripadvisor’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);

    and i put this following instructions in the quick CSS

    #top #wrap_all .av-social-link-kriesi a:before{
    content: “”;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url(http://hydrospeed-ariege.fr/wp-content/themes/enfold/images/Tripadvisor.png) no-repeat center center;
    background-size: contain;
    }

    it doesn’t work
    can you help me please.

    PS (sorry for my English:)

    #646401

    Hey smallfab!

    can you please provide us ftp also, in case the function does not go well and returns white page.
    Thanks a lot

    Regards,
    Basilis

    #646423

    my FTP in the private content, thanks for your quick answer
    Smallfab

    #648345

    Hi,

    We added the tripadvisor icon. Please change the url in the Enfold > Social Profiles panel. If you have the time, please move to a child theme so that you can preserve the modifications: http://kriesi.at/documentation/enfold/using-a-child-theme/

    Best regards,
    Ismael

    #648479

    Thank you so much, i will move to a child theme in the future.

    Smallfab

    #648506

    Hi,

    Glad we could help!

    Let us know if you have any questions.

    Best regards,
    Vinay

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