Hi there,
just saw that “This plugin hasn’t been tested with the latest 3 major releases of WordPress”.
That’s a shame as it is so much better than the core list block which allows no blocks in its list elements. Just text.
Aurooba, is there any way we can persuade you to check if the code is still okay for WordPress 6.6 and tick off the box to make this annoying warning disappear?
]]>Choosing the “no marker” option changes the ul to a div with list items inside it. It should still be an unordered list with the styles adjusted to list-style: none so the markup is still valid and so it’s still read properly by screen readers.
]]>Hi, this block is awesome thanks, I’m just having trouble getting the dimensions options to display. I am using the Widley used Beaver theme so not sure why. I tried the code you gave to another person in my child theme functions.php, but doesn’t work for me, any help much appreciated, thank you
/**
* Adds Dimension support to this theme
*
* @param array $editor_settings
* @param object $editor_context
* @return array $editor_settings
*/
function superlist_block_padding_margin_theme_support( $editor_settings, $editor_context ) {
if ( ! empty( $editor_context->post ) ) {
$editor_settings["enableCustomSpacing"] = true;
$editor_settings["__experimentalFeatures"]["spacing"]["margin"] = true;
}
return $editor_settings;
}
add_filter( 'block_editor_settings_all', 'superlist_block_padding_margin_theme_support', 10, 2 );
]]>
I love the simplicity of this plugin and want to use it however after installing and activating it does not show up in the list of blocks.
If I search for it in the installed blocks it only comes up as available for install. Clicking this gives the error “Error registering block. Try reloading the page.”
Reloading does not help.
Using WP 6.0 with Blocksy Child theme
Happy to provide more information, would love to get this working.
thanks!
Hi there,
So far really love the ease and simplicity of your list block. I watched your video tutorial and realized the Dimensions setting doesn’t appear in my inspector panel on the left and that you’d mentioned it may or may not be available depending on which theme I’m using. Should I reach out to the theme developer or is this something you would look into? I’m using Kadence Pro theme as well as their pro blocks plugin.
Many thanks!
Sara