Has anyone added additional social media options to the theme yet?
If so, can you please share how you completed this?
If not I will try and figure it out and then post the info.
Has anyone added additional social media options to the theme yet?
If so, can you please share how you completed this?
If not I will try and figure it out and then post the info.
Comments
Comment #1
muirhead commentedOK, so it was easier than originally thought.
I added the following to line 106 in the template.php file
$social['LinkedIn'] = theme_get_setting('LinkedIn');and this to line 117 in theme-settings.php
Then all that was needed was to add a LinkedIn-icon.png file to the folder fontfolio/styles/images
Comment #2
nehasikri commentedhi,
i tried but its not working!
Comment #3
israelshmueli commentedTo add new social icon (e.g linkedin ) you need to supply 3 elements
1.
2.
Inside theme-settings.php
Do what you have already done,
3.
Inside template.php file:
between lines 99 and 100 (add your new line).
$social['linkedin'] = theme_get_setting('linkedin');Give it a try. Should work
Comment #4
nehasikri commentedhi, ya it works!! thanks :)
Comment #5
nehasikri commentedhi
can u plz resolve my other issue?
i want to add drop down menu under main menu, i tried but no luck, plz help me if u have any idea!
thanks!