Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author webvitaly

    (@webvitaly)

    Hi @rowzonemyk

    Can you tell what is the error in the browser developer console?

    Thread Starter rowzonemyk

    (@rowzonemyk)

    I’m really new to this, but I’m guessing it’s this bit below?

    <!–[if lte IE 8]>
    <script type=”text/javascript”>
    document.body.className = document.body.className.replace( /(^|\s)(no-)?customize-support(?=\s|$)/, ” ) + ‘ no-customize-support’;
    </script>
    <![endif]–>

    Plugin Author webvitaly

    (@webvitaly)

    I think that is not it.

    You may find out how to open browser console in this video:

    Thread Starter rowzonemyk

    (@rowzonemyk)

    Here’s what I see in console:

    JQMIGRATE: Migrate is installed, version 1.4.1
    post.php?post=10&action=edit:1 [DOM] Found 2 elements with non-unique id #_wpnonce: (More info: https://goo.gl/9p2vKq) <input type=?"hidden" id=?"_wpnonce" name=?"_wpnonce" value=?"e640c265f4">? <input type=?"hidden" id=?"_wpnonce" name=?"_wpnonce" value=?"8ab4105664">?
    DevTools failed to load SourceMap: Could not load content for https://rowzone.com/manayunk/wp-includes/js/tinymce/skins/lightgray/skin.min.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
    Plugin Author webvitaly

    (@webvitaly)

    Hi @rowzonemyk

    There is nothing related to the iframe in your error log you posted.

    [iframe src="https://clients.mindbodyonline.com/classic/mainclass?studioid=13360&tg=&vt=&lvl=&stype=-7&view=day&trn=0&page=&catid=&prodid=&date=5%2f27%2f2021&classid=0&prodGroupId=&sSU=&optForwardingLink=&qParam=&justloggedin=&nLgIn=&pMode=0&loc=1"]

    I added the iframe you posted to test it and I got this error in the console:

    Refused to display ‘https://clients.mindbodyonline.com/&#8217; in a frame because it set ‘X-Frame-Options’ to ‘sameorigin’.

    That means that the author of the clients.mindbodyonline.com website does not allow it to be embedded in another websites.

    • This reply was modified 3 years, 9 months ago by webvitaly.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘No source content appears’ is closed to new replies.