Home Forums WoodMart support forum CSS styles issue with Add new attribute side panel in admin

CSS styles issue with Add new attribute side panel in admin

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #603859

    prokreeger
    Participant

    Hello,

    There is a CSS styles issue with Add new attribute side panel in admin Products > Attributes (see attached image).

    It seems to me that the problem is in this CSS code:

    .xts-sections {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        height: 100%;
    }

    Because when I disable “height” property the styles get normal.

    Also there is an issue with WooCommerce Multilingual & Multicurrency. “Translatable?” option is embed in “Swatch size” block and make some mess in structure.

    Attachments:
    You must be logged in to view attached files.
    #603990

    Luke Nielsen
    Keymaster

    Hello,

    Could you please send me access to the admin panel so I can investigate that?

    Thank you in advance.

    Kind Regards

    #604059

    prokreeger
    Participant

    Hello,

    Here you are.

    #604282

    Luke Nielsen
    Keymaster

    Hello,

    May I enable the parent theme and disable some 3rd party plugins for testing?

    Thank you in advance.

    Kind Regards

    #604310

    prokreeger
    Participant

    Hello,

    Yes, you can make changes.

    #604918

    Luke Nielsen
    Keymaster

    Hello,

    The problem is caused by the WooCommerce Multilingual & Multicurrency plugin. If you turn it off, the options look normal. In case the plugin is indispensable and must be enabled, use the code below for help:

    .product_page_product_attributes .xts-sections {
    	height: auto;
    }

    Paste the code into the Theme Settings -> Custom CSS -> Admin CSS area.

    Kind Regards

    #604976

    prokreeger
    Participant

    Hello,

    Thank you for quick fix. Now all styles look great.

    P.S.: It would be nice if your team contacted the WPML compatibility team and this problem was fixed at all.

    #605082

    Luke Nielsen
    Keymaster

    Hello,

    Thank you for your feedback! We’re glad to hear the quick fix worked and that the styles now look as expected. We appreciate your suggestion to contact the WPML compatibility team, and we’ll certainly pass it along to our development team to explore a more permanent solution.

    If there’s anything else we can assist you with, please feel free to reach out.

    Kind Regards

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘CSS styles issue with Add new attribute side panel in admin’ is closed to new replies.