Okay
  Public Ticket #3442788
Twitter Icon
Closed

Comments

  •  1
    irmankarim started the conversation

    Hi! i'm using Salient theme. When will the twitter icon be updated to the new version?

  •  2,967
    Andrew replied

    Hello there,

    Thank you for getting back to us.

    To access this you need to update to the latest version of the theme. You can see this in the changelogs here https://themenectar.com/changelogs/salient.html.

    The current version of the theme is 16.0.5 and the current version of the page builder is 6.13 . Salient versions older than v11 won't be compatible with WordPress 5.5.

    Here's the documentation on the available methods for updating Salient: http://themenectar.com/docs/salient/updating-salient/#methods.

    To get a list of Bug Fixes and new Feature add-ons in the Latest Theme updates view the change log here http://themenectar.com/changelogs/salient.html .

    I hope that helps.

    Best regards,

  •  1
    irmankarim replied

    Thank you for the quick response :)

  •  1
    irmankarim replied

    Hi! How about the social share?

    Attached files:  Screenshot 2023-08-23 at 10.11.25 PM.png

  •  2,967
    Andrew replied

    Hello again,

    Thank you for getting back to us.

    Could you please share your site URL so we can check this out for you?

    We look forward to your reply.

    Kind regards,

  •  1
  •  279
    Noah replied

    Hi there

    The Social share buttons do not seem to have gotten the new icon changed out in the latest version of Salient. We will inform the developers about this so they can fix it in future updates.

     As for now, we do not have a workaround to change the icon.
    Hope you understand.

  •  8,860
    Tahir replied

    Hey Again,

    You can use this CSS in the meantime to add in the new icon.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    body .fa.fa-twitter:before {
        content: "\e918" !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    irmankarim replied

    Thank you! It works!