Elementor Breaking Bug
-
The view renders correctly but the editor never completes loading.
editModel is undefined
if ( '' !== settings.media_portrait_screenshot.url ) { var portrait_screenshot = { id : settings.media_portrait_screenshot.id, url : settings.media_portrait_screenshot.url, size : settings.media_portrait_screenshot_size, dimension : settings.media_portrait_screenshot_custom_dimension, model : editModel }; var portrait_screenshot_url = elementor.imagesManager.getImageUrl( portrait_screenshot ); if ( ! portrait_screenshot_url ) { return; } output += '<figure><img src="' + portrait_screenshot_url + '" /></figure>'; }
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Elementor Breaking Bug’ is closed to new replies.