Front end conflict has prevented the header from loading

I was working on my header and everything was fine. I was trying to add a bottom margin to the header and now I get the error “A conflict on the front end of your site has prevented the preview from loading.” Can you please take a look? the url is http://randykarey.com.

Thanks

Hello @randiferous,

Thanks for asking and sorry for the trouble you are facing.

Since there is not much of information shared, please try out following solutions:

  1. Have you tried testing for plugin conflict? Please deactivate all the plugins except Cornerstone and then see whether or not builder is loading. If it’s loading then you know plugin is causing the problem and you can reactivate one plugin at a time to narrow down.

  2. Ensure everything is up to date according to our version compatibility list at https://theme.co/apex/forum/t/troubleshooting-version-compatibility/195.

  3. Please follow the best practices when updating your theme and plugins. See https://theme.co/apex/forum/t/setup-updating-your-themes-and-plugins/62 for more details.

  4. Clear all caches including browser cache then deactivate your caching plugins and other optimization plugins.

  5. If you’re using a CDN, please clear the CDN’s cache and disable optimization services.

  6. Remove custom CSS, Javascript and templates.

  7. Contact your web host to increase your allocated memory or add this code to your wp-config.php
    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '512M' );

If nothing helps, give us website login credentials in a secure note for us to take a closer look.

Thanks.

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