[ Video Sharing CMS v4 ] FOOTER

Started by mihai,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mihaiTopic starter

Hi guys!
I want to have a sticky footer and i can't figure out how to do that so..How could i do that?
Examples of sites using sticky footers(youtube,twitch,vube)
Examples of sites using my footer(www.videoinedit.com)
Tx
  •  

diljigar

Quote from: mihai on
Hi guys!
I want to have a sticky footer and i can't figure out how to do that so..How could i do that?
Examples of sites using sticky footers(youtube,twitch,vube)
Examples of sites using my footer(www.videoinedit.com)
Tx

Hello Mihai,

to edit the footer you have to make change in tpl.globals.php in theme folder, open the tpl file and find
$footer
  , make changes after the $footer  :)
  •  

mihaiTopic starter

$footer =  '
</div>
</div>
</div>
</div>
<a href="#" id="linkTop" class="backtotop"><i class="icon-arrow-up"></i></a>
<div id="footer" class="haside">
<div class="container">
<div class="row">
<div class="span2 footer-logo nomargin">
'.show_logo().'
</div>
<div class="span8 footer-content">
'.apply_filters('tfc', get_option('site-copyright')).'
</div>
</div>
</div>
</div>
<script type="text/javascript">
var site_url = \''.site_url().'\';
'.$next.'
</script>
<script type="text/javascript" src="'.tpl().'js/jquery-ui-1.10.4.custom.min.js"></script>
<script type="text/javascript" src="'.tpl().'js/phpvibe_plugins.js"></script>
<script type="text/javascript" src="'.tpl().'js/jquery.slimscroll.min.js"></script>
<script type="text/javascript" src="'.tpl().'js/phpvibe_forms.js"></script>
<script type="text/javascript" src="'.tpl().'js/jquery.slide.js"></script>
<script type="text/javascript" src="'.tpl().'js/jquery.multi-select.js"></script>
<script type="text/javascript" src="'.tpl().'js/jquery.lightbox-2.6.min.js"></script>
<script type="text/javascript" src="'.tpl().'js/typeahead.min.js"></script>
<script type="text/javascript" src="'.tpl().'js/jQuery.jQTubeUtil.min.js"></script>
<script type="text/javascript" src="'.tpl().'js/jquery.autosize.js"></script>
<script type="text/javascript" src="'.tpl().'js/jquery.gritter.js"></script>
<script type="text/javascript" src="'.tpl().'js/phpvibe_app.js"></script>

<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId='.Fb_Key.'";
  fjs.parentNode.insertBefore(js, fjs);
}(document, \'script\', \'facebook-jssdk\'));</script>

'.extra_js().'
'._html(get_option('googleanalitycs')).'
</body>
</html>';

return $footer;
}


This is my tpl globals---footer
What should i edit with what to have a sticky footer like twitch.youtube bla bla
Tx for reply!
  •  

Marius P.

You only need to change the css #footer , if you google sticky footer css you'll find 240k results on how to do it.
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

Similar topics (7)