Viewing 30 posts - 1 through 30 (of 125 total)
  • Author
    Posts
  • #1165392

    My social buttons are not showing correctly with the WordPress 5.3.1 update. See link for reference.

    #1165411
    This reply has been marked as private.
    #1165433

    I have the same issue as above!

    Please help.

    Thanks
    Joe

    #1165446

    Me the same on several sites..

    Please fix..

    Thanks

    #1165453

    Same here, awaiting your fix on this

    #1165469

    same here…even Enfold itself:

    #1165477

    Here also… please fix!

    • This reply was modified 4 years, 5 months ago by mamopictures. Reason: added website
    #1165488

    same for me, the before:: element is missing for some icons…

    #1165492
    This reply has been marked as private.
    #1165505

    push!

    #1165510

    Same here!

    #1165511

    Same here! I have 5 icons and only the first icon shows or can be changed with CSS. So I used Chrome to inspect the live website and the “data-av-icon” is not present in the website’s HTML for that last four icons, which is why the CSS styling did not work.

    Yes, I cleared my browser cache. In fact I used three different browsers and I also used them in private mode.

    Yes, I cleared my WordPress cache plugin and I even toggled the Enfold performance features and cleared the old code CSS and JS.

    Yes, I uploaded a new copy of Enfold.

    Yes, I deleted and added back the Social icons but no change.

    Yes, I tried adding the icons to the Footer but no change.

    Yes, I and running the latest version of everything installed to include PHP 7.3.

    I am not having issues with any other icons on my website or problems with any other functions on my website.

    Everything was working fine until WP 5.3.1.

    #1165518

    The same error also on my sites, updated to version 5.3.1, you only see the icon of the email.
    argggghhhhhhh heeellppp

    Bruno

    #1165528

    Same here after latest WP update. Please provide a fix asap (as 4.6.4 will probably see the light of days only in 2020…).

    Update: It affects Enfold 4.6.3.1, I have two sites running still on 4.5.4, here the problem doesn’t exist. All plugins decativated to test.

    • This reply was modified 4 years, 5 months ago by L+T. Reason: Update of information
    #1165535

    I have the same issue this morning on 5 different websites, this is an issue with the new wordpress update 5.3.1 and enfold theme, i am not having this issue with avada theme for example

    #1165537

    I found out that if the social URL is without https the icon is shown but no target blank.

    #1165539

    Not showing for me either http or https

    #1165540

    I have the same problem, you only see the icon of the email.
    I have solved for now by downgrading to WP 5.3 with the plugin WP Downgrade

    • This reply was modified 4 years, 5 months ago by manurimini.
    #1165550

    Hello,

    Same problem here since the WP 5.3.1 update. Affects only Enfold version 4.6.3.1 (as far as I can check this).
    I looked at the code of a site running 4.6.3.1 and compared it to a site running an older version.

    4.6.3.1
    a target=”_blank” aria-label=”Link to Facebook” href=’https://***censored***’ aria-hidden=’true’ title=’Facebook’

    4.5.6
    a target=”_blank” aria-label=”Link to Facebook” href=’https://***censored***’ aria-hidden=’true’ data-av_icon=’’ data-av_iconfont=’entypo-fontello’ title=’Facebook’

    This crucial part is missing in the newest version: data-av_icon=’’ data-av_iconfont=’entypo-fontello’
    No clue so far why this happens.

    • This reply was modified 4 years, 5 months ago by jvingerhoets.
    #1165591

    OK, I found the cause and (temporary) solution!

    Changes made to the file ‘formatting.php’ in ‘wp-includes’ of the new WP 5.3.1 version are the cause.
    I compared this file via diffchecker.com to the previous WP version and saw some differences to the bits concerning how links with ‘target’ and ‘rel’ should be rewritten. On the left is the new version, on the right the old one: https://www.diffchecker.com/6VKr6jb4

    Look for the changes starting on line 3149. The code in red (on the left) should be replaced with the code in green (on the right). Last line that should be changed is 3222. There are more changes in red starting on line 4903 but don’t touch these or your site will break!

    After I made these changes, the social media icons magically reappeared after reloading.
    Naturally this should be addressed in the next Enfold update, but for now this fix works (for me).

    • This reply was modified 4 years, 5 months ago by jvingerhoets.
    #1165609

    Hi @jvingerhoets

    Same for me, work!
    Many Thanks

    #1165617

    All icons which are linked to an external url are gone. Internal links are still showing…. strange…

    #1165638

    This is a major issue. What is the normal ETA on an Enfold update for WordPress compatibility?

    Modifying core WordPress files is not an option for various reasons. Not to mention most security plugins will flag this as a hacking attempt.

    How about a simple script to add to the functions.php file to temporarily fix the issue until a new Enfold release?

    #1165687

    Leaving a reply here to be updated on fix.

    #1165730

    Social icons not showing!!

    #1165732

    Same here

    #1165733

    Leaving reply so I’m notified of fix.

    #1165734

    Also not working for my site. jvingerhoets his solution may work, but way to technical to me.

    Anyone did a roll-back to WP 5.3?

    #1165745

    OK, I created a CSS fix to the problem of missing social media icons and blog post sharing icons! It’s not all of them, but most.

    Add the following to your Quick CSS in Enfold Child Theme Options > General Styling

    
    /* 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: '';
    }
    
    #1165777

    Thanks G! Your solution works perfectly!

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