D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Socialia

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3129
    Brian Nobbe
    Participant

    Hello! I would like to add more social media options at the top right of the search bar.. I can create the buttons. What would be the best way to do this? Thanks!

    #3691
    D5 Creation
    Keymaster
    Quote:
    Quote from [email protected] on October 24, 2012, 21:05
    Hello! I would like to add more social media options at the top right of the search bar.. I can create the buttons. What would be the best way to do this? Thanks!

    You can do this by some customization of theme files.

    First of all go to Line No. 138 of header.php and add something like that as much link as you need

    Code:
    <a class=”icon something” href=”http://twitter.com/somename&#8221; target=”_blank”>Blog</a>

    Something and Somename is just example

    Go to Line No. 627 of style.css file and add something like

    Code:
    #social a.something {
    background-position: -150px 0;
    }

    For next icon 150 will be 200

    Go to images folder and open social.png file with an image editor. Add additional icons increasing the width of the file.

    We hope that you can do this.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.