Hi if it helps mine just did this as well and turned out it was a YouTube video on one page and google map on another page, basically anything within an iframe within a text block stopped the editor and left me with an infinite loading icon. As soon as I removed the iframe from the text block and put it in a HTML element and used th video element for the YouTube video (instead of an iframe) everything worked again : )
Hope this helps
Hi fast freddy, i use the same Enfold theme and ran into the same issue. put the below code into Enfold custom css and will solve your problem and not ruin your other product pages / layouts…
.four.units.single-product-main-image {
overflow-x: visible;
}
All sorted, was server memory issue : )