• Hi
    Not sure why but I cannot change the layout of the home page, unless I choose the global default layout, what ever I do it always has three columns, all the other pages it works as expected.
    I’ve tried changing the layout page by page and combinations of changing the Pages & Post layout in the Customizr panel, no luck.
    Any ideas?

Viewing 3 replies - 1 through 3 (of 3 total)
  • I am not sure what changes you want to make. If you want to change the number of columns to other than three, then edit this page – themes/customizr/parts/class-content-featured_pages.php. On line 37 this sets to three colums –
    //set the areas array
    $areas = array ( ‘one’ , ‘two’ , ‘three’ );

    If you want two columns, delete the third, as in –
    $areas = array ( ‘one’ , ‘two’ );

    The problem then becomes the width of the columns. This is set in the css file for the theme color you are using. For example, in customizr/inc/css/red.ccc on line 6634 span4 sets the width. You can change this to a different span(x) with the width you want or edit the widths on span4, or whatever span(x) you are using.

    I hope you are not looking for major changes to the layout. Good luck!

    TechDom

    Thread Starter RustyWood

    (@rustywood)

    @tech-dom

    Hi thanks for the info I’ll look into it.

    I’m not really making any changes as such, it seems that because I have changed the blog page to another page location, both the blog page and home page are not using the themes default settings for full width, sidebar right/left and using three columns. I have tried all settings and many combinations.

    It is just these two pages which will not respond..

    Thanks again

    Thread Starter RustyWood

    (@rustywood)

    Just been testing and testing this ..

    I have changed the blog to another page location, both the blog page and home page are not using the Customizr themes default settings for full width, sidebar right/left and using three columns on a page by page or by using “Choose the posts default layout” and “Choose the pages default layout” settings in the Customiz’it! panel

    The only way to get the Home page not have 3 columns is to set the Global settings, nothing else works.

    Choose the global default layout: Right Sidebar

    Force default layout everywhere: checked

    This option will override the specific layouts on all posts/pages, including the front page.

    Can someone else confirm this .. I think it could be a bug.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Trouble with changing the layout on home page’ is closed to new replies.