Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #28367

    Hi guys,

    I need to get the social icons working with the small non fixed header. I want them to be on the right hand side on the header..

    The small fixed header seems like it’d be a popular choice, I’m surprised this isn’t pre-programmed in the theme honestly.

    Can anyone give me some insight on this?

    Here is the website I whipped up: http://www.moonrise.ca

    #137359

    Hi cyrusis,

    The easiest thing to do would be to just copy the html and add it into the header.php file. The headers aren’t really set up to cut and paste snippets from them though so there will still need to be a good bit of css customization.

    Being that the simple header is a *simple header* there will likely not be an option to have the social icons in it.

    So set up the header with the social icons and then inspect the page or view its source and just copy out the generated html before switching the header back. Then you’ll have it generated in a way you can paste it into the header again and align/position it as needed.

    Regards,

    Devin

    #137360

    I was able to do this by deleting this line in header.php:

    if(strpos($headerS,’social_header’) !== false)

    Essentially, it forces the social header to show regardless of which header you choose in the theme settings.

    #137361

    Hey,

    @festivedaisy: Thanks for the tip.

    @cryusis: daisy’s suggestion should work fine.

    Cheers,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Social Icons help’ is closed to new replies.