Spinning Wheel- Cornerstone Editor

I’ve tried all of the suggested solutions in forums such as: checking my PHP is set to 7.4, disabling my plugins, clearing cache, etc. However, my x theme options won’t load to clear any js or css. Cornerstone shows a spinning wheel now.

Hello Mallorie,

Thanks for writing in! After further investigation, I found out that there is a JS error in your site:

Uncaught SyntaxError: Unexpected token '<'

This is coming from a custom JS code that you have inserted into one of the widget areas on the page. The custom code that is giving a JS error is this:

<script class="ai1ec-widget-placeholder" data-widget="ai1ec_agenda_widget" data-events_seek_type="events">
  (function(){var d=document,s=d.createElement('script'),
  i='ai1ec-script';if(d.getElementById(i))return;s.async=1;
  s.id=i;s.src='//americanberkshire.com/?ai1ec_js_widget';
  d.getElementsByTagName('head')[0].appendChild(s);})();
</script>

Please get back to the creator of this code or the site where you have copied this code.

To resolve your issue, please remove the custom JS code so that the Cornerstone and the Theme Options will load.

Best Regards.

Hi Mallorie,

By withdrawing the post, I believe you already have resolved the issue. If the issue still existed, you can let us know.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.