Birgit Pauli-Haack
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] p tags auto add to liHi there, if you get a chance, please add more context to your post. There isn’t much information to go on and it leaves me with a lot of questions: Did you add a list block or is this displayed when converting a block or did you copy/paste content? How did you apply the class parameter? And what would exactly would you consider a “Bug”?
Forum: Plugins
In reply to: [Gutenberg] Paragraphs are converted to line breaksI like the each paragraph in its own block because I want to add additional blocks in between to spruce up the reading experience after I finished my writing. It comes very handy.
Have you tried to use the “Classic” block for your copy/paste needs? (not to be confused with the Classic Editor plugin)
You can call it via the inserter “Classic” or with the slash command “/c” – It has the classic toolbar and doesn’t break up your text into single blocks.
Let me know how that works for you.
Forum: Plugins
In reply to: [Gutenberg] Copy + Paste from Google DocsOy. That’s not good…..
Can you look at the browser console if there are any error messages that might shine a light on what’s happening?
=========
Just in case you don’t know how access the browser console, assuming you use Google Chrome.
To open the dedicated ‘Console’ panel, either:
Use the keyboard shortcuts. On Windows and Linux: Ctrl + Shift + J. On Mac: Cmd + Option + J.
Select the Chrome Menu icon, menu -> More Tools -> JavaScript Console. Or if the Chrome Developer Tools are already open, press the ‘Console’ tab.
=========Forum: Plugins
In reply to: [Gutenberg] Grid Plus plugin stops workingPlugins by nature are built on top of WordPress. With an update, any update, sometimes things break. And then plugin developers keep figuring out a way to make it work again with the new version environment.
You could asked the plugin developer if she is already working on a solution, or maybe just waiting for the WordPress 5.0 beta to be released before she starts getting the plugin compatible. Plugin developers can connect with the Gutenberg dev team via the slack channel and get advice.
It’s hard to judge without seeing any code. Did you add the text area through the meta box api or some other way?
Meta boxes generally work with Gutenberg as well.
This page from the Gutenberg handbook on meta boxes should also give you a few more ideas
Forum: Plugins
In reply to: [Gutenberg] combiningJust checking back with you @yodelvixen – Since your last post here, Gutenberg had a few more releases and the column block changed from experimental to beta.
It should now be much easier to create multi-columns block collections. You should give it another try.Forum: Plugins
In reply to: [Gutenberg] Grid Plus plugin stops workingI am afraid that’s a compatibility issue that would need to be picked up by the plugin developer. Grid Plus Plugin seems to be functioning like a small page builder that already changes the current editor experience. I would suggest to open up a support ticket on their plugin page to alert its developers and its users like you to the incompatibility with Gutenberg
Until Grid Plug Plugin is updated to be compatible with the new editor, you would need to install the Classic Editor plugin to keep its functionality post WordPress 5.0.
- This reply was modified 7 years, 9 months ago by Birgit Pauli-Haack.
Forum: Plugins
In reply to: [Gutenberg] Grid Plus plugin stops workingHi Alfred,
Thanks for giving Gutenberg a try and I regret you were not able to use it for long and encountered a plugin incompatibility. Glad you took the time posting here!
Would it happen to be this Grid Plus plugin or are you using a different one?Forum: Plugins
In reply to: [Gutenberg] Copy + Paste from Google DocsHi there!
Gutenberg should work out of the box for copy/pasting from Google Docs. You are not doing anything wrong.
I found copy/pasting Google Doc content with Gutenberg much better experience than with the old editor, and I also don’t do anything sophisticated with Google Docs. So my work is probably not a good indicator for good experience. Seem you has quite a different experience.
Could you elaborate on what exactly happens when you copy/paste your content from Google Doc to Gutenberg? There is probably a bug, and having more information would help narrow it down.
Forum: Plugins
In reply to: [Sponsors] Shortcode Borks when used in GutenbergYou are welcome.
use a setting in your wp-config.phpdefine( 'WP_DEBUG_LOG', true );
You’ll find the debug.log file in wp-contentLet me know if you need to test a version again:-)
- This reply was modified 7 years, 9 months ago by Birgit Pauli-Haack.
- This reply was modified 7 years, 9 months ago by Birgit Pauli-Haack.
Forum: Plugins
In reply to: [Gutenberg] Compatibility with woocommerceHi there, @frodo151
The team at WooCommerce worked hard on Gutenberg compatibility. They also have had a Milestone called Gutenberg in their repository.
https://github.com/woocommerce/woocommerce/milestone/112
There might have already worked on some of your issues. And if their current fix isn’t working, I am sure they want to know more about it.Forum: Reviews
In reply to: [Gutenberg] Not in the core, pleaseHi Leo,
I regret to read that Gutenberg cost you head-aches because of plugin incompatibilities. I hope you were using a staging environment for your tests.
Now that Gutenberg developers have finished most features they wanted to release in the first version of the editor, the next huge task is to find and tackle all incompatibilities with a particular set of plugins as well as a co-existence with popular page builders. So when you write: “It will break some plugins I have paid for”, I wonder if you could share more details either here or on the Github repository, so that the issues can be fixed before the editor merges into core. I also have found a few plugins to show some quirks or white screen of deaths, and I share the information with the plugin developers, as well as filing an issue on the Gutenberg repository.
Yes, it’s a little more work, to create an issue, and if you share some more information, maybe I can test it together with you and see what’s happening.- This reply was modified 7 years, 9 months ago by Birgit Pauli-Haack.
Forum: Plugins
In reply to: [Sponsors] Shortcode Borks when used in GutenbergThe error message shows up on top of the “Add new post” screen only very briefly, that’s why I had the error message logged into the Debug log.
You need Gutenberg 3.2 plugin installed. I don’t think the message happens with earlier version.
The white screen happens after you add a short code block, publish it. It might give you already an error message which isn’t very helpful and nothing in the browser console either.
When you go back the “post” list, and click on edit post, it gives you the white screen.You should see it all in above video, I thought.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Gutenberg readiness and roadmapWe did a preliminary test on the current version and it seems to work fine with Gutenberg editor enabled. It wasn’t a very thorough test. Just adding/editing events, and information in meta boxes and everything worked fine.
- This reply was modified 7 years, 10 months ago by Birgit Pauli-Haack.
Forum: Plugins
In reply to: [Gutenberg] Test your Theme for GutenbergHi @almcr Thanks for the shout-out, regarding Testing a Theme for Gutenberg. There is an alternative approach available. A couple of days after I published the above article Rich Tabor came out with a nice plugin called Block Unit Test .