Plugin Author
Brecht
(@brechtvds)
Sure! WP Recipe Maker works with both the classic editor and Gutenberg. You can use whichever you want.
Kind regards,
Brecht
My experience is that when you add a recipe to a page using Gutenberg, the ingredients get smashed to the left, very little space. Every column has its own line. Using the classic editor or WP Bakery, the recipe looks as intended.
Plugin Author
Brecht
(@brechtvds)
Can you give me a link to a recipe with that problem?
Plugin Author
Brecht
(@brechtvds)
@arnoutvandervorst it looks like a wp_autop issue with another plugin or your theme adding automatic line breaks. Try adding the following to “Recipe CSS” on the WP Recipe Maker > Settings > Custom Style page:
.wprm-recipe br {
display: none;
}
Yep that works! Seems like the spacing in the top part (course, time, etc) is almost doubled in comparison to when I add the recipe in the classic editor.
It could be caused by other plugins or themes, I’m using the boss theme at the moment. But why is the recipe when added using the classic editor fine and looks different when using a GB block?
Thanks for the support!
Plugin Author
Brecht
(@brechtvds)
Could you create a new support topic for this or email us at [email protected] instead? This is getting a bit off topic.
Brecht