Viewing 5 replies - 1 through 5 (of 5 total)
  • buddha-trance

    (@buddha-trance)

    Double check that your style.css is there, I couldn’t find it.

    stvwlf

    (@stvwlf)

    The code is looking for your stylesheet at
    https://www.futuristmovies.com/blog/index.php/wp-content/themes/blix/style.css

    That URL brings up a 404 – page not found

    Find out what happened to your stylesheet

    Thread Starter futat

    (@futat)

    buddha trance, stvwlf — Thanks. I didn’t do this installation, so I’m new to this.

    Both the blix theme folders seem to have style.css files. However, they are not in the URL that stvwlf cites — and doesn’t that URL not make sense, with that intervening /index.php? Can I tell it to look for the stylesheet in the correct place?

    buddha-trance

    (@buddha-trance)

    Check header.php of your theme. Do you have something like this?

    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />

    stvwlf

    (@stvwlf)

    FYI: I got
    https://www.futuristmovies.com/blog/index.php/wp-content/themes/blix/style.css

    from doing a View Source on your home page. If that is an invalid URL (which it of course is) then you must find out how WP is constructing that URL – from what buddha trance suggested – you need to see what bloginfo(‘stylesheet_url’) equates to

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Theme missing from blog’ is closed to new replies.