Under Construction social icon issue fixed but YouTube icon still not showing

Hello,

I am trying to finalize my construction page in Pro and ran into the problem where the icons where showing up as empty boxes. I did the fix mentioned here (https://theme.co/apex/forum/t/under-construction-social-icons-not-appearing/54438/2) where I updated the .php file. Upon fixing this all of the icons were accurately fixed except for the YouTube icon. Is there a simple fix for this so that all of my icons show accurately.

Also is there any possibility of adding a Newsletter sign up area on the page? I think this option would be beneficial to have with the website info, countdown clock and social lists.

edited to add my sites url so you can see the YT social icon issue http://creatorquick.tips
Thanks,

Nick

Hi Nick,

Thanks for writing in! Extra text field is accepting shortocdes, so that you can add your newsletter shortcode there. Please refer to the following guide on how to setup email forms and to get the shortcode (https://theme.co/apex/forum/t/extension-email-forms/82).

With regard to the YouTube icon issue, the temporary fix would be to edit the following file
“\tco-under-construction\functions\options.php”

Then locate the following line of code
'youtube' => array('title' => 'Youtube', 'tco-icon' => ''),

And change it as follows:
'youtube' => array('title' => 'Youtube', 'tco-icon' => ''),

Hope that helps.

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