I've tried reading through all the pages of threads started here, but was wondering if someone could post simple instructions to get the Facebook icon and link to work beside the search bar where the RSS and Twitter buttons are right now.
Thanks.
I've tried reading through all the pages of threads started here, but was wondering if someone could post simple instructions to get the Facebook icon and link to work beside the search bar where the RSS and Twitter buttons are right now.
Thanks.
In header.php you'll find following code:
<!-- there is room for 3 icons, below are predefined classes for others if you want to use them instead -->
<!--
<li class='flickr'><a class='ie6fix' href="#">flickr</a></li>
<li class='facebook'><a class='ie6fix' href="#">Facebook</a></li>
-->
Just uncomment facebook and/or flickr links to display them i.e like here. Replace # with your facebook account link.:
<!-- there is room for 3 icons, below are predefined classes for others if you want to use them instead -->
<li class='flickr'><a class='ie6fix' href="#">flickr</a></li>
<li class='facebook'><a class='ie6fix' href="#">Facebook</a></li>
The Dude
Hello I do not know what I'm doing wrong for the icon does not appear in
search bar, I already put my facebook and my account still not
the icon, what am I doing wrong?
Can you post a link to your website? I've a look at it.
You did not uncomment the facebook icon:
Please change this code:
<!--
<li class='flickr'><a class='ie6fix' href="#">flickr</a></li>
<li class='facebook'><a class='ie6fix' href="http://facebook.com">Facebook</a></li>
-->
to
<!--
<li class='flickr'><a class='ie6fix' href="#">flickr</a></li> -->
<li class='facebook'><a class='ie6fix' href="http://facebook.com">Facebook</a></li>
The Dude
the codes are equal has nothing to be changed or that I'm not
see, the code that you like this s, it has nothing to replaced or I
I do not see
They are not equal. Can you see this <!-- and --> symbols? They comment html code so that the browser won't show it. You need to set the --> before the facebook link to show it.
The Dude
I would also like to substitute the CONTACT button with a FACEBOOK icon, but I am not seeing the
<!-- there is room for 3 icons, below are predefined classes for others if you want to use them instead -->
<!--
<li class='flickr'><a class='ie6fix' href="#">flickr</a></li>
<li class='facebook'><a class='ie6fix' href="#">Facebook</a></li>
-->
That you were referring to above in my header.php file. Could I have an older version? If so, How can I update? Or is there another issue?
http://best-temecula-guide.com
Thanks.
Hey,
The latest version of the theme that I'm aware of is 2.0 - it looks like you already have this version. Your best bet is to re-download the theme from Theme Forest and compare your header.php file with the new downloaded version.
And it looks like you've successfully changed the icon to a contact icon / link :)
James
You must log in to post.