how are you inputing the jquery code? Iāve tried embedding and using the ācustom codeā tool but the code shows up on the page and doesnāt do what it needs to do. Iām obviously doing this incorrectly so help on this would be much appreciated! Thanks!
That was just an example of what you can do with the jquery html and css. But theyāve added that ability in the last update I think Go to your dashboard and āCustom Codeā section and add the link to jQuery and your script in <script>...</script> tags.
Thank you for posting this. Unfortunately, Iām unable to get it to work as well.
I added the jquery code in the custom code section with tags and then made myself a full-page class and set the width to 100% but it doesnāt seem to work.
Export this site and try to implement it in your regular server. If it works - post results here. If notā¦ post your results here Iāll try this after I finish my deadline projects and if I find out what to do, Iāll post it
Did we ever get this resolved? Am curious to learn how to make a section stay āfull pageā but am having difficulty with the code in the Custom Code section. Doesnāt seem to be adding to my headers. Is there any way to do this within the product itself?
Make sure you have <script type="text/javascript">...jQuery Code Here...</script> when pasting @bartekkustraās code into the Before </body> custom code field.
I realise this tutorial goes back a while, but I have tried implementing the code in my site and can not get it to work either, perhaps it is because I am not code savvy.
Nothing happens at all i.e. colour background does not show, which tells me I may be implementing it wrong.
Seems like I answered my own question by setting the body height to 100% and then the section to 100%.
This gives me the same effect as in http://www.katieplusluke.com/ which was in another forum post Div Section 100% Height of Browser Window, which led to this tutorial / forum.
Sorry to bring this topic back from the dead, but is there a way to disable this script on mobile breakpoints? Iāve tried using css vh but its just not stable enough on ios for my liking. I really want full page functionality on desktop & tablet, but want things to flow naturally on mobile.
I hope some generous soul finds time to answer this zombie request.
Oh man, sorry. Iāve put wrong one ;P Iām glad itās working ;)
If you are looking for more of my work you can subscribe at www.barts.work. Iāll post some announcements there soon ;)
āFew points to keep in mind: Body height must be set to 100%
Section height must be 100% and the position must be set to relative.
Divs within section must have an absolute position, using % units.ā