Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1123441
    shootsandmore
    Participant

    Hi themeco,

    I would like to add an ‘extra’ footer. I.e. a block above the standard footer, which appears on every page I design. Is this possible?

    Thanks in advance,
    Kind regards

    #1123517
    Thai
    Moderator

    Hi There,

    To achieve that, please add the following code under functions.php file locates in your child theme:

    add_action( 'x_before_view_global__footer-widget-areas', 'add_extra_footer' );
    function add_extra_footer(){
    	?>
    	<footer id="extra-footer">
    		<div class="x-container max width">
    			<div class="x-column x-md x-1-3">Column 1</div>
    			<div class="x-column x-md x-1-3">Column 2</div>
    			<div class="x-column x-md x-1-3 last">Column 3</div>
    		</div>
    	</footer>
    	<?php
    }

    Hope it helps 🙂

    #1123536
    shootsandmore
    Participant

    Hi Thanks! And where can I populate this footers content? Directly in the code or throught widgets?

    #1123678
    Joao
    Moderator

    Hi There,

    Directly in the code.

    Thanks

    joao

  • <script> jQuery(function($){ $("#no-reply-1123441 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>