Home › Forums › Theone WordPress Theme › Social icons?
- This topic has 16 replies, 4 voices, and was last updated 11 years, 1 month ago by
SeaTheme.
-
AuthorPosts
-
October 18, 2014 at 5:54 pm #4976
pixel
ParticipantI’ve chosen the icons for each social account, but on the site they only appear as text. How do I get the icons to show?
Thanks.
October 19, 2014 at 2:20 am #4979October 19, 2014 at 10:03 am #4991pixel
ParticipantThanks for the quick reply, I’ve uploaded the new php file, but I can’t seem to find the exact line to remove. Is it in style.css. My site is http://beta.pixelkicks.co.uk.
Thanks.
October 19, 2014 at 12:14 pm #4995I mean add the css (not remove) to custom css box(wp-admin/theone/general setting)
.social-icons-footer .icons-unit:before { display:none; }Because the mouseover on icon, the underline would be shown. The css will remove the underline.
October 20, 2014 at 6:37 am #5009pixel
ParticipantThanks.
February 15, 2015 at 8:27 pm #6284dashmista
ParticipantHow should I replace the functions php file? Add it to theone folder and reinstall theme?
February 15, 2015 at 8:34 pm #6285dashmista
ParticipantNevermind, I got the file in by reinstalling the theme =).
However, the “tooltip” is shown as text on the footer (but not the header). I do not want the tooltip text to be next to the icon, how can I change it to a true tooltip like it is in the header?
February 16, 2015 at 3:46 am #6288Hi dashmista,
Do you want to the social icons shown on both header and footer without text?
Best
February 16, 2015 at 4:02 am #6290dashmista
ParticipantYes. But I want a tooltip for both too.
February 16, 2015 at 5:02 am #6297Hi dashmista,
If you want hide the text of social link in footer.
Please login wp-admin, go to Theone / General Settings / Custom Css
Paste the css to Custom Css.social-icons-footer .social-text {display: none;}April 8, 2015 at 3:44 pm #6922gmann
ParticipantConfused??? Can you please explain what code goes where to replace the social link as text to social icons in footer rather than just text. I know you posted it, but still confused!
Thanks so much 🙂
GinaApril 9, 2015 at 1:38 am #6925Hi Gina,
Find the file: ../themes/theone/functions/interface/interface-funtions.php
open it by a code editor.Find line 446:
<?php if($key =='footer'){ echo '<span class="social-text">'.$tip.'</span>'; } else { ?>
update to:
<?php if($key =='footer'){ echo '<span class="social-text">'.$tip.'</span>'; ?><i class="<?php echo $icon; ?>"></i><?php } else { ?>April 17, 2015 at 6:08 pm #7012gmann
ParticipantThank you for your help, however I cannot locate the line you started above. I swear I am not clueless! I am using Advanced Code Editor and this location does not exist.
Just want to replace social media words with social icons in the footer area. Your help is really appreciated.
April 17, 2015 at 6:09 pm #7013gmann
ParticipantHere’s a screen shot on my editor. thanks so much 🙂
April 18, 2015 at 12:59 am #7015You need use FTP to login your host space ( to find the file: ../themes/theone/functions/interface/interface-funtions.php )
May 1, 2015 at 8:15 pm #7143gmann
ParticipantFound the file in my FTP site – how do I edit the code from here?
There must be an easier way???
Your help is REALLY APPRECIATED 🙂May 2, 2015 at 12:40 am #7146I have changed the file, please download(click) and unzip it, replace it to (../themes/theone/functions/interface/interface-funtions.php)
-
AuthorPosts
- You must be logged in to reply to this topic.
