Hi, I am having the same issue. When I look at the page source, none of the css files in register_scripts_common
are being enqueued. Removing the if statement in register_scripts_front_callback()
at least loads those files, but I’m assuming with add_block_inline_css()
in Styles.php
that we should have some inline styling that gets loaded based on the settings selected in the backend. Yet, there are no styles for wopb-block-column-${#}
when I inspect the element. I’ve tried loading the CSS in the head and in the file system all to no avail.
I’m using WP 5.5.1 and
Gutenberg WooCommerce Blocks 1.0.9
This is all a local build so I can’t give you access to the site.
-
This reply was modified 4 years, 1 month ago by lizkaraffa.