How To Change Footer Content, Set With Helix Ultimate? - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

How To Change Footer Content, Set With Helix Ultimate?

BOFHJunior

BOFHJunior

Helix Framework 2 years ago

I have added content to footer1 and footer2 and added footer3 to the Layout inside Helix Ultimate.

But where can i change now this content like move the E-Mailadress to the second row or add links to footer3?

I searched the Helix Ultimate documentation/Forum asked the KI but found no answer.

0
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #133761

Answer #1: You have to use Custom CSS to add "< br >" this should help:

.sp-contact-info li {
  display: block;}

Answer #2: It wasn't needed, watch my video guide: https://www.youtube.com/watch?v=0pQ6w8cErTc

0
BOFHJunior
BOFHJunior
Accepted Answer
2 years ago #133765

Hey thx man. I hoped to avoid CSS today but that was not possible. ;-)

I added text-align: left; to your code and are now very happy with the result (because it was aligned right before).

.sp-contact-info li {
  display: block;
  text-align: left;
}

Thx for your Video Link. Thats interesting. I will try it out and watch more of your Guides.

Anyway i learned again something about Joomla and Helix Ultimate while adding it to the templateDetails.xml.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #133742

Hi,

I don't know which Quickstart you installed so I have to guess...

  1. In list of modules find all modules published on footer1 and footer2 position.
  2. Copyright note (in most cases) you can change inside Template Options > Basic > Copyright
  3. You can publish any module you want in footer3 position.
0
BOFHJunior
BOFHJunior
Accepted Answer
2 years ago #133760

Hey Paul,

thx for your reply.

I am sorry i have not explained my problem well enough.

I installed no Quickstart. I installed the Orignal Joomla and added SP Page Builder and Helix Framework manually as extensions.

Yes i added the Copyright Infos in Template Options -> Basic -> Copyright and linked it to the prelisted position footer2. This results in https://prnt.sc/P7uYgYRixlbM.

So my question is, where can i change that mobil and email are not shown side by side rather above each other? I think its inside a html file of the Helix Ultimate Framework and i only need to add a <br /> but i don't know where to find that file.

Position footer3 i added to the Helix Ultimate Framework templateDetails.xml and linked it with a custom module. I added there my html code and this is working perfect.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #133773

I hoped to avoid CSS today but that was not possible.

To be honest it was (always is), you could just copy text from current area, and paste inside Custom Module and edit HTML code inside.

0