+ Reply to Thread
Results 1 to 8 of 8

Thread: Add youtube icon in footer tpl

  1. #1

    Add youtube icon in footer tpl

    hello,

    How can i add youtube icon in the website footer?

    i tried to change the footer tpl wich already include facebook and twitter icons and links.
    <a class="facebook
    <a class="twitter

    i tried to manually add youtube icon but it's not shown ! <a class="youtube

    is the youtube class different to what i used?

    thanks in advance

  2. #2
    Hello Amir,

    Facebook icon and other icons you can find in file: ftp://templates>>your_template>>img>>gallery.png
    position of the facebook icon: -13px -328px;
    Style for the icon in file: ftp://templates>>your_template>>css>>style.css at line~ 1517
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Junior Member
    Join Date
    Nov 2014
    Location
    United Arab Emirates
    Posts
    6
    Hello Amir,

    What I did with that is I added a line of code in the footer_tpl.
    In that case, if you want it to be youtube, It should be like this.

    Code:
    Only registered members can view the code.
    And also in the CSS in templates>>your_template>>css>style.css ~ line 1517 (like what Viktor said) I added this style.

    Code:
    Only registered members can view the code.
    You should have an icon named "youtube.png".

    Hope this helps..

    You can view what I did with our website in this link. http://www.ejariuae.com/

  4. #4
    Hello Ashraf,

    Amir is using auto_modern template. And all icons located in gallery.png sprite image.
    Viktor,
    Flynax technical department,
    Best wishes.

  5. #5
    Hello Ashraf,
    it's exactly what i did on my website and it's working ��

    thanks anyway

  6. #6
    Hello Amir,

    Yes your solution will work properly but exist other way, my way too
    Viktor,
    Flynax technical department,
    Best wishes.

  7. #7
    Hi there,

    I want to add two icons with links at footer.

    I add at your_template>>tpl>>footer_data.tpl

    the same code at two times

    Code:
    Only registered members can view the code.
    after that rss icon was appear two times at footer.

    What can i do, to display my icons?links and descriptions working at rss icons.

    rss.png

  8. #8
    A few posts above Arian wrote css styles and file where you should add the new code and upload new icon.
    Viktor,
    Flynax technical department,
    Best wishes.

+ Reply to Thread