Hi @hassenkam
I hope you are doing good today.
I could not replicate this issue in my lab with the current version of Humminbird and Divi.
1. Could you let us know which Divi version you use?
2. Do you see any kind of errors in the browser console?
3. Can you add this code to your wp-config.php file:
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
also delete (if exist)
define('WP_DEBUG', false);
The line should be placed above the “/* That’s all, stop editing! Happy blogging. */”
This will generate in the /wp-content/ folder a debug.log file. Thanks to this file we will understand what is causing the error.
Please upload the debug.log into google drive or dropbox and share a link in your next reply, so that we could take a closer look at this issue.
Kind Regards,
Kris