Hi there,
How can I replace social icon on the footer with text?
Please advise.
Thanks,
Dee
Hi there,
How can I replace social icon on the footer with text?
Please advise.
Thanks,
Dee
Hey,
1) Add following code to css/custom.css:
.social_bookmarks li {
display: none;
}
Then add your text before following code in footer.php:
</ul><!-- end social_bookmarks-->Hi,
I did as suggested, but the text still showing on the left section instead of right and somehow I'm still can see the social bookmarks.
Can you check?
Thanks.
Can you post a link please?
Can I send to your email instead? Perhaps you can check from back-end.
Can you create me an admin account and send me the login details to: kriesi2000-dude@yahoo.com - I'll look into it :)
Hi there,
I don't intend to add text anymore, but how can I create the target link for the social icons (footer & header) to a new blank page instead of self page?
Thanks.
The easiest way to open external links in new windows is to use javascript. Open up avia.js and replace:
jQuery.noConflict();
jQuery(document).ready(function(){
with:
jQuery.noConflict();
jQuery(document).ready(function(){
jQuery("a[href^='http:']").not("[href*='mydomain.com']").attr('target','_blank');
instead of mydomain.com use your domain but without http:// or www. prefix.
Hi there,
I did your code, but this code affect the main logo instead. I would like when people click on the facebook link it will go to a new page.
Thanks.
Hi,
I believe Dude meant you should change the link to the link of where you want to go, in this case your Facebook link.
Have us know if it worked, I just glanced at it.
Can you modify avia.js and post a link to your website please?
You must log in to post.