Divi Theme – images not showing on front page [closed]

There is likely a javascript error in /js/custom.js

Look for the line: $( 'a[href*=#]:not([href=#])' ).click( function() {

Change it to: $( 'a[href*="#"]:not([href="#"])' ).click( function() {

You’ll probably still have quirks with the page builder and various other functions until a theme update is released. Or, revert to the previous default version of jQuery.