+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Hide Face Book and Twitter Icons in modern template ?

  1. #1
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028

    Hide Face Book and Twitter Icons in modern template ?

    How do I use code to hide the two social media icons at the bottom right, * do not want to delete code just hide it by using ? <--- code ---> ? will this work or is there another way / + location , where to find the place that controls this section of the template ?

    Thanks
    Pete

    Attached Images Attached Images

  2. #2
    Hello Pete,

    You can remove it or hide in: ftp://templates>>your_template>>tpl>>footer.tpl fild line:

    Code:
    Only registered members can view the code.
    and code into this 'div' you can remove or hide.
    Also in smarty you can hide code with tags {* code code code *}
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Quote Originally Posted by Viktor View Post
    Hello Pete,

    You can remove it or hide in: ftp://templates>>your_template>>tpl>>footer.tpl fild line:

    Code:
    Only registered members can view the code.
    and code into this 'div' you can remove or hide.
    Also in smarty you can hide code with tags {* code code code *}
    ? So Viktor do i just add the hypens to the word div to hide this yes ? so it would look like this ?

    Code:
    Only registered members can view the code.

  4. #4
    Hello Pete,

    You can do it like this:

    Code:
    Only registered members can view the code.
    Viktor,
    Flynax technical department,
    Best wishes.

  5. #5
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Thanks Viktor that worked out fine, can you now tell me where i control the depth of that footer, it is now quite a deep hole with that missing and I would like to norrow the footer height down a little to take up the empty space ?

  6. #6
    Hello Pete Young,

    You ca do it there: ftp://templates>>your_template>>css>>common.css at line ~ 652

    find class:
    div#footer_bg

    and change parameters from:

    Code:
    Only registered members can view the code.
    to
    Code:
    Only registered members can view the code.
    save and check again.
    Viktor,
    Flynax technical department,
    Best wishes.

  7. #7
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Worked Brilliant, Thanks Viktor for your help.
    Pete

  8. #8
    Senior Member
    Join Date
    Jan 2021
    Location
    Everywhere on world
    Posts
    111
    Hello Viktor,

    I will also remove it but in my footer.tpl ist nothing like this div class?

  9. #9
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    You can find it in templates > your_template > tpl > footer_data.tpl

    or disable the icons via css style:

    Code:
    Only registered members can view the code.

  10. #10
    Senior Member
    Join Date
    Jan 2021
    Location
    Everywhere on world
    Posts
    111
    Hello Rudi,

    thanks for help, but unfortunately it doesn't work.

    I removed it from footer_data.tpl (pic1)
    and additionaly from style.css

    but there is no effect. It's still there anyway (pic2)

    1.png
    2.png

+ Reply to Thread