The code has evolved over a period of time and with so many possible layouts (fluid width, full width, 2 column, 3 column with many variations), I will look for some opportunities to simplify and get some cleanup done.
To play with the framework nicely, just look for template name in the code. To have a layout like the template-full-width.php, pls modify the functions and add your template name there –
mo_is_wide_page_layout()
in utility-functions.php (will move this to layout-manager.php when I do cleanup) and
is_full_width_page()
in layout-manager.php file.
Tested it and works fine.
For other possible layouts, pls modify the function –
get_page_layout()
in layout-manager.php. Thanks