@ponferrada It appears there are many JavaScript errors on the page that are causing the story player to fail to load. Knowing exactly what the issue is would allow you to contact the theme or plugin developer that can fix that issue for you (it may be this plugin or another). Once the JS errors are fixed then the story load can load properly again.
– Do you have access to the PHP error/ WP DEBUG logs? You can enable logging of PHP and WordPress errors by temporarily setting define( ‘WP_DEBUG’, true ); and define( ‘WP_DEBUG_DISPLAY’, true ) in your wp-config.php file, which should show you an additional error message.
– You can also temporarily switching to a default theme, disable all your plugins, then enable plugins/ theme one-by-one to see which could be causing the issue.