kevinnivek
kevinnivek
I notice when CSS is minified , url references with relative paths (with double quotes) are being rewritten incorrectly : before : `url("fonts/212c8ce9-e668-4bbf-ab50-783ebeaa2d8a.woff2")` after : `url(../wp-content/themes/theme/fonts/212c8ce9-e668-4bbf-ab50-783ebeaa2d8a.woff2) ` This breaks the...
Hello! Not sure if I'm missing something. I'm adding an item for an async request : ``` $example->example_request = new WP_Example_Request(); $example->example_request->data( array( 'value1' => 'the value 1', 'value2' =>...
I'm trying to group custom nav items for resources to be outside of the "resources" nav grouping that is default with nova. I would like to create links in the...