• I recently changed the primary and secondary on my website. Now, whenever I am loading the website, it shows the older primary colour when loading in the beginning and then changes to the actual primary colours which I updated. It just happens when I open it. If I refresh it then the loading is fine but if I open the website in a new tab again, the same issue comes again.

    This is happening even though I’ve cleared the cache on my website and my devices. Can some one please help?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there, this issue could be due to a number of reasons. Here are a few things you can try:

    1. Browser Cache: Even though you’ve cleared the cache on your website and your devices, it’s possible that some users’ browsers are still caching the old color. You can’t control this directly, but you can try to force a refresh by changing the version number of your CSS file. This can usually be done in your theme’s functions.php file or via a plugin that handles versioning.
    2. Server Cache: If your website is using a server-side caching solution (like Varnish or a caching plugin like W3 Total Cache, WP Super Cache, etc.), it might be serving a cached version of your CSS file. Make sure to clear the cache from your caching solution.
    3. Content Delivery Network (CDN): If you’re using a CDN like Cloudflare, it might be caching your CSS file. You’ll need to clear the cache from your CDN’s control panel.
    4. Theme/Plugin Conflict: There might be a conflict with your theme or one of your plugins. Try deactivating your plugins one by one to see if the issue resolves. If it does, the last plugin you deactivated is likely the culprit. If deactivating plugins doesn’t resolve the issue, try switching to a default WordPress theme to see if the issue is with your theme.

    Let me know if you still are having issues after checking the above.

    Thread Starter aveendoshi

    (@aveendoshi)

    1. Browser cache- cleared
    2. Server cache- cleared
    3. CDN- not using yet.
    4. Theme/plugin conflict- did not disable elementor plugin. Rest everything seems to be working fine.
    Thread Starter aveendoshi

    (@aveendoshi)

    And I noticed that the website seems to be loading twice. The 1st time with the orange colours and then again with the blue colours.

    Here’s a link to the screen recording (notice the url bar) https://www.veed.io/view/4e96ba8f-f30f-414a-b821-6701321dc8e9?panel=share

    Thread Starter aveendoshi

    (@aveendoshi)

    @apeatling Did you get a chance to look at the recording?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Home page loading not proper’ is closed to new replies.