siliconforks

Results 6 comments of siliconforks

It seems like a quick fix for this issue is to change the user agent as suggested above: ``` $user_agent = 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:73.0) Gecko/20100101 Firefox/73.0'; ```...

I notice that some of the comments seem confused about how to get woff2 fonts working. If you're experiencing this issue and trying to change the user agent to get...

> The plugin should use `wp_normalize_path` when forming this array. That's what `QM_Util::standard_dir` does (among other things). Query Monitor performs ```php $file = QM_Util::standard_dir( $file ); ``` but it does...

> ``` > php > var_dump( ( WP_HTML_Processor::create_fragment( 'TestSmiletest' ) )->serialize_to_xml() ); > string(200) "TestSmiletest" > ``` > > ``` > php > var_dump( ( WP_HTML_Processor::create_full_parser( 'TestSmiletest' ) )->serialize_to_xml() );...

In your example, wouldn't you also need to bind the `svg:` prefix to a namespace? Like this (adding whitespace to make it more readable): ```xml Hi ``` ...or this: ```xml...

The bbPress default CSS is complicated, but it has a `min-height` value specified which seems to be necessary for the button to display correctly. Unfortunately e2407ee9405f79899270765a5dc40117fb9add3d added `min-height: auto !important;`...