• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

need 5 footer widget

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › need 5 footer widget

This topic is: resolved

Tagged: extra footer widget, footer, widget

  • This topic has 6 replies, 3 voices, and was last updated 10 years ago by Pinky.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • March 17, 2013 at 12:52 am #28472
    toni.gomes
    Member

    I have 3 footer widgets but i want to put 5 footer widgets please give me the code and let me how to put it in details

    thank you

    March 17, 2013 at 4:41 am #28518
    Brad Dalton
    Participant

    You can grab all the code from the child themes functions.php and style.css file.

    Use a text editor like Notepad++ to search and find using the word widget.


    Tutorials for StudioPress Themes.

    March 17, 2013 at 6:33 am #28531
    Pinky
    Member

    In your functions.php file (take a backup first), then add this code:

    /** Add support for 3-column footer widgets */
    add_theme_support('genesis-footer-widgets', 3 );
    

    You'll then need to edit your style.css to make them line up properly.

    If you give us a link to your site or tell us which theme you are using it will help.


    cheers

    Pinky

    March 17, 2013 at 8:23 am #28542
    toni.gomes
    Member

    http://www.krishnatorque.com

    i am using  news theme.

    actually i do not know where and which code i have to edit. so please give me both code for functions.php and style.css.

    thank you

    March 17, 2013 at 5:31 pm #28697
    Pinky
    Member

    In your functions.php file you need to change this:

    /** Add support for 3-column footer widgets */
    add_theme_support( 'genesis-footer-widgets', 3 );
    

    to this:

    /** Add support for 5-column footer widgets */
    add_theme_support( 'genesis-footer-widgets', 5 );
    

    Then in your style.css go to line 1611 change this:

    .footer-widgets-1 {
    	float: left;
    	margin: 0 20px 0 0;
    	width: 295px;
    }
    
    .footer-widgets-2 {
    	float: left;
    	width: 290px;
    }
    
    .footer-widgets-3 {
    	float: right;
    	width: 295px;
    }
    

    to this:

    .footer-widgets-1 {
    	float: left;
    	margin: 0 2% 0 0;
    	width: 18%;
    }
    
    .footer-widgets-2 {
    	float: left;
    	margin-right: 2%;
    	width: 18%;
    }
    
    .footer-widgets-3 {
    	float: left;
    	margin-right: 2%;
    	width: 18%;
    }
    .footer-widgets-4 {
    	float: left;
    	margin-right: 2%;
    	width: 18%;
    }
    
    .footer-widgets-5 {
    	float: right;
    	width: 18%;
    }
    

    then on line 2427 and below this:

    	.footer-widgets-1,
    	.footer-widgets-2,
    	.footer-widgets-3,
    

    add this

    	.footer-widgets-4,
    	.footer-widgets-5,
    

    That should do the trick!


    cheers

    Pinky

    March 18, 2013 at 1:17 pm #29108
    toni.gomes
    Member

    its work

    thank you

    thank you

    thank you

    March 18, 2013 at 2:33 pm #29147
    Pinky
    Member

    hehe don't ya just love it!

    I'm glad it worked out for you!


    cheers

    Pinky

  • Author
    Posts
Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble