css and images not working wordpress

I have created custom wordpress theme. Everything works fine in my local. But when I moved it to the server css and images are not showing up. However, when I checked the ‘view source’ they are loading.

Screenshot web:

Read More

Screenshot view source:

Its the same with admin (wp-admin), css is not working but I can see it in ‘view source’

URL: http://advertisement.aszstaging.com

Its kind of strange!! I checked with my friends, its working for 4 out of 6!! What might be the issue?!
-Checked in Chrome and Firefox
-Refreshing many times

Please Help. Thanks in advance.

Related posts

3 comments

  1. It is loading perfectly fine. May be there is some cache issue. Please refresh Ctrl+F5.

    .See the screenshot

  2. Identified that the “AdBlock Plus” browser add-on is blocking WordPress styles because the url had ‘advertisement’. Now I changed the url and css is working.

  3. Following steps are follow for check your stylesheet path.
    – Open function.php in theme folder.

    – Find style sheet and check you css path.

    Load our main stylesheet.

    wp_enqueue_style( 'twentyfourteen-style', get_template_directory_uri() . '/css/your_stylesheet.css');
                         OR
    

    It is loading perfectly fine. May be there is some cache issue. Please refresh Ctrl+F5.

Comments are closed.