Integrity - Mansonry | Keeps loading

Hello

I don’t know why I just set the Masonry archive blog page, but it keeps loading forever.

Please help ASAP.

Thank you

Hello There,

Upon checking your website, I could see the Javascript errors in the console log. Please follow up the steps below:

  1. Ensure everything is up to date according to our version compatibility list here. Please follow the best practices when updating your theme and plugins. Click here for more information.
  2. Go to X > Settings and click on the Clear Style Cache button.
  3. If you’re using a CDN(ex: CloudFlare), please clear the CDN’s cache and disable optimization services. For the CloudFlare you also need to follow the steps below besides the developer mode: https://xthemetips.com/using-cloudflare-rocket-loader-with-x-pro-and-x5/928/1
  4. Test for a plugin conflict. You can do this by deactivating all third-party plugins, and see if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
  5. Remove custom CSS and Javascript from the options or Child Theme and test the case.

If you still have problems kindly get back to us with the result of the steps above and URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case.

Thank you.

Thank you, Thai. It works now. It conflicted with a Plugin.

Cheer!

I want to add codes to my site’s header, how can I add it properly?

Thank you

Hi There,

Please make sure you’ve installed and activated the child theme: https://theme.co/apex/forum/t/setup-how-to-setup-child-themes/57.

Then add the following code under functions.php file locates in your child theme:

add_action('wp_head', 'x_print_wp_head');
function x_print_wp_head(){
  ?>
  <!-- Your code will go here -->
  <?php
}

You should also take a look at this article: https://theme.co/apex/forum/t/customizations-best-practices/205.

Hope it helps :slight_smile:

It works just great. Thank you, Thai.

You are most welcome!

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