Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISBAT Compatibility issue with other blocks, like the WooCommerce checkout #2578

Open
4 tasks done
gdandrija opened this issue Nov 23, 2023 · 0 comments
Open
4 tasks done
Labels
[Priority] Low This issue/pull request is not immediate [Type] Bug Something that is not working as expected

Comments

@gdandrija
Copy link

Describe the bug:

Initially submitted on WordPress.org

Hi there!

We have the CoBlocks plugin installed, but it’s causing a compatibility issue with the WooCommerce Checkout block. The main impact is that it removes the background of the “Place Order” button, but it also changes some other styles.

This happens because the dependency /wp-includes/css/dist/components/style.min.css is being imported in the frontend. Based on the documentation, this dependency is supposed to be used on the WordPress dashboard.

creating common UI elements shared between screens and features of the WordPress dashboard

Is it possible to update the plugin to not import this dependency on the frontend? Or is it important for the CoBlocks blocks to work?

To reproduce:

  1. Create a blank page
  2. Add the WooCommerce checkout block to the page
  3. Click update to save the changes
  4. Visit the newly created page
    -->

Expected behavior:

WooCommerce Checkout

Isolating the problem:

  • This bug happens with no other plugins activated
  • This bug happens with a default WordPress theme active
  • This bug happens without the Gutenberg plugin active
  • I can reproduce this bug consistently using the steps above

WordPress version:

6.4.1

@gdandrija gdandrija added [Priority] Low This issue/pull request is not immediate [Type] Bug Something that is not working as expected labels Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Priority] Low This issue/pull request is not immediate [Type] Bug Something that is not working as expected
Projects
None yet
Development

No branches or pull requests

1 participant