THEMEHALL
  • Omega
  • Cart
  • Support
  • My Account

Omega + pugin : how have 3 columns ?

Home › Forums › Omega › Omega + pugin : how have 3 columns ?

Tagged: footer columns plugin

  • This topic has 4 replies, 2 voices, and was last updated 11 years, 1 month ago by pierre.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • March 6, 2015 at 7:49 am #3067
    pierre
    Participant

    Hello, I use Omega and WP (last versions), I ‘ve just bought the plugin for the footer, and I want put three parts, three columns in the footer. How can I do simply, please ?

    http://www.ceneric.fr

    option : to color the backgroud of the footer 🙂

    March 8, 2015 at 4:02 pm #3077
    han
    Keymaster

    Thanks for purchasing the plugin. To add three columns in the footer, install Code Snippets plugin and insert this code

    function omega_custom_theme_setup() {
    	add_theme_support( 'omega-footer-widgets', 3 );
    }
    
    add_action( 'after_setup_theme', 'omega_custom_theme_setup', 11  );
    March 8, 2015 at 10:54 pm #3080
    pierre
    Participant

    Thank you Han,
    I have load Code Snippets, actived,
    create a new snippet whith the code you gave me,
    But it is not enought ?
    Nothing apear in the pesonalize footer case, and I don’t see any change.
    I forgot probably something…
    Is it possible to guide me please ?

    March 9, 2015 at 2:22 am #3081
    han
    Keymaster

    Go to “Appearance > Widget”, you’ll find new widgetized areas: Footer 1, Footer 2, Footer 3

    March 9, 2015 at 8:20 am #3088
    pierre
    Participant

    I am sorry, I have not. Nothing new in widget area ;

    should I name the specially snippets?
    I tried “three-columns-footer” and “omega-footer-widgets” changes nothing.
    I repeat:
    Snippets tab, manage, add new, copy the code (you gave up) inside ;
    I must full description? I do it “divides the footer in areas with columns”;
    Tags? I put “footer” in;
    Save.

    Something forgot, wrong ?
    I must edit function or footer php, is it the right place for the code ?
    I am lost

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)

You must login to reply to this topic.

Copyright © 2025 THEMEHALL.

  • Terms of Service
  • Resources
  • Blog
  • Support
css.php