This topic has 4 replies, 2 voices, and was last updated 8 years by samrattejas.

  • Author
  • #94764
     samrattejas
    Participant

    Hi,

    I would like to add a new horizontal footer area above the current footer.  See the image below. Please let me know the code for footer.php or if there is an easy way. Thanks

     

    Attachments:
    You must be logged in to view attached files.
    #95057
     sharmstr
    Moderator

    Can you be more specific about what you want. Do you want a single column footer or a 4 column footer like the default footer. Do you want widgets in there or something else?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #95072
     samrattejas
    Participant

    I want to add a new Single row footer (horizontal full screen area) above the current 4 column footer. Please see the image I have attached. So total 5 footer widget areas. Thanks

    #95078
     sharmstr
    Moderator

    I saw the image, but needed clarification on what you wanted there. Thank you for that.

    Create a new sidebar: Appearance > Sidebars. Call it Footer 5

    Copy /kleo/sidebar-footer.php to your child theme

    Around line 24, just under <div class=”wrap-content”> add this

    COPY CODE
    
    <div class="row">
    					<div class="col-sm-12">
    						<div id="footer-sidebar-5" class="footer-sidebar widget-area" role="complementary">
    							<?php
    							if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('footer-5')):
    							endif;
    							?>
    						</div>
    					</div>
    				</div>
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #95124
     samrattejas
    Participant

    That worked perfectly… Thank you so much.

Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?