Community Forums › Forums › Archived Forums › Design Tips and Tricks › Adding Social Media Icons to right side of nav bar
Tagged: nav widget, simple social icons
- This topic has 10 replies, 4 voices, and was last updated 10 years, 11 months ago by
renwil.
-
AuthorPosts
-
April 30, 2015 at 3:54 pm #149670
jbent10
MemberI am trying to add a widgetized area to my nav bar. I read a previous question and reply where the person who answered provided a link. I attempted to follow the code in the link and added it to my functions php but never had a widgetized area show. In order to get an explaination of the code from the owner he charges a monthly fee.
I just need to add a widgetized area to my nav bar so I can put the simple social icon plugin there. Any and all help will be very appreciated.
Thanks
http://thattechchick.com
JessicaMay 1, 2015 at 6:03 pm #149763Tom
ParticipantHiya,
Try a variation of the second method in this tutorial: Adding Simple Social Icons & a Search Form to a Genesis Menu
Choose your next site design from over 350 Genesis themes.
[ Follow me: Twitter ] [ Follow Themes: Twitter ] [ My Favourite Webhost ]May 1, 2015 at 8:37 pm #149779jbent10
MemberThanks Tom, I tweeked the code a bit to not show the search box and it finally worked. All I need to do now is align it with my nav bar and float the buttons right. Do I need to start a new topic for that?
May 2, 2015 at 10:20 am #149833Tom
ParticipantNice result.
Try working this CSS into your stylesheet to fix alignment and spacing:
.custom-social { float: right; margin: 13px 7px 0px 0; } .genesis-nav-menu a{ padding: 24px 15px 22px 15px; }That leaves some issues with contrast and highlights, plus the menu setup from 767px and down is wonky, but that's not a result of your new menu addition.
Choose your next site design from over 350 Genesis themes.
[ Follow me: Twitter ] [ Follow Themes: Twitter ] [ My Favourite Webhost ]May 2, 2015 at 11:26 am #149837jbent10
MemberThanks for the help. I normally do not have a black nav bar, only changed it because I wanted to see were it really was. I changed it back and worked in the code you suggested but nothing changed at all lol
May 2, 2015 at 12:05 pm #149843Tom
ParticipantYour media query for 800-px has not been properly closed. Close this to exclude the statement
.custom-social { float: right; margin: 13px 7px 0px 0; }... which should be up in the Site Navigation section instead of the bottom of the file so the media queries can do their job..
Choose your next site design from over 350 Genesis themes.
[ Follow me: Twitter ] [ Follow Themes: Twitter ] [ My Favourite Webhost ]May 2, 2015 at 1:45 pm #149848jbent10
MemberOMG!! Thank you. If I new you I would kiss you LOL. jk
You have helped me so much!
May 2, 2015 at 5:53 pm #149877Tom
ParticipantThat's the kind of reaction we're looking for!
Glad that worked out for you.
Choose your next site design from over 350 Genesis themes.
[ Follow me: Twitter ] [ Follow Themes: Twitter ] [ My Favourite Webhost ]May 13, 2015 at 2:00 am #151969notfarnow
ParticipantWhat did you edit out to remove the search form and only have the social icons?
July 4, 2015 at 1:34 pm #158365renwil
ParticipantWhere do I add this code? In the functions.php file or do I create another file?
July 4, 2015 at 2:18 pm #158369renwil
ParticipantNo need to respond. Got my issue fixed. Thanks.
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.