solved what's the Maximum Page height on Site Builder ?

alt=
duke
@musamensa
7 years ago
253 posts
I am creating a long page using site builder but after adding about 4 widgets my footer is distorted (css issues) and the last widget before the footer is also distorted.
Thanks
updated by @musamensa: 06/07/17 07:13:34PM
paul
@paul
7 years ago
4,326 posts
Can we take a look? Do you have a link?
As much info as possible will help us resolve this.
Thanks


--
Paul Asher - JR Developer and System Import Specialist
alt=
duke
@musamensa
7 years ago
253 posts
ok please see for your self every time i add the last widget 'Top Downloads ' the footer css is broken https://goo.gl/zzNFcO
paul
@paul
7 years ago
4,326 posts
What am I looking for? Nothing looks obviously broken to me.
Thanks


--
Paul Asher - JR Developer and System Import Specialist
alt=
duke
@musamensa
7 years ago
253 posts
the footer is broken
paul
@paul
7 years ago
4,326 posts
OK - So when comparing that chart page to another page I see that it is different.
It looks as though there might be missing div tags and/or CSS.
You say its when you add the last widget that this happens, so there must be something in that widget that's breaking things. Are you adding template code as a widget? If so, I guess there is some malformed html in that. Check that out first, or tell us exactly what you are doing, along with any code you are using so that we can replicate the issue and help you out.
Thanks
Paul


--
Paul Asher - JR Developer and System Import Specialist
alt=
duke
@musamensa
7 years ago
253 posts
thanks for the prompt response, i figured that its when i alter this code
 {jrCore_list module="jrAudio" chart_field="audio_file_stream_count" chart_days="30" 
search="profile_hometown_0 = Ghana"

when i change 'profile_hometown_0 = Nigeria' to Ghana the footer gets broken i am guessing that that field dose not like to be changed. I am actually just cloning a widget and changing the country.
paul
@paul
7 years ago
4,326 posts
Can I get your admin login so as to check it out? Send it to support [at] jamroom [dot] net
Thanks


--
Paul Asher - JR Developer and System Import Specialist
gary.moncrieff
gary.moncrieff
@garymoncrieff
7 years ago
865 posts
duke:
thanks for the prompt response, i figured that its when i alter this code
 {jrCore_list module="jrAudio" chart_field="audio_file_stream_count" chart_days="30" 
search="profile_hometown_0 = Ghana"

when i change 'profile_hometown_0 = Nigeria' to Ghana the footer gets broken i am guessing that that field dose not like to be changed. I am actually just cloning a widget and changing the country.

From that code you're missing the closing bracket, but maybe you just mis copied.
alt=
duke
@musamensa
7 years ago
253 posts
hi guys, i was able to get round the issue, for some reason the problem was related to my custom .tpl file and 'pagebreak', chart results from countries with records that are less than the pagebreak were breaking the footer for some reason. Ghana had only 3 items on the list and the pagebreak was set to 20 so i reduced the page break to 2 and my footer reappeared. I will revist this page when it is populated with more content in order to adjust the page break .

Tags