Under Contruction Extension, Broken Social Media Icons

Recent updates to X and Pro switched to Font Awesome 5, but the updates to the Under Construction didn’t include a fix to the new fonts and are now showing as boxes.

<div class="tco-under-construction-social">                             
    <a href="https://www.facebook.com/" class="tco_under_construction_facebook" title="Facebook" target="_blank"><i class="tco-icon-facebook-square" data-tco-icon="" aria-hidden="true"></i></a>
    <a href="https://www.twitter.com/" class="tco_under_construction_twitter" title="Twitter" target="_blank"><i class="tco-icon-twitter-square" data-tco-icon="" aria-hidden="true"></i></a>
    <a href="https://www.linkedin.com/company/" class="tco_under_construction_linkedin" title="Likedin" target="_blank"><i class="tco-icon-linkedin-square" data-tco-icon="" aria-hidden="true"></i></a>
    <a href="https://www.instagram.com/" class="tco_under_construction_instagram" title="Instagram" target="_blank"><i class="tco-icon-instagram-square" data-tco-icon="" aria-hidden="true"></i></a>
    <a href="https://www.pinterest.com/" class="tco_under_construction_pinterest" title="Pinterest" target="_blank"><i class="tco-icon-pinterest-square" aria-hidden="true" data-tco-icon=""></i></a>
</div>

Are you going to continue to use these custom tco classes or follow your established code classes in X and Pro with x-icon-pinterest-square and data-x-icon-b ?

I have temporarily updated line 132 in file : /tco-under-construction/views/site/under-construction.php

From

<a href="<?php echo $url ?>" class="<?php echo $key ?>" title="<?php echo $sc['title'] ?>" target="_blank"><i class="tco-icon-<?php echo $media; ?>-square" data-tco-icon="<?php echo $sc['tco-icon']; ?>" aria-hidden="true"></i></a>

To

<a href="<?php echo $url ?>" class="<?php echo $key ?>" title="<?php echo $sc['title'] ?>" target="_blank"><i class="x-icon-<?php echo $media; ?>-square" data-x-icon-b="<?php echo $sc['tco-icon']; ?>" aria-hidden="true"></i></a>
1 Like

Hello @designerken,

Thanks for asking. :slight_smile:

Icon not showing in under construction plugin is a bug reason being the class that’s being used is old one. I have added this to our issue tracker for our developers to take a look.

Thanks for understanding.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.