$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>wp enqueue style - Homepage not loading correctly, but then loads when refreshing|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

wp enqueue style - Homepage not loading correctly, but then loads when refreshing

matteradmin9PV0评论

When going to our homepage (www.whiteskitchen.co.uk). We seem to have lost the styling on the homepage. I checked the source code and it’s not fully loading the page.

When you refresh the page or click on a link, the page reverts to the correct theme styling and loads correctly. The stylings are very different and you’ll notice the difference

Any ideas what it could be? It only started happening a couple of days ago and no updates or changes have been made before or after the issue cropped up

The site I need help with is .

When going to our homepage (www.whiteskitchen.co.uk). We seem to have lost the styling on the homepage. I checked the source code and it’s not fully loading the page.

When you refresh the page or click on a link, the page reverts to the correct theme styling and loads correctly. The stylings are very different and you’ll notice the difference

Any ideas what it could be? It only started happening a couple of days ago and no updates or changes have been made before or after the issue cropped up

The site I need help with is http://www.whiteskitchen.co.uk.

Share Improve this question asked Dec 20, 2018 at 10:20 Whites KitchenWhites Kitchen 31 silver badge3 bronze badges 1
  • Problems witch cache. Check your theme and cache plugins. – dado Commented Dec 20, 2018 at 10:51
Add a comment  | 

1 Answer 1

Reset to default 0

I think that there is a problem with the cache. Try clearing the cache with plugins, like WP Super Cache. Follow these steps:

  1. Install and activate WP Super Cache.
  2. Head to Settings > WP Super Cache.
  3. Click on Delete Cache button under Delete Cached Pages.

It should fix your issue. However, if you are still experiencing the styling problem in your homepage, there must be an issue with the theme.

Post a comment

comment list (0)

  1. No comments so far