Beans
Beans copied to clipboard
Beans WordPress Theme Framework. The default branch is set to development, please switch to the master branch for production.
If the image doesn't exist, and image editing fails, the absolute path is returned instead of the src.
Hey I am adding in get your theme ready for Gutenberg articles. As it shows various features that might be good to add to the Beans Framework. https://wordpress.org/gutenberg/handbook/designers-developers/developers/themes/theme-support/ https://www.billerickson.net/getting-your-theme-ready-for-gutenberg/ https://www.elmastudio.de/en/get-your-wordpress-theme-gutenberg-ready/
It's used by some plugins for open graph settings. Related to #356
The css classes wp-block-image alignfull are not aligning full. For example the image: This link (for now) is just an empty default child theme of getbeans - with the gutenberg...
When editing pages or posts with Gutenberg, the layout cannot be changed. If the Classic Editor plugin is active, you are able to change layouts.
The prefix attribute is added by SEO plugins like Yoast and All in One SEO with Social meta. This results in output such as the following. Yoast: `` All in...
Right now theme CSS will not show in the backend only on the frontend. Here are some tips to adjust this.. https://wp.zacgordon.com/2017/12/26/how-to-add-javascript-and-css-to-gutenberg-blocks-the-right-way-in-plugins-and-themes/ https://pascalknecht.ch/gutenberg-quick-tips-01-editor-styles/ Here is the thread in the core-editor...