Alexandre

Results 11 comments of Alexandre

Hey @stayallive You're absolutely right that it has a huge performance impact, but it still can be useful in many situations. Especially if website has many plugins, and one wants...

Hi @ocean90 It’s true that Sentry is not a good place for SQL logging. This is why the feature proposed here is optional. You must define a constant in wp-config.php...

The double bar appears when administrators are logged in. This is due to the fact that WP adds ``` css html { margin-top: 32px !important; } ``` The first scroll...

@leoradmagnegithub my comment is a reply to @atais 's issue, which is double vertical bar on ribbon template, when logged in as administrator in _all_ browsers. The issue that you've...

No, sorry. I didn't see any issues with my website using the latest version of the theme in Firefox. Is your site online? I could have a look, and see...

You're using a plugin that adds a bar at the top of the page. This not an issue of the theme.

You need help of a developer with your website, this is not an issue if this theme.

I'll have a look to fix tests compatibility with PHP

Perfect, thanks for the tip, @joshhanley , I'll have a look at this

Done :) Without the proposed fix, the test fails with message ``` Error : Typed property Tests\Unit\ComponentWithTypedProperty::$message must not be accessed before initialization src/ComponentConcerns/HandlesActions.php:24 tests/Unit/TypedPropertiesTest.php:21 ``` With the fix applied,...