Janko
Posts: 0
Joined: Tue Mar 12, 2013 11:59 pm

Adding content to the footer

Hi,

I'd like to add some content to the footer, but I can't, in particular an HTML code containing a call to a script for showing ADVs.
I already checked the documentation over and over, but it didn't help so much.

Apparently I can only add NavBar component, and it's not clear to me how the WorkArea component works in the template (if it can help me).
If I need to use Templates, please consider also that I already created 2 pages, quite complex, without template and now I wouldn't know how to apply a new one to them without breaking them.

Thanks!

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Adding content to the footer

You can place a Button, NavBar components inside the footer. You can also select the footer with jQuery and programatically add any components/content inside.

Ari Teman
Posts: 0
Joined: Wed Mar 20, 2013 4:40 pm

Adding content to the footer

Can you give an example of jQuery inserting HTML into the footer -- for example if I want to insert an image?

Thanks!

jimmy vu
Posts: 0
Joined: Thu Apr 04, 2013 10:26 am

Adding content to the footer

Any replies to this? The footer and header should allow HTML, how?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Adding content to the footer

Via drag and drop you can insert a Button and NavBar component. You can still insert any other elements but it would need to be done programmatically. You would select the the footer and add any content to it.

jimmy vu
Posts: 0
Joined: Thu Apr 04, 2013 10:26 am

Adding content to the footer

I cannot edit the html files, if this is what you mean programmatically? Any cahnce for a fast sample?

jimmy vu
Posts: 0
Joined: Thu Apr 04, 2013 10:26 am

Adding content to the footer

? Anyone?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Adding content to the footer

In the source tab, the files are read-only for now. Editing will be added. You can run a JavaScript on page load to modify the footer. In fact, you can modify any parts of the DOM.

jimmy vu
Posts: 0
Joined: Thu Apr 04, 2013 10:26 am

Adding content to the footer

do you have a reference? Like a code snippet or a tutorial? Understood that it can be done but how exactly?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Adding content to the footer

Hello Jimmy! To add image in footer use the following JS code on page Show event:

codeTiggzi("mobilefooterName")&#46;html("<img src='" + Tiggzi&#46;getImagePath('pic_name&#46;jpg') + "'>");/code

where mobilefooterName - footer name
pic_name.jpg - picture name from assets

Return to “Issues”