• Resolved sandeshsl

    (@sandeshsl)


    I need to create a widget area between the content wrapper and the bottom wrapper.how do I create a new widget area with the with of 980 px and the widget area should be applicable only for the home page

Viewing 3 replies - 1 through 3 (of 3 total)
  • Reviewing the link alchymyth posted, but you should also have the at least a basic understanding of html, css, as well theme code functions using php if you’re wanting to make theme modifications. Having some experience with WP theme development would also be beneficial.

    tgd

    (@terrydaisydesignsca)

    If you’re going to add any widgets to any Bootstrap-based theme, even in a Child theme, you’ll also have to have some knowledge of Bootstrap’s scaffolding structure. You can get an overview of the different classes used by Bootstrap for structure here: https://twitter.github.io/bootstrap/scaffolding.html
    If you add a new widget area and set it to 980px width, it’ll affect the responsiveness of the theme, unless you apply it as a max-width. Having said that, knowledge of CSS is really a necessity, and making use of the various @media queries in this theme will keep things responsive. But, familiarity with the different Bootstrap classes, is probably more important. It’ll save a lot of headaches.

    Oh, and you’ll probably add your new widget area to the front page template of your choosing, this theme has a couple – full width, left side-bar, right side-bar. If you use the default template, you’ll want to use a WordPress conditional tag – is_front_page().

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to create a new widget area ?’ is closed to new replies.