Page 1 of 1

Footer Invisible

Posted: Thu Jun 06, 2013 7:26 am
by Joe Bohen

Hi,

I added a panel to my page and am hiding the panel which is shown on a button click event. The footer which I am not hiding is now not shown. How do I overcome this?

Regards,
Joe


Footer Invisible

Posted: Thu Jun 06, 2013 7:54 am
by Maryna Brodina

Hello! Could you post the code you use to hide panel?


Footer Invisible

Posted: Thu Jun 06, 2013 4:35 pm
by Joe Bohen

Hi Marina, the code used is simply: Tiggr('panel_81').hide(); this is in the form load event. I am also hiding other controls and showing them in sequence in response to user input. Everything was working fine before the panel was included on the form.


Footer Invisible

Posted: Thu Jun 06, 2013 4:49 pm
by Kateryna Grynko

Hi Joe,

Maybe you see simple scrolling. Please give us a public link so we can take a look.


Footer Invisible

Posted: Mon Jun 10, 2013 9:11 am
by Joe Bohen

Hi Katya, sorry I have not replied before now, but I have shared the app now, two pages are missing the footers 'fuel_pge' and 'jobslist_pge'. I would appreciate it if you could take a look please. Also whilst you have the app could you advise me on an issue I have with the fuel_pge when I enter amounts in the voltxt and valtxt inputs the the form becomes unresponsive on some phones! if I export the apk file and load the app onto a HTC one it works fine but if I load the app onto a samsung GT-S6810P running the same android version as the HTC One '4.1.2 ' the page becomes unresponsive. Is this down to the phone or is there something in my code that is causing the issue.

Regards
Joe


Footer Invisible

Posted: Mon Jun 10, 2013 9:36 am
by Kateryna Grynko

Hi Joe,
I'll take a look.


Footer Invisible

Posted: Mon Jun 10, 2013 6:17 pm
by Maryna Brodina

Hello! There are some errors in your code in Panel (opened and closed tags do not match). That's why footer in fact is inside the div you've set in Panel. Please check your html code in all Panels (on html source tab).


Footer Invisible

Posted: Tue Jun 11, 2013 6:03 pm
by Joe Bohen

Hi Marina, Thank I will correct the error.