Helix Framework - Where is The Encoded? - Question | JoomShaper

Helix Framework - Where is The Encoded?

JF

Juergen Felfernig

Helix Framework 1 year ago

Hi,

I need to add some code to the <footer> tag in the source file. But I am unable to find the source file where the tag is encoded.

Can you please point me in the right direction?

Thank you.

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #170602

Hi Juergen.

This time You don't have to touch php files :)

In Helix Template Options:

  1. Layouts (tab) > Footer area - probably you have two columns footer1 and footer2 for modules. You can use them for custom content.
  2. Basic (tab) > Footer area || more info: https://www.joomshaper.com/documentation/helix-framework/basic#helix-footer
0
JF
Juergen Felfernig
Accepted Answer
1 year ago #170605

Hi Paul.

Thanks for the reply. But I need to add some lines. So I need to touch the code ;-)

Neither Layout nor Basic tab will do.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #170647

You can publish module with php or html code inside footer1 or footer2 position. Don't make simple things harder.

Touching template core files is never a good idea, and that kind of customization is beyond support.

There is no separate file for footer, bottom etc. it's all built on different structure.

0
JF
Juergen Felfernig
Accepted Answer
1 year ago #170685

I want to optically transform (graphic layout) the complete footer container area. So this won't do with adding a module in position footer1 or footer2.

In this case I need to touch the template core files to inject code in the right position. I am not looking for support regarding the customization. I am just unable to find the php file where the footer container is encoded. Thats why I asked for direction, in what php file to find the code for the footer container.

And no, I am not talking about /features/footer.php. This one only contains the container content.

0