This topic has 4 replies, 2 voices, and was last updated 8 years by samrattejas.
-
Author
-
December 22, 2015 at 02:41 #94764samrattejasParticipant
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.December 23, 2015 at 15:29 #95057sharmstrModeratorCan 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 23, 2015 at 16:05 #95072samrattejasParticipantI 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
December 23, 2015 at 16:25 #95078sharmstrModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.