Viewing 1 post (of 1 total)
  • Author
    Posts
  • #1166714

    Hi everyone,

    *** UPDATE ***

    The below fix should not be necessary any longer, simply update to the latest version of the theme (4.7.1): https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update

    *** END OF UPDATE ***

    Please update enfold\framework\php\function-set-avia-frontend.php

    with https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_6_3/framework/function-set-avia-frontend.php

    Download the file directly here: https://www.dropbox.com/s/vexrw4g5x2dfr6z/function-set-avia-frontend.php?dl=0

    Do not forget to make a backup of the original file for fallback and clear server and browser cache after the file has been replaced.

    This fix will be included in the next release of the theme which will be available after the holidays.

    If the above fix should not work or if you are unable to perform it, then please try this in Quick 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: '';
    }

    If that should not work either then please open a new thread and include WordPress admin login details in private so that we can have a closer look at your site.

    • This topic was modified 4 years, 2 months ago by Rikard.
Viewing 1 post (of 1 total)
  • The topic ‘Missing icons after updating to WordPress 5.3.1 and maintenance releases’ is closed to new replies.