Hi @laellou,
thank you very much!
I suggest you enable the debug by adding the following lines of code to the file wp-config.php before the comment /* That’s all, stop editing! Happy publishing. */:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', true );
Then go to the page where you have the issue, and please, let me know what you find in the file wp-content/debug.log.
Are you maybe using the shortcode parameter request=”remote”?
Are you using the very last version v. 0.1.1?
I asked you those questions because v. 0.1.0 had a bug the was causing exactly the issue that you described, but when you had the parameter request=”remote”.
If you have the last version, and you don’t have request=”remote” we need to investigate deeper. In that case, is it possible for you to share the URL where you have the issue?
What are you using to write the content? Do you have a page builder? If so, which one?
Have a great day!
Jose