# Theme Additional element, not beeing showen.

**URL:** https://forum.shopware.com/t/theme-additional-element-not-beeing-showen/32904
**Category:** International (English Only)
**Tags:** themes--design
**Created:** [9. Dezember 2015 um 18:38 UTC](https://forum.shopware.com/t/theme-additional-element-not-beeing-showen/32904 "2015-12-09T18:38:29Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![U365](https://avatars.discourse-cdn.com/v4/letter/u/f1d935/32.png) [@U365](https://forum.shopware.com/u/U365)
#### Post date: [9. Dezember 2015 um 18:38 UTC](https://forum.shopware.com/t/theme-additional-element-not-beeing-showen/32904/1 "2015-12-09T18:38:29Z")

</div>

Hello community, :shopware: I am facing little problem right here. ☹ So, i tried to add facebook page on newsletter/hotline place. I Followed [http://8mylez.com/blog/facebook-box-footer/](http://8mylez.com/blog/facebook-box-footer/) files inside “themes\>frontend\>mytheme\>frontend\>index” are “index.tpl” and “footer-navigation.tpl” I compiled theme and cleared cashe. Changes are not appealing on footer. :wtf: Looking for advice Best regards :thumbup:

---

<div class="post-metadata">

### Author: ![Shopwareianer](https://avatars.discourse-cdn.com/v4/letter/s/b4bc9f/32.png) [@Shopwareianer](https://forum.shopware.com/u/Shopwareianer)
#### Post date: [9. Dezember 2015 um 18:56 UTC](https://forum.shopware.com/t/theme-additional-element-not-beeing-showen/32904/2 "2015-12-09T18:56:39Z")

</div>

Do you have any errors in your chrome dev tools console? Does the

appears in the footer? Do you have a link to your website?

---

<div class="post-metadata">

### Author: ![U365](https://avatars.discourse-cdn.com/v4/letter/u/f1d935/32.png) [@U365](https://forum.shopware.com/u/U365)
#### Post date: [9. Dezember 2015 um 19:37 UTC](https://forum.shopware.com/t/theme-additional-element-not-beeing-showen/32904/3 "2015-12-09T19:37:24Z")

</div>

Okay, i managed to fix that myself. @kayyyy thank you for trying to help. 🙂 I just played around with code a little, got it working in the first colum. footer-navigtion.tpl [code]{extends file=“parent:frontend/index/footer-navigation.tpl”} {block name=“frontend\_index\_footer\_column\_service\_hotline”}

Finde uns auf Facebook  
{block name=“frontend\_index\_footer\_column\_service\_hotline\_content”}

{/block}

{/block}[/code] index.tpl [code]{extends file=“parent:frontend/index/index.tpl”} {block name=‘frontend\_index\_after\_body’ append}

{/block}[/code] here the code, if someone needs.
