Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • iwadeaz Friend
    #197257

    I want to include social icons for Blogger & Linked in. I changed the .png in themes, but how do i get them to show??

    TomC Moderator
    #533052

    Where, on your site page, are you trying to add social icons?

    It would be helpful if you could provide the url of the site you’re working on.

    iwadeaz Friend
    #533176

    It would be under “awesome team” as personal bio info

    http://ileibowi.u149.websitesource.net/mg/

    TomC Moderator
    #533178

    I don’t see an “awesome team” link or heading anywhere. :-[

    iwadeaz Friend
    #533210

    “Awesome Team” was the default module title for Onepage, “About Mark” is the current.

    Ninja Lead Moderator
    #533232

    <em>@iwadeaz 424519 wrote:</em><blockquote>I want to include social icons for Blogger & Linked in. I changed the .png in themes, but how do i get them to show??</blockquote>

    Do you want to change the link in Linkedin?

    If yes, you can try as follows :

    + Go to Admin site > Global Configuration -> Default Editor -> set Editor – None -> Save

    + Go to Module Manage -> Open ABOUT MARK module and change link in HTML script


    1. social
    iwadeaz Friend
    #533247

    I want to include social icons for Blogger & Linked in. I changed the .png in themes, and in the code, but how do i get them to show??

    Ninja Lead Moderator
    #533267

    <em>@iwadeaz 424782 wrote:</em><blockquote>I want to include social icons for Blogger & Linked in. I changed the .png in themes, and in the code, but how do i get them to show??</blockquote>

    It would be great if you can include an illustrated screenshot of what you are trying to achieve, It would help to understand the issues and give you specific answers.

    iwadeaz Friend
    #533339

    Pretty simple, i want to include two social icons into the section “About Mark” (which was once the onepage default module “Awesome Team”); for Blogger and LinkedIn. I changed the social-icons.png (to reflect the changes) but the changes don’t show (on the module). Additionally, I went into the code but need to know if there is anything else I need to change other than what is in the code in the module. (attachment included) thanks.


    1. ssmg
    iwadeaz Friend
    #533506

    So now in Chrome, the correct number of icons appear, but they are the wrong ones, with triplicates of the first… In I.E. only half the icons show…??

    Ninja Lead Moderator
    #533542

    + Please follow steps mentioned earlier first http://www.joomlart.com/forums/topic/social-icons-3/#post-533232

    + Then, go to Admin site -> Open About Mark module and change html structure

    Find and change

    <ul class="social-list">
    <li><a class="facebook" href="#" title="Facebook">Facebook</a></li>
    <li><a class="twitter" href="#" title="Twitter">Twitter</a></li>
    <li><a class="flicker" href="#" title="Flicker">Flicker</a></li>
    </ul>

    To

    <ul class="social-list">
    <li><a class="facebook" href="#" title="Facebook">Facebook</a></li>
    <li><a class="linkedIn" href="#" title="Blogger and LinkedIn">Blogger and LinkedIn</a></li>
    <li><a class="twitter" href="#" title="Twitter">Twitter</a></li>
    <li><a class="flicker" href="#" title="Flicker">Flicker</a></li>
    </ul>

    + Edit the templates/ja_onepage/images/themes/modern/social-icons.png file and add new icon to this image

    + Open the templates/ja_onepage/css/themes/modern/template.css file and find these css style:


    ul.social-list li a {
    background-image: url(../../../images/social-icons.png);
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    text-indent: -999em;
    width: 20px;
    }
    ul.social-list li a.facebook {
    background-position: 0px -20px;
    }
    ul.social-list li a.facebook:hover,
    ul.thumbnails li:hover li a.facebook {
    background-position: 0px -40px;
    }
    ul.social-list li a.twitter {
    background-position: -20px -20px;
    }
    ul.social-list li a.twitter:hover,
    ul.thumbnails li:hover li a.twitter {
    background-position: -20px -40px;
    }
    ul.social-list li a.flicker {
    background-position: -40px -20px;
    }
    ul.social-list li a.flicker:hover,
    ul.thumbnails li:hover li a.flicker {
    background-position: -40px -40px;
    }

    and add new rule for Blogger and LinkedIn, for instance:

    ul.social-list li a.linkedIn {
    background-position: -20px -20px;
    }

    iwadeaz Friend
    #533875

    Thank you.

Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 12 replies, has 3 voices, and was last updated by  iwadeaz 10 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum