WP Customize refresh problem
A likely reason you are not able to see the change in the preview is that your coming-soon.php template doesn’t include the requisite wp_head() an wp_footer() calls being made. If you look at your browser’s DOM, you should actually see that a secondary iframe is getting created behind the visible iframe. However, if your template … Read more