Ben Word
Ben Word
thanks @mattstauffer - this worked perfect for a responsive site i'm working on when needing to re-init at a certain screen size
:eyes:
we'll (@roots) also contribute $500 on top of the $1,000 put up by taylor https://twitter.com/rootswp/status/1486088875034484739
@strarsis thanks for the PR! i'm seeing some really odd behavior when trying to test FSE could you share a repo/branch with me that has sage 10 with your FSE...
@rrmesquita once the maintainer has a chance, i'm sure they'll be happy to explain. in the meantime, there is no need to bump an issue created ~24 hours ago because...
Here's a workaround from @QWp6t that's been working for me: ```diff # Soil theme support add_theme_support('soil', [ 'clean-up', 'nav-walker', 'nice-search', - 'relative-urls', + 'relative-urls' => php_sapi_name() !== 'cli', ]); ```
@strarsis could you please submit a PR to acorn to make that change and we could discuss further over there?
(the same goes for bedrock)
in https://github.com/roots/roots-cli/issues/1 we were going to allow for specifying other remotes
the manual way: ``` scp [email protected]:/etc/nginx/ssl/letsencrypt/example.com-bundled.cert /local/path scp [email protected]:/etc/nginx/ssl/letsencrypt/example.com.key /local/path ``` ``` ssl: enabled: true # provider: letsencrypt provider: manual cert: /local/path/example.com-bundled.cert key: /local/path/example.com.key ```