Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1178768

    Hi Guys

    I am trying to add a custom image as a social media profile. I have added the following:

    functions.php:

    // We’ll use the Kriesi.at glyph for this example
    function avia_add_custom_social_icon($icons) {
    $icons[‘Synergis’] = ‘synergis’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);

    Custom CSS:

    #top #wrap_all .av-social-link-synergisi a:before{
    content: “”;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background: url(http://54.173.100.101/wp-content/uploads/2019/10/Synergis_icon_red-1.png) no-repeat center center;
    background-size: contain;
    }

    But the image is not displaying. There is now a new social profile but instead of my image there is simply a pencil icon.

    Please help.

    Thanks
    Dee

    #1179031

    Hi Guys

    Just a quick follow up to see if it would be possible to assist a little with this one?

    Thanks
    Dee

    #1179037

    Hi Dee,

    Could you please create temporary admin logins and post them here privately so we can look into it?

    Best regards,
    Yigit

    #1179095

    Hi Yigit

    Please find logins below.

    Dee

    #1179097

    Hi,

    I notiecd image could not be found error so i re-uploaded the image and updated the link in your CSS code. Please review your website :)

    Regards,
    Yigit

    #1179125

    Massive thank you!!!!

    #1179135

    Hi,

    You are welcome Dee! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Adding Social Profile Image’ is closed to new replies.