BullGuard Antivirus Sale - 60% Off with openElement !
Forum Home Forum Home >

openElement

> User Tutorials
  New Posts New Posts RSS Feed - Tutorial for Page Footer
  FAQ FAQ  Forum Search   Register Register  Login Login

Tutorial for Page Footer

 Post Reply Post Reply
Author
Message
Hobby001 View Drop Down
Admin Group
Admin Group
Avatar

Joined: Jun 05 2018
Location: Canada, Québec
Status: Offline
Points: 6194
Post Options Post Options   Thanks (1) Thanks(1)   Quote Hobby001 Quote  Post ReplyReply Direct Link To This Post Topic: Tutorial for Page Footer
    Posted: Aug 01 2021 at 1:07am
New tutorial,

Add a standard page footer to your openElement pages https://youtu.be/D_vvEH5_B9E


Javasript code to comple the tutorial, to be added in a javascript code block 

function fullScreenMinimum(){$('.OESZ_XBodyContent').css({'min-height':$(window).height()-($('.OESZ_XBodyFooter').height()+$('.OESZ_XBodyHeader').height())});}
$(document).ready(function(){fullScreenMinimum();});
$(window).resize(function(){fullScreenMinimum();});

The code fixing the menu at top of screen is available in the following tutorial: https://forum.openelement.com/en/forum_posts.asp?TID=1806&title=tuto-create-your-first-responsive-site-with-oe


Edited by Hobby001 - Aug 01 2021 at 5:09pm
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.