gesso-wp icon indicating copy to clipboard operation
gesso-wp copied to clipboard

Gesso WordPress theme

Results 28 gesso-wp issues
Sort by recently updated
recently updated
newest added

If we implement Devcontainer in here then we will be able to have devs just check out the branch and be provided with a terminal with all dependencies to run...

Recently in the theme dev meetings, we talked about maybe automating the steps to either convert a gesso installation from hybrid to FSE, or making that an option which can...

1. Something that has not yet come up on many new builds has been the implementation of a mega menu. One solution that was put forth was this tool: https://wordpress.org/plugins/megamenu/...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

There were a few links dropped into slack that we would benefit from discussing a bit more. https://wordpress.org/plugins/design-import-export/

The goal here is to prevent the possible issue of php linting errors being introduced that might be flagged by phpcs/phpstan in the wp starter (or just in general). Example...

Update classes/markup to prefix layout classes with 'l-', block classes with 'b-' and utility classes with 'u-'. Coordinate with Deanna on which branch to make these changes.

More a point for discussion than a definite action item at this time. WP now has an internal concept of widths and layouts that we could possibly be leaning on...

A few changes I have been making on projects lately that could be backported to gesso: - WP has built-in fluid sizing and we have a map for responsive font-sizes...