Re: [1.5] Adding extra social links to the nav bar
If anyone has fixed the invisible icon error I would appreciate it very much if you shared the solution.
Arras WordPress Theme Community Forums
Community support for Arras and other WordPress projects
You are not logged in. Please login or register.
Arras 1.5.2-RC2 Now Available: Download Here
Forum Rules: Please ensure that you have clearly read and understood the forum rules before posting.
User Confirmations / Password Reminders: Please check your spam folder before emailing for help if you have not received the confirmation or password reset emails.
Arras WordPress Theme Community Forums → Guides Database → [1.5] Adding extra social links to the nav bar
If anyone has fixed the invisible icon error I would appreciate it very much if you shared the solution.
hi
still looking for a solution. any ideas?
thanks
conte
the code for google+1 does not work in IE or latest firefox. any ideas how to resolve this issue?
thanks
cotne
please. need help. cant maket his work
thanks
conte
how to up to top-nav social icons.? SOS please
I tried to change the CSS, option.php, arras-general.php, template.php to change the position of social icons to top-nav but not how to do it .. how to up to top-nav? please help SOS ![]()
Added the following code to the functions.php file to insert a Google +1 button to the quick nav:
function add_extra_sociallinks() { ?> <li><a id="plusone"<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script> <g:plusone size="small"></g:plusone></a></li> <?php } add_action('arras_quick_nav', 'add_extra_sociallinks');
How do you add the +1 button to the nav var in main page? I added this code to functions.php, but it only shows up in single posts. I want it on the main page. You can check it out at www.marcefx.com (click on any post)
Thanks
bpepper wrote:Added the following code to the functions.php file to insert a Google +1 button to the quick nav:
function add_extra_sociallinks() { ?> <li><a id="plusone"<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script> <g:plusone size="small"></g:plusone></a></li> <?php } add_action('arras_quick_nav', 'add_extra_sociallinks');How do you add the +1 button to the nav var in main page? I added this code to functions.php, but it only shows up in single posts. I want it on the main page. You can check it out at www.marcefx.com (click on any post)
Thanks
Bump!
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 9 official extensions. Copyright © 2003–2009 PunBB.
Generated in 0.035 seconds, 10 queries executed