質問

My wordpress blog is not loading fully. But when i click on Home/About menu button then it loads fully. What could be the possible reason? if any one can guide me please.

役に立ちましたか?

解決

It's not easy to answer just watching an image, but I'll try. As someone already pointed out, It looks to be a Css issue. More specifically, it looks like the css files are not loaded.

You said that the issue is shown only at the first load of the blog, but not surfing through the pages. I think the reason is that you made some errors defining the relative path of css, so the first time the path is not correct, but in other pages it makes sense.

As general idea, I suggest to inspect the web page behaviour with some tools. You can use the one embedded inside the web browser (right click and "Inspect element" in Chrome or right click and "Analyze element" in Firefox) or use some plugins (I use Firebug on Firefox).

他のヒント

The problem may be you would have set some background color or color for the fonts. So it may be overridden when loading the page.

The Css might not have load initially.

The reason for this issue can be

  1. Check the CSS filename if it correct or typo free.
  2. Check the path of CSS file through Firebug.
  3. Check the order in which the file is included.
  4. Clean the cache of your browser

Solution 1: Proxy & Firewall

Check if your Internet connection is behind a proxy connection or firewall. Some of these tools are blocking CSS files making CSS files to not load properly. Try to clear your proxy or firewall cookies and cache, and press Ctrl + F5 to refresh your page.

Solution 2: Upgrade WordPress Plugins

Solution 3: check and press key Ctrl+u and check you page view source.here you can check if any css missing or may be css linking not properly.

I hope, it will work for you........

There might be some error in the code of plugin or theme you used which is creating issue in the home page. Try to set debug mode true and verify if there are any errors in that page.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top