Prestashop 1.7 classic theme lose layout settings -


when change settings in classic theme, index layout full width 2 columns works fine. when change else, or clear cache, theme layout settings go default. maybe not classic problem. idea how can change layout?

its bug, still not resolved presta, if want change now, realized editing theme config give possibility:

classic/theme/config/theme.yml

theme_settings:   default_layout: layout-full-width   layouts:     index: layout-left-column     category: layout-left-column     best-sales: layout-left-column     new-products: layout-left-column     prices-drop: layout-left-column     contact: layout-left-column 

i added "index" example. can layout key theme layout settings.


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -