• In our sites we’ve checked that WP-2FA is breaking some CSS styles from the whole admin backend.

    It includes the following CSS definition for the .select2-selection–multiple class:
    .select2-selection--multiple{height:33px;overflow-y:auto}

    This is actually breaking a lot of places in our backend.

    Could you please either limit your defined CSS to the 2FA-related pages or sections, or making changes so this style file is only loaded when needed, and not for every admin backend visit?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor robertabela

    (@robert681)

    Thank you for your message and for using our plugin @davefx

    We will look into this with the developers and will get back to you with an update shortly.

    In the meantime, should you have any more questions, please do not hesitate to ask.

    Have a great day.

    Plugin Contributor robertabela

    (@robert681)

    Hello @davefx

    I can confirm that there is an issue with the CSS and it will be addressed in the upcoming update, which is due to be released in a few weeks.

    Thank you for reporting this and sorry if this has caused any inconvenience. Should there be anything else, please do not hesitate to get in touch.

    Have a great day.

    @robert681 this is a pretty severe css bug as it breaks any wp admin screen that uses Select 2 in WooCommerce (which is a lot of ’em!).
    Have you narrowed down a specific eta for a release on this yet?
    And/or is there a temp hotfix available?

    Plugin Contributor robertabela

    (@robert681)

    Hello @colmtroy

    Thank you for your message. We already have a fix for this and it will be shipped with the upcoming version of the plugin, which should be released within the upcoming weeks.

    If you would like to help us with expediting the release of the next update, currently we are looking for beta testers to test the upcoming version of the plugin. We’d be grateful if you can join.

    Thank you.

    Hello,

    Please also note that WP2FA also enqueues it’s version of select2 JS on any admin page, which A) is pinned to an outdated (and buggy) version of select2 and B) is not the full version of select2, which causes issues on other plugins pages that use features of the full version, when the wp-2fa script is enqueued first (i.e. Advanced Custom fields).

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP-2FA breaking CSS in admin side’ is closed to new replies.