Shortcodes DIV has 0px height

Hello,
i try to create a Wordpress Plugin with Blocs and integrate Shortcodes from Eventin Event Manager.
Some, not all, shortcode widgets does not show up and only has a height of 0px.
With oder standard themes, this Widgets working normaly.
Anyone else with this issues and know a solution?

Self made fix by comment out “wp_deregister_script(‘jquery’);” inside functions/enqueue-scripts.php file to look like → //wp_deregister_script(‘jquery’);
Theme was not loading plugin files correctly because jquery was missing.

1 Like