Hi there,
I tried to save a new API key on brand new website and it gets stuck in “Saving…”.
Only way to get this working was by adding a new sgb-block-settings
record with a value of api-key=[api here]
in the database (which was missing btw).
This occured on the latest version of the plugin with WP 5.3.2
]]>The container block consistently crashes as soon as you select it. Please see attached screenshot.
]]>Feature request. I’ve been reviewing most of the current block editor new block plugins. I think you have one of the best implementations of showing posts. Just one request: allow showing a single specific post by title or id. Sometimes, one just wants to show a single specific post on a page.
]]>Notice: Undefined index: categories in /stag-blocks/src/blocks/posts-grid/index.php on line 90
when default “All categories” option is selected for the Posts Grid block.
]]>This part in stag-blocks.php
function sgb_compatibility_check() {
if ( ! function_exists( ‘register_block_type’ ) ) {
deactivate_plugins( plugin_basename( __FILE__ ) );
add_action( ‘admin_notices’, ‘sgb_activation_notice’ );
return;
}
}
causes the fatal error: deactivate_plugins function doesn’t exist.
Tested on local server.
]]>Hi
I’m using the Stag Blocks plugin and every time I go to the dashboard I can see the dashboard for a split second before it just shows a white page.
If i’m quick, I can click on the Settings button which shows up properly but when I try to explore the dashboard, i’m still presented with the content for a split second before returning to the white screen.
I’ve checked my php error logs and I dont see anything out of the ordinary appearing.
Any suggestions?
]]>Just a heads up, documentation is spelt wrong here:
https://www.dropbox.com/s/9qulyyv22frmq15/Screenshot%202018-08-24%2014.40.03.png?dl=0
]]>