Team showcase shortcodes breaking social icons

Ticket for: Team Showcase
0
Team showcase shortcodes breaking social icons 1
Dylan
Jul 20, 2021 09:32 AM 1 Answers
Member Since Jul 2021
Subscribed Subscribe Not subscribe
Flag(0)

Hi there,

Strange issue here, the team showcase page on my site is somehow causing the social icons in the header and footer to not display properly.
This is the URL in question https://saturnadvice.co.nz/saturn-team/
You can see that other pages on the site don\'t have that issue, eg https://saturnadvice.co.nz
And if I remove the team shortcodes on the team page the social icons display again.
I wonder if you have any suggestions?

0 Subscribers
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Team showcase shortcodes breaking social icons 2
PickPlugins
Jul 20, 2021
Flag(0)

Welcome to our forum.

I understand the issue, this is happening because we are using latest version of font-awesome icons. please use following code to your theme functions.php file to remove font awesome latest version

 

wp_dequeue_style( 'font-awesome-5' );

Sign in to Reply
Replying as Submit