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

    I have the social media icons in the header and footer, if I move the mouse I can only see the colors of the icons but the icons are hidden the same thing happens to share a blog post.

    Please help me with that.

    #1217688

    I have the same problem with latest Enfold update. All my social icons disappears… How to fix this problem???

    #1217794

    Hi honkatech,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    /* enfold social media icons fix */
    .social_bookmarks_twitter a::before, .av-social-link-twitter a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_facebook a::before, .av-social-link-facebook a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_linkedin a::before, .av-social-link-linkedin a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_pinterest a::before, .av-social-link-pinterest a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_tumblr a::before, .av-social-link-tumblr a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_reddit a::before, .av-social-link-reddit a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_vk a::before, .av-social-link-vk a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_gplus a::before, .av-social-link-gplus a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_mail a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_dribble a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_youtube a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_instagram a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_vimeo a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    .social_bookmarks_whatsapp a::before, .av-social-link-whatsapp a::before {
        font-family: 'entypo-fontello';
        content: '';
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1217795

    Hi evilmc,

    There are different reasons for this issue.

    Please start a separate thread, describe your issue there and give us a link to your website.

    Best regards,
    Victoria

    #1217814

    No, i have the same problem like @honkatech

    Now everything work with this extra CSS.

    #1217902

    Thank you so much Victoria, no everything is ok.

    Thank you

    #1217970

    Hi honkatech,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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