• Resolved csit

    (@calmsmile)


    Hi WPEverest! I found a problem about the css in this file user-registration.css

    /wp-content/plugins/user-registration/assets/css/user-registration.css?ver=2.0.2

    .components-base-control__field {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    User Registration plugin directly to control the class name “components-base-control__field” , this is the wordpress core class name of the input field, if add css to it, will change all the style of the wordpress gutenberg editor input field, and other plugin’s input field will be change too,

    I hope User Registration plugin only controls the style of itself, not interfere with other plugins style
    I hope this problem will be resolved as soon as possible.

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m seeing this as well. Noticed when all of my taxonomy options were centered.

    Plugin Support Amrit Kumar Shrestha

    (@shresthauzwal)

    Hi @calmsmile and @subpixelmedia,

    Thank you for writing in,

    Could you please provide us URL link of your site that was affected by mentioned CSS code and also please provide us a screenshot of those fields with the exact names. We will look into it and get back to you with the appropriate solution ??

    Regards!

    Thread Starter csit

    (@calmsmile)

    means that if you want to controls your plugin css you need to add something like:
    .user-registration .components-base-control__field
    don’t use .components-base-control__field directly. this is the wordpress components input field class name

    • This reply was modified 3 years, 6 months ago by csit.
    • This reply was modified 3 years, 6 months ago by csit.
    Plugin Support Amrit Kumar Shrestha

    (@shresthauzwal)

    Hi @calmsmile,

    The fix will be included in our upcoming update of the plugin so we requested the issue details to provide you a quick solution if possible from our support team. Thank you again for this information we will add our own class before this default class in an upcoming update.

    Regards!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘User Registration css broke the style of other plugins’ is closed to new replies.