FoundationPress icon indicating copy to clipboard operation
FoundationPress copied to clipboard

FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb

Results 55 FoundationPress issues
Sort by recently updated
recently updated
newest added

hi olefredrik. i think project will be perfect when we have an options for minify version of css and js when compile and build. app.css for compile and app.min.css for...

With FoundationPress 2.10.5 and 2.10.6 there's an error in _editor.scss with the .wp-block class. It seems like this isn't effecting how gutenberg works but the class is being exported and...

Getting error while installing npm verbose stack Error: Cannot find module './access-error.js' 4 verbose stack at Function.Module._resolveFilename (module.js:547:15) 4 verbose stack at Function.Module._load (module.js:474:25) 4 verbose stack at Module.require (module.js:596:17)...

need more info
build error

**How can this bug be reproduced?** Add a TEXT widget to the footer widgets area... or sidebar widgets area **What did you expect to happen?** For me to be able...

The build process should be updated because of following reasons: - The official supported node version `6.11` from Oct. 2017 is outdated - There are 12 vulnerabilities (10 moderate, 2...

improvement

I am using Foundationpress theme, specifically for Wordpress, using the Foundation framework(version 6.4.3, using the X-Y Grid. I know how to change the column gutter width in the _settings sass...

awaiting reply

Using latest FP version, what is the protocol for disabling the desktop menu completely and using the mobile menu always? Modifying that breakpoint is doable but I can't seem to...

We should implement a process for generating a pot file. I think we can implement this by using this package https://github.com/rasmusbe/gulp-wp-pot

I set up CodeSniffer in VS Code tonight for the first time using the WP Coding Standards as well as the included codesniffer config file. One error it threw was...

improvement

WordPress 5.2 introduces the new `wp_body_open()` template tag. This new template tag gives Plugins the possibility to add code directly after the opening body tag. Read more: https://generatewp.com/wordpress-5-2-action-that-every-theme-should-use/ We should...