Hello @PixelProduction,
Thanks for writing in!
In your child theme, you have this code:
// scripts
function pixel_enqueue_script()
{
wp_enqueue_script( 'pixel-script', get_stylesheet_directory_uri() . '/js/pixel-power.js', false );
}
add_action( 'wp_enqueue_scripts', 'pixel_enqueue_script' );
The code above loads a JS file. The problem is that this file is creating a JS error on the page which affect Cornerstone. Please correct this file to avoid any errors and conflict:
at pixel-power.js?ver=5.0.3:23
(anonymous) @ pixel-power.js?ver=5.0.3:23```
Meanwhile, I can confirm that the Cornerstone will not loaded because of the JS error or frame error. I would recommend that use the <a href="https://theme.co/changelog/#cornerstone-1-1-0" target="_blank">skeleton mode</a> instead to edit the page for faster response and easy access of the elements on the preview area.
<img src="//tco-forum-uploads.s3.amazonaws.com/original/3X/1/e/1ec1161e15107ea4acca474c3d92c7f9ac023565.png" width="503" height="500">
Hope this helps.