Julian Weiland
Julian Weiland
You can use the xy-gutters mixing. https://foundation.zurb.com/sites/docs/xy-grid.html#xy-gutters
Do you need further assistance?
This looks like an error with the latest Foundation Version. Switching back to the last commit before updating to 6.5.1 solves this issue. https://github.com/olefredrik/FoundationPress/commit/8fde2859fbffefc64bcc20a0bb4d89d3111d509a
You should never modify the foundation core files. Try to change everything by adjusting the _settings.scss If that's not possible, add a new scss to the global, modules, or components...
Could you please post the following information: - OS & version: - Node version (node -v) [Node v6+ is required] : - npm Version (npm -v) - FoundationPress version (see...
This plugins checks the Theme for a Compliance with the WordPress Theme Directory Guidelines. FoundationPress is a Starter-Theme not a Final Theme that should be uploaded to the WordPress Theme...
I enabled Travis CI and added PHP compatibility checks. However, additional tests should be added: - [ ] wpcs - [ ] SASS - [ ] JavaScript - [ ]...
I'm not sure what tests we should run for sass and JavaScript. It should at least be tested whether everything can be compiled correctly. Do further tests make sense?
I don't have a problem with that. As far as I know the page-templates folder was already called templates in an older version of FoundationPress. It was renamed later to...
The templates folder was renamed to page-templates on February 4th 2016: https://github.com/olefredrik/FoundationPress/commit/f714f3350195de55f53337b5ca348d1a1f2222f9 This was done because of recommended template structure. These recommendations changed since 2016. There ist no recommended naming...