Viewing 3 reply threads
You must be logged in to reply to this topic.
email icon not appearing in footer june theme
Hello,
Go to your theme files using FTP and open codeless_socialwidget.php which is found in includes/widgets/codeless_socialwidget.php. Change the code below :
if( !empty($email) )
echo '<li class="email"><a href="'.esc_url($email).'"><i class="cl-icon-mail"></i></a></li>';
To this :
if( !empty($email) )
echo '<li class="email"><a href="'.esc_url($email).'"><i class="cl-icon-email"></i></a></li>';
Let us know if the problem persists.
Best regards!
Hello,
You must have made some syntactic mistake.
I can not make the changes for you. The file can not be uploaded back. But you can try again,the change is minimal. See screenshot: https://postimg.cc/image/6ntlzhim5/
I can not access the ftp either. The connection is not possible.
PS: The credentials are added in your profile extra fields. Check them here: https://support.codeless.co/?bbp_user=2563
Here they are private. So there is no need to add them in every future topic or reply.
Best regards!
You must be logged in to reply to this topic.