stwsu
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] Blank p tags added after each blockAddon: My Theme is Bridge which uses Qode as Default-Page-Editor. But for the tests, I did not use Qode but only Gutenberg.
Forum: Plugins
In reply to: [Gutenberg] Blank p tags added after each blockIn my case the problem seems to be WooCommerce.
When I create a new Page with a Textblock the resulting code looks like this:
<div class=”container”>
<div class=”container_inner default_template_holder clearfix page_container_inner”>
<p>Test</p>
</div>
</div>When I set the page as my default shop page in WooCommerce, the code of this block changes to
<div class=”container”>
<div class=”container_inner default_template_holder clearfix”>
<div class=”page-description”>
<p><!– wp:paragraph –></p>
<p>Test</p>
<p><!– /wp:paragraph –></p>
</div>
…Additional WooCommerce-Stuff…I have the newest WooCommerce-Version installed.
As WooCommerce is not a small and special plugin, please check this, thanks.
I also noticed that many shortcodes which work fine without Gutenberg lead to an error when storing the page now. Is there already a post or bug-report for this or should I open one?
Thanks
Forum: Plugins
In reply to: [Gutenberg] Blank p tags added after each blockI am also having problems with this. As I am adding default CSS (margin) to p-blocks this is shifting the lines on my page.
If this is needed by Gutenberg, why not use div or span? Or no wrapping around the comments at all?Thanks
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] User defined priceHello Luminus
The Problem is not solved, but it seems not possible without modifications in Booster and/or Paypal Gateway.
Our page uses Booster in many places (not only for the price), so a switch to another Plugin like Product Addons is not really an option.
mikewayne23 has described what needs to be done, but we can not do it without the developers so it seems this problem is unresolveable at the moment.