Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #137285

    electronicsound
    Participant

    Hello

    The email icon has disappeared in the ‘Share this post’ shortcode within my posts – http://www.electronicsound.co.uk/private/wp/anomaly/

    How can I get this back? Thanks!

    #137346

    Cousett
    Member

    Hey there! Looks like the icon got unassigned.

    Try adding this CSS code under Appearance -> Customize -> Custom -> CSS

    .x-icon-envelope-square:before {
    content: "\f199";
    }
    #137374

    electronicsound
    Participant

    Hey

    I’m now getting f199 appearing instead…

    #137378

    Kosher K
    Member

    Hi There,

    Please update your X theme and X shortcode to the latest version.

    You can follow the update guide from here -> http://theme.co/x/member/kb/updating-your-theme-and-plugins/

    Cheers

    #138103

    electronicsound
    Participant

    If I update my theme, will I lose anything?

    #138167

    Christopher
    Moderator

    Hi there,

    No by updating you will not lose anything unless you have modified theme core files .
    For time being change your code to this one:

    .x-icon-envelope-square:before {
    content: "\\f199";
    }

    Hope it helps.