Patrick Whitty-Clarke
Patrick Whitty-Clarke
As I understand the spec, the following should work when the parent selector is implemented: h4! + p { } So it targets the h4 immediately above the p element....
- [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [ ] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Describe the current, buggy behavior**...
Hi, I heard about this plugin on the shop talk show. It seems great and lightweight, but I need IE7 support on an upcoming project I'd like implement an offcanvas...
On Chrome and Safari I noticed they don't respect body overflow: hidden unless you also apply it to the HTML element. This updates the code to do that, so that...
Hi, I am using WP 4.8.1 and image-processing-queue v0.2 via plugins. When I request an image with `ipq_get_theme_image` like the [blog post](https://deliciousbrains.com/introducing-wp-image-processing-queue/) suggests: ``` $post_id_test = 166; echo ipq_get_theme_image( $post_id_test,...