Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • cndglobal Friend
    #185742

    Hello
    I want to add YouTube and Linkedin in place of the default RSS and FlICK in the social module.
    After adding images here: /templates/ja_nex/themes/blue/images/icon-rss-bt.png
    How do I call the icons?
    I changed the code to call the youtube icon but it does not show in page(s)
    Thanks,
    cndglobal
    – – – – – – – – – – – – – – – – – – –

    <div class=”ja-box-ct clearfix”>
    <div class=”custom connect “>
    <div class=”social”>
    <a class=”ico-social ico-facebooks” title=”Facebook” href=”#”>
    <span>Facebook</span>
    </a>
    <a class=”ico-social ico-twitters” title=”Twitter”#”>
    <span>Twitter</span>
    </a>
    <a class=”ico-social ico-rss” title=”RSS” href=”#”>
    <span>RSS</span>
    </a>
    <a class=”ico-social icon-youtube” title=”YouTube” href=”http://www.youtube.com/myyoutubepage”>
    <span>YouTube</span>
    </a>
    </div>
    </div>
    </div>

    cndglobal Friend
    #486251

    Solved it! 😀 (Well….kinda solved it…..)

    In the connect module in the foot-right position I just made two new images 20×41 each. One for Youtube and one for LinkedIn.
    I just replaced the RSS and Flick images with my new images (named the same), set the link and it works great.
    Not the best coding but until then I have it working with the social links I need.
    cndglobal

    Saguaros Moderator
    #486279

    Hi cndglobal,

    You can change the name of image and change the path in /templates/ja_nex/css/template.css file:

    #ja-botsl2 .social a.ico-social.ico-rss {
    background-image: url("../images/icon-rss-bt.png");
    }

    #ja-botsl2 .social a.ico-social.ico-flick {
    background-image: url("../images/icon-flick-bt.png");
    }

    Glad you solved it, anyway 🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  Saguaros 11 years, 8 months ago.

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