Results 18 comments of Shady Sharaf

Hello! So, the filter you used is the correct one you can use to alter what's being passed to `OneLogin\Saml2\Auth` class to initialize the SAML instance [#](https://github.com/humanmade/wp-simple-saml/blob/master/inc/namespace.php#L207). Then the actual...

These are two different issues: - Empty emails SAML IdP configuration doesn't seem to use `emailAddress` as the `nameid-format` attribute as expected, it uses `email` instead ( from your screenshot...

My bad, I stupidly was trying to create the PR from another GitHub account who doesn't have access to my fork 🤦 Sorry for the confusion.

This should be fixed in 1.3.1, check out the new parameter https://github.com/Favna/hyper-overlay/tree/v1.3.1#visibleonallworkspaces

Thanks guys, do we have some update on that ? /cc @trilliput

So, this is a two-fold issue: - Path Currently when the plugin is added as a composer package to an existing project, the `asset-loader` package is installed on the standard...

@aaires `:hidden` is probably mostly there to address `display_if` situations where fields are only visible based on other field values. I'm sure though how this related to your case since...

@aaires I actually had to do this today, the snippets is: ``` js $( 'form#post' ).data( 'validator' ).settings.ignore = $( 'form#post' ).data( 'validator' ).settings.ignore.replace( /:hidden/, ":hidden:not(.fm-media-id)" ); ```